CRAN Package Check Results for Package box

Last updated on 2025-12-06 00:48:34 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 4.18 56.71 60.89 OK
r-devel-linux-x86_64-debian-gcc 1.2.1 3.40 27.13 30.53 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.1 12.00 84.11 96.11 OK
r-devel-linux-x86_64-fedora-gcc 1.2.1 20.00 94.05 114.05 OK
r-devel-windows-x86_64 1.2.1 10.00 82.00 92.00 OK
r-patched-linux-x86_64 1.2.1 4.66 51.90 56.56 OK
r-release-linux-x86_64 1.2.1 3.65 53.35 57.00 OK
r-release-macos-arm64 1.2.1 2.00 37.00 39.00 OK
r-release-macos-x86_64 1.2.1 25.00 174.00 199.00 OK
r-release-windows-x86_64 1.2.1 9.00 96.00 105.00 OK
r-oldrel-macos-arm64 1.2.1 5.00 53.00 58.00 OK
r-oldrel-macos-x86_64 1.2.1 25.00 189.00 214.00 OK
r-oldrel-windows-x86_64 1.2.1 10.00 93.00 103.00 ERROR

Check Details

Version: 1.2.1
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'devtools', 'knitr', 'rmarkdown', 'roxygen2', 'shiny' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Needed for subshells openend in tests, and does no harm otherwise. > # See <https://github.com/hadley/testthat/issues/144> for details. > Sys.setenv(R_TESTS = '') > testthat::test_check('box') Loading required package: box Attaching package: 'box' The following object is masked from 'package:utils': help The following objects are masked from 'package:base': file, topenv, use Saving _problems/test-pkg-143.R [ FAIL 1 | WARN 1 | SKIP 26 | PASS 545 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (6): 'test-find.r:93:5', 'test-find.r:98:5', 'test-rstudio.r:41:5', 'test-rstudio.r:61:5', 'test-vignettes.r:30:5', 'test-z-attach.r:8:5' • Only run on Windows (1): 'test-file.r:102:5' • Outside source code repository (3): 'test-file.r:18:5', 'test-file.r:69:5', 'test-interactive.r:3:1' • {devtools} is not installed. (4): 'test-pkg.r:25:5', 'test-pkg.r:75:5', 'test-pkg.r:105:9', 'test-pkg.r:126:5' • {knitr} is not installed (3): 'test-knitr.r:6:5', 'test-knitr.r:13:5', 'test-knitr.r:20:5' • {} is not installed. (9): 'test-help.r:7:5', 'test-pkg.r:38:5', 'test-pkg.r:57:5', 'test-pkg.r:64:5', 'test-pkg.r:94:5', 'test-pkg.r:116:5', 'test-pkg.r:148:5', 'test-pkg.r:155:5', 'test-pkg.r:164:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-pkg.r:143:5'): only exported things can be attached ──────────── Error in `as.environment(pos)`: no item called "getNamespace("devtools")" on the search list Backtrace: ▆ 1. ├─box:::expect_in("yesno", ls(getNamespace("devtools"))) at test-pkg.r:143:5 2. │ └─testthat::quasi_label(rlang::enquo(list), arg = "list") at ./helper-expect.r:34:5 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─base::ls(getNamespace("devtools")) [ FAIL 1 | WARN 1 | SKIP 26 | PASS 545 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.1
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: 1.2.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'box.rmd' using rmarkdown --- finished re-building 'box.rmd' --- re-building 'compiled-code.rmd' using rmarkdown --- finished re-building 'compiled-code.rmd' --- re-building 'contributing.rmd' using rmarkdown --- finished re-building 'contributing.rmd' --- re-building 'faq.rmd' using rmarkdown --- finished re-building 'faq.rmd' --- re-building 'migration.rmd' using rmarkdown --- finished re-building 'migration.rmd' --- re-building 'mod-envs.rmd' using rmarkdown File environment-schema.png not found in resource path Error: processing vignette 'mod-envs.rmd' failed with diagnostics: pandoc document conversion failed with error 99 --- failed re-building 'mod-envs.rmd' --- re-building 'related.rmd' using rmarkdown --- finished re-building 'related.rmd' --- re-building 'testing.rmd' using rmarkdown --- finished re-building 'testing.rmd' SUMMARY: processing the following file failed: 'mod-envs.rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64