Last updated on 2025-12-07 04:49:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 1.63 | 25.34 | 26.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.37 | 17.14 | 18.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 40.68 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 53.04 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 3.00 | 45.00 | 48.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 1.64 | 23.59 | 25.23 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 1.64 | 22.90 | 24.54 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 1.00 | 38.00 | 39.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 3.00 | 45.00 | 48.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 1.00 | 32.00 | 33.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 3.00 | 51.00 | 54.00 | OK |
Version: 1.0.0
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: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘grapes-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: functions
> ### Title: Function 'functions'
> ### Aliases: functions
>
> ### ** Examples
>
> functions()
character(0)
> myfun = function(x, y) x + y
> functions()
[1] "myfun"
> functions("grapes")
[1] "bunch" "functions" "grow"
> functions("knitr")
Loading required package: knitr
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘knitr’
Error in as.environment(.) :
no item called "package:knitr" on the search list
Calls: functions -> parse_from -> %>%
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(grapes)
>
> test_check("grapes")
Saving _problems/test-examples-27.R
Saving _problems/test-packages-9.R
Saving _problems/test-packages-19.R
[ FAIL 3 | WARN 3 | SKIP 0 | PASS 60 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-examples.R:27:3'): functions() example ─────────────────────────
Error in `as.environment(.)`: no item called "package:knitr" on the search list
Backtrace:
▆
1. ├─testthat::expect_true(is.character(functions("knitr"))) at test-examples.R:27:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─grapes::functions("knitr")
5. └─grapes:::parse_from(from)
6. └─paste0("package:", from) %>% as.environment
── Error ('test-packages.R:9:3'): grow() loads from a package ──────────────────
Error in `as.environment(.)`: no item called "package:knitr" on the search list
Backtrace:
▆
1. └─grapes::grow(knit_params, from = "knitr") at test-packages.R:9:3
2. └─grapes:::parse_from(from)
3. └─paste0("package:", from) %>% as.environment
── Error ('test-packages.R:19:3'): grow() can load everything from a package ───
Error in `as.environment(.)`: no item called "package:knitr" on the search list
Backtrace:
▆
1. └─grapes::grow(from = "knitr") at test-packages.R:19:3
2. └─grapes:::parse_from(from)
3. └─paste0("package:", from) %>% as.environment
[ FAIL 3 | WARN 3 | SKIP 0 | PASS 60 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.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