Last updated on 2023-05-15 09:01:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 9.02 | 271.79 | 280.81 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 7.13 | 213.37 | 220.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 315.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 380.14 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 10.00 | 144.00 | 154.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.0 | 11.15 | 260.85 | 272.00 | OK | |
r-release-linux-x86_64 | 0.2.0 | 8.47 | 254.62 | 263.09 | OK | |
r-release-macos-arm64 | 0.2.0 | 101.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 151.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 12.00 | 177.00 | 189.00 | ERROR | |
r-oldrel-macos-arm64 | 0.2.0 | 83.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 193.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 16.00 | 190.00 | 206.00 | ERROR |
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [57s]
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="file13a4c71cd5ab3.dll" WIN=64 TCLBIN= OBJECTS="file13a4c71cd5ab3.o"
make would use
make[1]: Entering directory '/d/temp/RtmpWs444D'
if test "zfile13a4c71cd5ab3.o" != "z"; then \
if test -e "file13a4c71cd5ab3-win.def"; then \
echo g++ -shared -s -static-libgcc -o file13a4c71cd5ab3.dll file13a4c71cd5ab3-win.def file13a4c71cd5ab3.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 file13a4c71cd5ab3.dll file13a4c71cd5ab3-win.def file13a4c71cd5ab3.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 file13a4c71cd5ab3.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 file13a4c71cd5ab3.dll tmp.def file13a4c71cd5ab3.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 file13a4c71cd5ab3.dll tmp.def file13a4c71cd5ab3.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/RtmpWs444D'
Error in `source_file()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.4\\gppm.Rcheck\\tests\\testthat\\setup-global.R"
Caused by error in `compileCode()`:
! D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file13a4c71cd5ab3.o:file13a4c71cd5ab3.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: file13a4c71cd5ab3.o:file13a4c71cd5ab3.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: file13a4c71cd5ab3.o:file13a4c71cd5ab3.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: file13a4c71cd5ab3.o:file13a4c71cd5ab3.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x1c): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file13a4c71cd5ab3.o:file13a4c71cd5ab3.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x37): more undefined references to `tbb::internal::task_scheduler_observer_v3::observe(bool)' followcollect2.exe: error: ld returned 1 exit status
Backtrace:
▆
1. ├─testthat::test_check("gppm")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─gppm::gppm(...) at D:\RCompile\CRANpkg\local\4.4\gppm.Rcheck\tests\testthat\setup-global.R:3:0
15. │ └─gppm:::toStan(theModel$parsedModel, control)
16. │ ├─utils::capture.output(...)
17. │ │ └─base::withVisible(...elt(i))
18. │ └─rstan::stan_model(model_code = theCode, auto_write = TRUE)
19. │ └─rstan:::cxxfunctionplus(...)
20. │ ├─pkgbuild::with_build_tools(...)
21. │ │ └─withr::with_path(rtools_path(), code)
22. │ │ └─base::force(code)
23. │ └─inline::cxxfunction(...)
24. │ └─inline:::compileCode(f, code, language = language, verbose = verbose)
25. │ └─base::stop(tail(errmsg))
26. └─base::.handleSimpleError(...)
27. └─testthat (local) h(simpleError(msg, call))
28. └─rlang::abort(...)
Error in `source_file()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.4\\gppm.Rcheck\\tests\\testthat\\setup-global.R"
Caused by error in `sink()`:
! invalid connection
Backtrace:
▆
1. ├─testthat::test_check("gppm")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─gppm::gppm(...) at D:\RCompile\CRANpkg\local\4.4\gppm.Rcheck\tests\testthat\setup-global.R:3:0
15. │ └─gppm:::toStan(theModel$parsedModel, control)
16. │ ├─utils::capture.output(...)
17. │ │ └─base::withVisible(...elt(i))
18. │ └─rstan::stan_model(model_code = theCode, auto_write = TRUE)
19. │ └─rstan:::cxxfunctionplus(...)
20. │ └─base::sink(type = "output")
21. └─base::.handleSimpleError(`<fn>`, "invalid connection", base::quote(sink(type = "output")))
22. └─testthat (local) h(simpleError(msg, call))
23. └─rlang::abort(...)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [74s]
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.3.0/etc/x64/Makeconf" -f "D:/RCompile/recent/R-4.3.0/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file1d9983cf7aca.dll" WIN=64 TCLBIN= OBJECTS="file1d9983cf7aca.o"
make would use
make[1]: Entering directory '/d/temp/Rtmp0S7sMk'
if test "zfile1d9983cf7aca.o" != "z"; then \
if test -e "file1d9983cf7aca-win.def"; then \
echo g++ -shared -s -static-libgcc -o file1d9983cf7aca.dll file1d9983cf7aca-win.def file1d9983cf7aca.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-4.3.0/bin/x64" -lR ; \
g++ -shared -s -static-libgcc -o file1d9983cf7aca.dll file1d9983cf7aca-win.def file1d9983cf7aca.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-4.3.0/bin/x64" -lR ; \
else \
echo EXPORTS > tmp.def; \
nm file1d9983cf7aca.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 file1d9983cf7aca.dll tmp.def file1d9983cf7aca.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-4.3.0/bin/x64" -lR ; \
g++ -shared -s -static-libgcc -o file1d9983cf7aca.dll tmp.def file1d9983cf7aca.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-4.3.0/bin/x64" -lR ; \
rm -f tmp.def; \
fi \
fi
make[1]: Leaving directory '/d/temp/Rtmp0S7sMk'
Error in `source_file()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.3\\gppm.Rcheck\\tests\\testthat\\setup-global.R"
Caused by error in `compileCode()`:
! D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file1d9983cf7aca.o:file1d9983cf7aca.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: file1d9983cf7aca.o:file1d9983cf7aca.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: file1d9983cf7aca.o:file1d9983cf7aca.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: file1d9983cf7aca.o:file1d9983cf7aca.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x1c): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools43\x86_64-w64-mingw32.static.posix\bin/ld.exe: file1d9983cf7aca.o:file1d9983cf7aca.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x37): more undefined references to `tbb::internal::task_scheduler_observer_v3::observe(bool)' followcollect2.exe: error: ld returned 1 exit status
Backtrace:
▆
1. ├─testthat::test_check("gppm")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─gppm::gppm(...) at D:\RCompile\CRANpkg\local\4.3\gppm.Rcheck\tests\testthat\setup-global.R:3:0
15. │ └─gppm:::toStan(theModel$parsedModel, control)
16. │ ├─utils::capture.output(...)
17. │ │ └─base::withVisible(...elt(i))
18. │ └─rstan::stan_model(model_code = theCode, auto_write = TRUE)
19. │ └─rstan:::cxxfunctionplus(...)
20. │ ├─pkgbuild::with_build_tools(...)
21. │ │ └─withr::with_path(rtools_path(), code)
22. │ │ └─base::force(code)
23. │ └─inline::cxxfunction(...)
24. │ └─inline:::compileCode(f, code, language = language, verbose = verbose)
25. │ └─base::stop(tail(errmsg))
26. └─base::.handleSimpleError(...)
27. └─testthat (local) h(simpleError(msg, call))
28. └─rlang::abort(...)
Error in `source_file()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.3\\gppm.Rcheck\\tests\\testthat\\setup-global.R"
Caused by error in `sink()`:
! invalid connection
Backtrace:
▆
1. ├─testthat::test_check("gppm")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─gppm::gppm(...) at D:\RCompile\CRANpkg\local\4.3\gppm.Rcheck\tests\testthat\setup-global.R:3:0
15. │ └─gppm:::toStan(theModel$parsedModel, control)
16. │ ├─utils::capture.output(...)
17. │ │ └─base::withVisible(...elt(i))
18. │ └─rstan::stan_model(model_code = theCode, auto_write = TRUE)
19. │ └─rstan:::cxxfunctionplus(...)
20. │ └─base::sink(type = "output")
21. └─base::.handleSimpleError(`<fn>`, "invalid connection", base::quote(sink(type = "output")))
22. └─testthat (local) h(simpleError(msg, call))
23. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [78s]
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.3/etc/x64/Makeconf" -f "D:/RCompile/recent/R-4.2.3/share/make/winshlib.mk" CXX='$(CXX14) $(CXX14STD)' CXXFLAGS='$(CXX14FLAGS)' CXXPICFLAGS='$(CXX14PICFLAGS)' SHLIB_LDFLAGS='$(SHLIB_CXX14LDFLAGS)' SHLIB_LD='$(SHLIB_CXX14LD)' SHLIB="file2ec050c13c7.dll" WIN=64 TCLBIN= OBJECTS="file2ec050c13c7.o"
make would use
make[1]: Entering directory '/d/temp/RtmpKYWQ1a'
if test "zfile2ec050c13c7.o" != "z"; then \
if test -e "file2ec050c13c7-win.def"; then \
echo g++ -shared -s -static-libgcc -o file2ec050c13c7.dll file2ec050c13c7-win.def file2ec050c13c7.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.3/bin/x64" -lR ; \
g++ -shared -s -static-libgcc -o file2ec050c13c7.dll file2ec050c13c7-win.def file2ec050c13c7.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.3/bin/x64" -lR ; \
else \
echo EXPORTS > tmp.def; \
nm file2ec050c13c7.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 file2ec050c13c7.dll tmp.def file2ec050c13c7.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.3/bin/x64" -lR ; \
g++ -shared -s -static-libgcc -o file2ec050c13c7.dll tmp.def file2ec050c13c7.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.3/bin/x64" -lR ; \
rm -f tmp.def; \
fi \
fi
make[1]: Leaving directory '/d/temp/RtmpKYWQ1a'
Error in `source_file()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.2\\gppm.Rcheck\\tests\\testthat\\setup-global.R"
Caused by error in `compileCode()`:
! D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file2ec050c13c7.o:file2ec050c13c7.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: file2ec050c13c7.o:file2ec050c13c7.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: file2ec050c13c7.o:file2ec050c13c7.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: file2ec050c13c7.o:file2ec050c13c7.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x1d): undefined reference to `tbb::internal::task_scheduler_observer_v3::observe(bool)'D:\rtools42\x86_64-w64-mingw32.static.posix\bin/ld.exe: file2ec050c13c7.o:file2ec050c13c7.cpp:(.text$_ZN3tbb10interface623task_scheduler_observerD0Ev[_ZN3tbb10interface623task_scheduler_observerD0Ev]+0x3a): more undefined references to `tbb::internal::task_scheduler_observer_v3::observe(bool)' followcollect2.exe: error: ld returned 1 exit status
Backtrace:
▆
1. ├─testthat::test_check("gppm")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─gppm::gppm(...) at D:\RCompile\CRANpkg\local\4.2\gppm.Rcheck\tests\testthat\setup-global.R:3:0
15. │ └─gppm:::toStan(theModel$parsedModel, control)
16. │ ├─utils::capture.output(...)
17. │ │ └─base::withVisible(...elt(i))
18. │ └─rstan::stan_model(model_code = theCode, auto_write = TRUE)
19. │ └─rstan:::cxxfunctionplus(...)
20. │ ├─pkgbuild::with_build_tools(...)
21. │ │ └─withr::with_path(rtools_path(), code)
22. │ │ └─base::force(code)
23. │ └─inline::cxxfunction(...)
24. │ └─inline:::compileCode(f, code, language = language, verbose = verbose)
25. │ └─base::stop(tail(errmsg))
26. └─base::.handleSimpleError(...)
27. └─testthat (local) h(simpleError(msg, call))
28. └─rlang::abort(...)
Error in `source_file()`:
! In path: "D:\\RCompile\\CRANpkg\\local\\4.2\\gppm.Rcheck\\tests\\testthat\\setup-global.R"
Caused by error in `sink()`:
! invalid connection
Backtrace:
▆
1. ├─testthat::test_check("gppm")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_setup(".", env)
7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─gppm::gppm(...) at D:\RCompile\CRANpkg\local\4.2\gppm.Rcheck\tests\testthat\setup-global.R:3:0
15. │ └─gppm:::toStan(theModel$parsedModel, control)
16. │ ├─utils::capture.output(...)
17. │ │ └─base::withVisible(...elt(i))
18. │ └─rstan::stan_model(model_code = theCode, auto_write = TRUE)
19. │ └─rstan:::cxxfunctionplus(...)
20. │ └─base::sink(type = "output")
21. └─base::.handleSimpleError(`<fn>`, "invalid connection", base::quote(sink(type = "output")))
22. └─testthat (local) h(simpleError(msg, call))
23. └─rlang::abort(...)
Execution halted
Flavor: r-oldrel-windows-x86_64