CRAN Package Check Results for Package cpp11

Last updated on 2024-09-18 12:48:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 2.04 119.96 122.00 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 1.77 80.21 81.98 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 276.15 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 228.87 OK
r-devel-windows-x86_64 0.5.0 6.00 188.00 194.00 OK
r-patched-linux-x86_64 0.5.0 2.03 103.67 105.70 OK
r-release-linux-x86_64 0.5.0 1.72 105.71 107.43 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 6.00 189.00 195.00 OK
r-oldrel-macos-arm64 0.5.0 108.00 ERROR
r-oldrel-macos-x86_64 0.5.0 168.00 ERROR
r-oldrel-windows-x86_64 0.5.0 4.00 222.00 226.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