CRAN Package Check Results for Package cpp11

Last updated on 2024-08-31 08:48:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 2.11 121.84 123.95 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 1.88 81.45 83.33 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 282.87 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 218.43 OK
r-devel-windows-x86_64 0.5.0 5.00 185.00 190.00 OK
r-patched-linux-x86_64 0.5.0 1.71 103.52 105.23 OK
r-release-linux-x86_64 0.5.0 1.61 104.08 105.69 OK
r-release-macos-arm64 0.5.0 111.00 OK
r-release-macos-x86_64 0.5.0 230.00 OK
r-release-windows-x86_64 0.5.0 7.00 209.00 216.00 OK
r-oldrel-macos-arm64 0.5.0 118.00 ERROR
r-oldrel-macos-x86_64 0.5.0 226.00 ERROR
r-oldrel-windows-x86_64 0.5.0 6.00 222.00 228.00 OK

Check Details

Version: 0.5.0
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘FAQ.Rmd’ ... > add_some <- function(x, amount = 1) { + add_some_(x, amount) + } > add_some(1) When sourcing ‘FAQ.R’: Error: could not find function "add_some_" Execution halted when running code in ‘cpp11.Rmd’ ... > 600/(0.005 - 0.002) [1] 2e+05 > mod <- lm(mpg ~ wt, data = mtcars) > mpe(mod) When sourcing ‘cpp11.R’: Error: could not find function "mpe" Execution halted when running code in ‘motivations.Rmd’ ... [1] 2 4 6 > x [1] 1 2 3 > z <- times_two_rcpp(x) When sourcing ‘motivations.R’: Error: could not find function "times_two_rcpp" Execution halted ‘FAQ.Rmd’ using ‘UTF-8’... failed ‘converting.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘cpp11.Rmd’ using ‘UTF-8’... failed ‘internals.Rmd’ using ‘UTF-8’... [0s/0s] OK ‘motivations.Rmd’ using ‘UTF-8’... failed Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64