CRAN Package Check Results for Package gppm

Last updated on 2023-01-25 04:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 10.96 276.04 287.00 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 7.69 212.69 220.38 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 325.15 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 357.64 OK
r-devel-windows-x86_64 0.2.0 27.00 229.00 256.00 ERROR
r-patched-linux-x86_64 0.2.0 10.22 266.18 276.40 OK
r-release-linux-x86_64 0.2.0 10.53 265.32 275.85 OK
r-release-macos-arm64 0.2.0 83.00 OK
r-release-macos-x86_64 0.2.0 193.00 OK
r-release-windows-x86_64 0.2.0 28.00 221.00 249.00 ERROR
r-oldrel-macos-arm64 0.2.0 87.00 OK
r-oldrel-macos-x86_64 0.2.0 172.00 OK
r-oldrel-windows-ix86+x86_64 0.2.0 4.00 18.00 22.00 ERROR

Check Details

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [107s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > Sys.setenv("R_TESTS" = "")
     > library(testthat)
     > library(gppm)
     Loading required package: Rcpp
     >
     > test_check("gppm")
     make cmd is
     make -f "D:/RCompile/recent/R/etc/x64/Makeconf" -f "D:/RCompile/recent/R/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file75bc5994822.dll" WIN=64 TCLBIN= OBJECTS="file75bc5994822.o"
    
     make would use
     make[1]: Entering directory '/d/temp/RtmpeINQr1'
     if test "zfile75bc5994822.o" != "z"; then \
     if test -e "file75bc5994822-win.def"; then \
     echo g++ -shared -s -static-libgcc -o file75bc5994822.dll file75bc5994822-win.def file75bc5994822.o -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o file75bc5994822.dll file75bc5994822-win.def file75bc5994822.o -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     else \
     echo EXPORTS > tmp.def; \
     nm file75bc5994822.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
     echo g++ -shared -s -static-libgcc -o file75bc5994822.dll tmp.def file75bc5994822.o -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o file75bc5994822.dll tmp.def file75bc5994822.o -L"d:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools43/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/RtmpeINQr1'
     Error in compileCode(f, code, language = language, verbose = verbose) :
     D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file75bc5994822.o:file75bc5994822.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]+0x1c): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file75bc5994822.o:file75bc5994822.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x1c): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file75bc5994822.o:file75bc5994822.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x37): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file75bc5994822.o:file75bc5994822.cpp:(.text$_ZN3tbb10interface623task_
     Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
     Error in sink(type = "output") : invalid connection
     Calls: test_check ... withVisible -> <Anonymous> -> cxxfunctionplus -> sink
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR
     Running 'testthat.R' [94s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > Sys.setenv("R_TESTS" = "")
     > library(testthat)
     > library(gppm)
     Loading required package: Rcpp
     >
     > test_check("gppm")
     make cmd is
     make -f "D:/RCompile/recent/R-4.2.2/etc/x64/Makeconf" -f "D:/RCompile/recent/R-4.2.2/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="fileec6c3f481d7a.dll" WIN=64 TCLBIN= OBJECTS="fileec6c3f481d7a.o"
    
     make would use
     make[1]: Entering directory '/d/temp/RtmpszREJn'
     if test "zfileec6c3f481d7a.o" != "z"; then \
     if test -e "fileec6c3f481d7a-win.def"; then \
     echo g++ -shared -s -static-libgcc -o fileec6c3f481d7a.dll fileec6c3f481d7a-win.def fileec6c3f481d7a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.2/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o fileec6c3f481d7a.dll fileec6c3f481d7a-win.def fileec6c3f481d7a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.2/bin/x64" -lR ; \
     else \
     echo EXPORTS > tmp.def; \
     nm fileec6c3f481d7a.o | sed -n 's/^.* [BCDRT] / /p' | sed -e '/[.]refptr[.]/d' -e '/[.]weak[.]/d' | sed 's/[^ ][^ ]*/"&"/g' >> tmp.def; \
     echo g++ -shared -s -static-libgcc -o fileec6c3f481d7a.dll tmp.def fileec6c3f481d7a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.2/bin/x64" -lR ; \
     g++ -shared -s -static-libgcc -o fileec6c3f481d7a.dll tmp.def fileec6c3f481d7a.o -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64" -L"d:/rtools42/x86_64-w64-mingw32.static.posix/lib" -L"D:/RCompile/recent/R-4.2.2/bin/x64" -lR ; \
     rm -f tmp.def; \
     fi \
     fi
     make[1]: Leaving directory '/d/temp/RtmpszREJn'
     Error in compileCode(f, code, language = language, verbose = verbose) :
     D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: fileec6c3f481d7a.o:fileec6c3f481d7a.cpp:(.text$_ZN3tbb8internal26task_scheduler_observer_v3D0Ev[_ZN3tbb8internal26task_scheduler_observer_v3D0Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: fileec6c3f481d7a.o:fileec6c3f481d7a.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: fileec6c3f481d7a.o:fileec6c3f481d7a.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD1Ev[_ZN3tbb10interface623task_scheduler_observerD1Ev]+0x3a): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: fileec6c3f481d7a.o:fileec6c3f481d7a.cpp:(.text$_ZN3tbb10interface
     Calls: test_check ... <Anonymous> -> <Anonymous> -> force -> cxxfunction -> compileCode
     Error in sink(type = "output") : invalid connection
     Calls: test_check ... withVisible -> <Anonymous> -> cxxfunctionplus -> sink
     Execution halted
Flavor: r-release-windows-x86_64

Version: 0.2.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64