Last updated on 2026-04-17 22:51:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 2.21 | 59.74 | 61.95 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 1.69 | 49.88 | 51.57 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 73.46 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 4.00 | 91.24 | 95.24 | OK | |
| r-devel-macos-arm64 | 1.1.0 | 1.00 | 20.00 | 21.00 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 5.00 | 59.00 | 64.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1.0 | 2.10 | 60.38 | 62.48 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 1.59 | 45.55 | 47.14 | OK | |
| r-release-macos-arm64 | 1.1.0 | OK | ||||
| r-release-macos-x86_64 | 1.1.0 | 2.00 | 210.00 | 212.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 4.00 | 205.00 | 209.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 2.00 | 49.00 | 51.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 4.00 | 97.00 | 101.00 | OK |
Version: 1.1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Alireza S. Mahani <alireza.s.mahani@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Alireza", "S."),
family = "Mahani",
role = c("aut", "cre"),
email = "alireza.s.mahani@gmail.com"),
person(given = c("Mansour", "T.A."),
family = "Sharabiani",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'MfUSampler.Rnw' using Sweave
MfUSampler 1.1.0
Convenience Functions for Multivariate MCMC Using Univariate Samplers
For citations, please use:
Alireza S. Mahani, Mansour T. A. Sharabiani (2017). Multivariate-From-Univariate MCMC Sampler: The R Package MfUSampler. Journal of Statistical Software, Code Snippets, 78(1), 1-22. doi:10.18637/jss.v078.c01
make cmd is
make -f "D:/RCompile/recent/R/etc/x64/Makeconf" -f "D:/RCompile/recent/R/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="file67c4534ae09.dll" WIN=64 TCLBIN= OBJECTS="file67c4534ae09.o"
make would use
make[1]: Entering directory '/d/temp/2026_04_17_01_50_00_1722/RtmpYXZ9lr'
g++ -std=gnu++20 -I"D:/RCompile/recent/R/include" -DNDEBUG -I../inst/include -fopenmp -I"D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include" -I"D:/RCompile/CRANpkg/lib/4.6/Rcpp/include" -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c file67c4534ae09.cpp -o file67c4534ae09.o
if test "zfile67c4534ae09.o" != "z"; then \
if test -e "file67c4534ae09-win.def"; then \
echo g++ -std=gnu++20 -shared -s -static-libgcc -o file67c4534ae09.dll file67c4534ae09-win.def file67c4534ae09.o -fopenmp -L"D:/RCompile/recent/R/bin/x64" -lRlapack -L"D:/RCompile/recent/R/bin/x64" -lRblas -lgfortran -lquadmath -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
g++ -std=gnu++20 -shared -s -static-libgcc -o file67c4534ae09.dll file67c4534ae09-win.def file67c4534ae09.o -fopenmp -L"D:/RCompile/recent/R/bin/x64" -lRlapack -L"D:/RCompile/recent/R/bin/x64" -lRblas -lgfortran -lquadmath -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
else \
echo EXPORTS > tmp.def; \
nm file67c4534ae09.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
echo g++ -std=gnu++20 -shared -s -static-libgcc -o file67c4534ae09.dll tmp.def file67c4534ae09.o -fopenmp -L"D:/RCompile/recent/R/bin/x64" -lRlapack -L"D:/RCompile/recent/R/bin/x64" -lRblas -lgfortran -lquadmath -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
g++ -std=gnu++20 -shared -s -static-libgcc -o file67c4534ae09.dll tmp.def file67c4534ae09.o -fopenmp -L"D:/RCompile/recent/R/bin/x64" -lRlapack -L"D:/RCompile/recent/R/bin/x64" -lRblas -lgfortran -lquadmath -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools45/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
rm -f tmp.def; \
fi \
fi
make[1]: Leaving directory '/d/temp/2026_04_17_01_50_00_1722/RtmpYXZ9lr'
Error: processing vignette 'MfUSampler.Rnw' failed with diagnostics:
chunk 31
Error in compileCode(f, code, language = language, verbose = verbose) :
using C++ compiler: 'g++.exe (GCC) 14.3.0'
In file included from D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp.h:49,
from D:/RCompile/CRANpkg/lib/4.6/RcppArmadillo/include/RcppArmadillo.h:35,
from file67c4534ae09.cpp:3:
D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/Function.h: In constructor 'Rcpp::Function_Impl<StoragePolicy>::Function_Impl(const std::string&, const std::string&)':
D:/RCompile/CRANpkg/lib/4.6/Rcpp/include/Rcpp/Function.h:75:65: error: 'R_NamespaceRegistry' was not declared in this scope
75 | Shield<SEXP> env(R_getVarEx(Rf_install(ns.c_str()), R_NamespaceRegistry, FALSE, R_UnboundValue));
| ^~~~~~~~~~~~~~~~~~~
make[1]: *** [D:/RCompile/recent/R/etc/x64/Makeconf:304: file67c4534ae09.o] Error 1
--- failed re-building 'MfUSampler.Rnw'
SUMMARY: processing the following file failed:
'MfUSampler.Rnw'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64