CRAN Package Check Results for Package cpp11

Last updated on 2024-09-13 10:50:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 1.97 120.57 122.54 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 1.66 79.90 81.56 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 282.87 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 228.87 OK
r-devel-windows-x86_64 0.5.0 5.00 187.00 192.00 OK
r-patched-linux-x86_64 0.5.0 1.98 104.32 106.30 OK
r-release-linux-x86_64 0.5.0 1.81 103.71 105.52 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 95.00 ERROR
r-oldrel-macos-x86_64 0.5.0 162.00 ERROR
r-oldrel-windows-x86_64 0.5.0 5.00 223.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’ ... > library(cpp11) > library(cpp11) > cpp_function("int add(int x, int y, int z) {\n int sum = x + y + z;\n return sum;\n}") When sourcing ‘cpp11.R’: Error: The callr package(s) are required for this functionality 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 Flavor: r-oldrel-macos-arm64

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 Flavor: r-oldrel-macos-x86_64