Last updated on 2026-03-09 12:50:13 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.6.0 | 2.67 | 46.80 | 49.47 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.6.0 | 1.59 | 34.36 | 35.95 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.6.0 | 74.80 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.6.0 | 5.00 | 84.73 | 89.73 | OK | |
| r-devel-macos-arm64 | 2.6.0 | 1.00 | 19.00 | 20.00 | OK | |
| r-devel-windows-x86_64 | 2.6.0 | 4.00 | 69.00 | 73.00 | OK | |
| r-patched-linux-x86_64 | 2.6.0 | 2.68 | 43.31 | 45.99 | OK | |
| r-release-linux-x86_64 | 2.6.0 | 2.42 | 43.25 | 45.67 | OK | |
| r-release-macos-arm64 | 2.6.0 | 1.00 | 18.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 2.6.0 | 2.00 | 67.00 | 69.00 | OK | |
| r-release-windows-x86_64 | 2.6.0 | 4.00 | 70.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 2.6.0 | 1.00 | 23.00 | 24.00 | OK | |
| r-oldrel-macos-x86_64 | 2.6.0 | 2.00 | 70.00 | 72.00 | OK | |
| r-oldrel-windows-x86_64 | 2.6.0 | 5.00 | 81.00 | 86.00 | OK |
Version: 2.6.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rstantools)
This is rstantools version 2.6.0
>
> foo <- function(x) {"test function"}
>
> if (identical(Sys.getenv("TRAVIS"), "true")) {
+ test_check("rstantools", filter = "methods")
+ } else {
+ test_check("rstantools")
+ }
Package: RStanTest
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R (parsed):
* First Last <first.last@example.com> [aut, cre]
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Saving _problems/test-rstan_config-43.R
Package: RStanTest
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R (parsed):
* First Last <first.last@example.com> [aut, cre]
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Saving _problems/test-rstan_create_package-66.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 42 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rstan_config.R:40:1'): (code run outside of `test_that()`) ─────
<Rcpp::not_compatible/C++Error/error/condition>
Error: Expecting a string vector: [type=logical; required=STRSXP].
Backtrace:
▆
1. └─rstantools::rstan_create_package(...) at test-rstan_config.R:40:1
2. └─rstantools:::.rstan_make_pkg(...)
3. └─rstantools::rstan_config(pkgdir)
4. └─Rcpp::compileAttributes(pkgdir)
── Error ('test-rstan_create_package.R:63:5'): (code run outside of `test_that()`) ──
<Rcpp::not_compatible/C++Error/error/condition>
Error: Expecting a string vector: [type=logical; required=STRSXP].
Backtrace:
▆
1. └─rstantools::rstan_create_package(...) at test-rstan_create_package.R:63:5
2. └─rstantools:::.rstan_make_pkg(...)
3. └─rstantools::rstan_config(pkgdir)
4. └─Rcpp::compileAttributes(pkgdir)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 42 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc