Last updated on 2025-12-07 00:48:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 4.33 | 46.59 | 50.92 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 2.86 | 30.89 | 33.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 75.45 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 87.24 | NOTE | |||
| r-devel-windows-x86_64 | 0.2.0 | 8.00 | 63.00 | 71.00 | NOTE | |
| r-patched-linux-x86_64 | 0.2.0 | 4.12 | 41.94 | 46.06 | NOTE | |
| r-release-linux-x86_64 | 0.2.0 | 3.83 | 42.10 | 45.93 | NOTE | |
| r-release-macos-arm64 | 0.2.0 | NOTE | ||||
| r-release-macos-x86_64 | 0.2.0 | 4.00 | 68.00 | 72.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.0 | 8.00 | 62.00 | 70.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 3.00 | 51.00 | 54.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.0 | 9.00 | 75.00 | 84.00 | NOTE |
Version: 0.2.0
Check: Rd files
Result: NOTE
checkRd: (-1) gfonts.Rd:8: Lost braces; missing escapes or markup?
8 | Download Google fonts and generate CSS to use in {rmarkdown} documents and
| ^
checkRd: (-1) gfonts.Rd:9: Lost braces; missing escapes or markup?
9 | {shiny} applications. Some popular fonts are included and ready to use.
| ^
checkRd: (-1) use_pkg_gfont.Rd:5: Lost braces; missing escapes or markup?
5 | \title{Use a Google Font included in {gfonts}}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-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
Version: 0.2.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'vcr', 'covr'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(gfonts)
>
> test_check("gfonts")
Error in `source_dir()`:
! Failed to evaluate './helper-gfonts.R'.
Caused by error in `library()`:
! there is no package called 'vcr'
Backtrace:
▆
1. ├─testthat::test_check("gfonts")
2. │ └─testthat::test_dir(...)
3. │ └─testthat:::test_files(...)
4. │ └─testthat:::test_files_serial(...)
5. │ └─testthat:::test_files_setup_state(...)
6. │ └─testthat::source_test_helpers(".", env)
7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE)
8. │ └─base::lapply(...)
9. │ └─testthat (local) FUN(X[[i]], ...)
10. │ └─testthat::source_file(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─base::library(vcr) at ./helper-gfonts.R:2:1
15. │ └─base::stop(packageNotFoundError(package, lib.loc, sys.call()))
16. └─testthat (local) `<fn>`(`<S3: packageNotFoundError>`)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.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