Last updated on 2025-12-06 21:49:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.5 | 7.08 | 73.12 | 80.20 | NOTE | --no-vignettes |
| r-devel-linux-x86_64-debian-gcc | 0.2.5 | 4.99 | 48.36 | 53.35 | ERROR | --no-vignettes |
| r-devel-linux-x86_64-fedora-clang | 0.2.5 | 44.00 | 342.86 | 386.86 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 15.00 | 403.25 | 418.25 | NOTE | |
| r-devel-windows-x86_64 | 0.2.5 | 8.00 | 341.00 | 349.00 | NOTE | |
| r-patched-linux-x86_64 | 0.2.5 | 8.20 | 63.72 | 71.92 | NOTE | --no-vignettes |
| r-release-linux-x86_64 | 0.2.5 | 7.17 | 66.18 | 73.35 | NOTE | --no-vignettes |
| r-release-macos-arm64 | 0.2.5 | NOTE | ||||
| r-release-macos-x86_64 | 0.2.5 | 6.00 | 417.00 | 423.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.5 | 8.00 | 344.00 | 352.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.5 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.2.5 | 5.00 | 302.00 | 307.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.5 | 10.00 | 453.00 | 463.00 | NOTE |
Version: 0.2.5
Flags: --no-vignettes
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Jacob Bien <jbien@usc.edu>’
The Description field contains
<arXiv:1607.00021>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.5
Flags: --no-vignettes
Check: Rd files
Result: NOTE
checkRd: (-1) add_bold.Rd:15: Lost braces; missing escapes or markup?
15 | For example, in latex it would take "2" and output "{\\bf 2}"; in html
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.2.5
Flags: --no-vignettes
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.5
Flags: --no-vignettes
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Got this Sys.setenv line from https://github.com/luckyrandom/cmaker/blob/b85813ac2b7aef69932eca8fbb4fa0ec225e0af0/tests/testthat.R
> # so that devtools:check() won't hang.
> # setting R_TESTS to empty string because of
> # https://github.com/hadley/testthat/issues/144
> # revert this when that issue in R is fixed.
> Sys.setenv("R_TESTS" = "")
>
> library(testthat)
> library(simulator)
Attaching package: 'simulator'
The following object is masked from 'package:testthat':
describe
>
> test_check("simulator")
Saving _problems/test-table-60.R
Saving _problems/test-table-62.R
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 118 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-method-extension.R:65:3', 'test-parallel.R:52:3',
'test-parallel.R:71:3', 'test-parallel.R:97:3'
• {knitr} is not installed. (1): 'test-create.R:9:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-table.R:59:3'): can make a table ─────────────────────────────
`tabulate_eval(evlist, "sqerr", method_names = "yours")` threw an error with unexpected message.
Expected match: "not found in any evals"
Actual message: "To use this function, knitr must be installed."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-table.R:59:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─simulator::tabulate_eval(evlist, "sqerr", method_names = "yours")
── Failure ('test-table.R:61:3'): can make a table ─────────────────────────────
`tabulate_eval(evlist, "sqerr", method_names = "his", format_args = list(digits = 2))` threw an error.
Message: To use this function, knitr must be installed.
Class: simpleError/error/condition
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-table.R:61:3
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. └─simulator::tabulate_eval(...)
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 118 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.5
Flags: --no-vignettes
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
Version: 0.2.5
Check: Rd files
Result: NOTE
checkRd: (-1) add_bold.Rd:15: Lost braces; missing escapes or markup?
15 | For example, in latex it would take "2" and output "{\\bf 2}"; in html
| ^
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64