CRAN Package Check Results for Maintainer ‘Brodie Gaslam <brodie.gaslam at yahoo.com>’

Last updated on 2024-06-26 10:20:51 CEST.

Package ERROR NOTE OK
diffobj 13
fansi 1 5 7
oshka 13
unitizer 13
vetr 2 5 6

Package diffobj

Current CRAN status: OK: 13

Package fansi

Current CRAN status: ERROR: 1, NOTE: 5, OK: 7

Version: 1.0.6
Check: compiled code
Result: NOTE File ‘fansi/libs/fansi.so’: Found non-API call to R: ‘R_nchar’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. 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

Version: 1.0.6
Check: compiled code
Result: NOTE File 'fansi/libs/x64/fansi.dll': Found non-API call to R: 'R_nchar' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 1.0.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘sgr-in-rmd.Rmd’ using rmarkdown Error: processing vignette 'sgr-in-rmd.Rmd' failed with diagnostics: there is no package called ‘R6’ --- failed re-building ‘sgr-in-rmd.Rmd’ SUMMARY: processing the following file failed: ‘sgr-in-rmd.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-release-macos-arm64

Package oshka

Current CRAN status: NOTE: 13

Version: 0.1.2
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory 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

Package unitizer

Current CRAN status: OK: 13

Package vetr

Current CRAN status: ERROR: 2, NOTE: 5, OK: 6

Version: 0.2.18
Check: compiled code
Result: NOTE File ‘vetr/libs/vetr.so’: Found non-API call to R: ‘SET_TYPEOF’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. 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

Version: 0.2.18
Check: compiled code
Result: NOTE File 'vetr/libs/x64/vetr.dll': Found non-API call to R: 'SET_TYPEOF' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavor: r-devel-windows-x86_64

Version: 0.2.18
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘vetr.Rmd’ ... > stopifnot_iris <- function(x) { + stopifnot(is.data.frame(x), is.list(x), length(x) == length(iris), + identical(lapply(x, class), lapp .... [TRUNCATED] > stopifnot_iris(iris.fake) When sourcing ‘vetr.R’: Error: identical(levels(x$Species), levels(iris$Species)) is not TRUE Execution halted ‘alike.Rmd’... [2s/2s] OK ‘vetr.Rmd’... failed Flavor: r-oldrel-macos-arm64

Version: 0.2.18
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘vetr.Rmd’ ... > stopifnot_iris <- function(x) { + stopifnot(is.data.frame(x), is.list(x), length(x) == length(iris), + identical(lapply(x, class), lapp .... [TRUNCATED] > stopifnot_iris(iris.fake) When sourcing ‘vetr.R’: Error: identical(levels(x$Species), levels(iris$Species)) is not TRUE Execution halted ‘alike.Rmd’... [3s/7s] OK ‘vetr.Rmd’... failed Flavor: r-oldrel-macos-x86_64