Last updated on 2025-12-07 04:50:08 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.5.0 | 2.11 | 45.69 | 47.80 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.5.0 | 1.86 | 31.67 | 33.53 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.5.0 | 12.00 | 67.25 | 79.25 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.5.0 | 85.83 | OK | |||
| r-devel-windows-x86_64 | 2.5.0 | 4.00 | 65.00 | 69.00 | OK | |
| r-patched-linux-x86_64 | 2.5.0 | 2.81 | 42.91 | 45.72 | OK | |
| r-release-linux-x86_64 | 2.5.0 | 2.37 | 42.51 | 44.88 | OK | |
| r-release-macos-arm64 | 2.5.0 | OK | ||||
| r-release-macos-x86_64 | 2.5.0 | 4.00 | 107.00 | 111.00 | OK | |
| r-release-windows-x86_64 | 2.5.0 | 4.00 | 65.00 | 69.00 | OK | |
| r-oldrel-macos-arm64 | 2.5.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.5.0 | 4.00 | 103.00 | 107.00 | OK | |
| r-oldrel-windows-x86_64 | 2.5.0 | 5.00 | 78.00 | 83.00 | OK |
Version: 2.5.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'usethis', 'knitr', 'roxygen2', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rstantools)
This is rstantools version 2.5.0
>
> foo <- function(x) {"test function"}
>
> if (identical(Sys.getenv("TRAVIS"), "true")) {
+ test_check("rstantools", filter = "methods")
+ } else {
+ test_check("rstantools")
+ }
Saving _problems/test-rstan_config-43.R
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()`) ─────
Error: Please install package 'usethis' to use function 'rstan_create_package'.
Backtrace:
▆
1. └─rstantools::rstan_create_package(...) at test-rstan_config.R:40:1
── Error ('test-rstan_create_package.R:63:5'): (code run outside of `test_that()`) ──
Error: Please install package 'usethis' to use function 'rstan_create_package'.
Backtrace:
▆
1. └─rstantools::rstan_create_package(...) at test-rstan_create_package.R:63:5
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 42 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.5.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc