CRAN Package Check Results for Maintainer ‘Collin Erickson <collinberickson at gmail.com>’

Last updated on 2024-08-16 21:49:25 CEST.

Package ERROR NOTE OK
CGGP 13
comparer 13
ContourFunctions 1 9 3
GauPro 7 6
mixopt 13
sFFLHD 13
splitfngr 13
TestFunctions 13
testthatmulti 13

Package CGGP

Current CRAN status: OK: 13

Package comparer

Current CRAN status: OK: 13

Package ContourFunctions

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

Additional issues

noSuggests

Version: 0.1.1
Check: Rd files
Result: NOTE checkRd: (-1) cf_grid.Rd:38: Lost braces; missing escapes or markup? 38 | heat.colors, terrain.colors, topo.colors, and function(x) {gray((1:x)/x)}.} | ^ checkRd: (-1) cf_highdim.Rd:58: Lost braces; missing escapes or markup? 58 | heat.colors, terrain.colors, topo.colors, and function(x) {gray((1:x)/x)}.} | ^ checkRd: (-1) gcf_grid.Rd:51: Lost braces; missing escapes or markup? 51 | heat.colors, terrain.colors, topo.colors, and function(x) {gray((1:x)/x)}.} | ^ 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

Version: 0.1.1
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘laGP’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘ContourFunctions-Ex.R’ failed The error most likely occurred in: > ### Name: cf > ### Title: Make contour plot from data or function > ### Aliases: cf > > ### ** Examples > > cf(function(x){x[1]^2 - x[2]}) > x <- runif(20) > y <- runif(20) > z <- exp(-(x-.5)^2-5*(y-.5)^2)# + rnorm(20,0,.05) > cf(x,y,z) Error in loadNamespace(x) : there is no package called ‘laGP’ Calls: cf ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [85s/114s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ContourFunctions) > > test_check("ContourFunctions") [ FAIL 3 | WARN 1 | SKIP 0 | PASS 51 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-gcf_grid.R:51:3'): gcf_data ──────────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'laGP' Backtrace: ▆ 1. ├─ContourFunctions::gcf_data(x, y, z) at test-gcf_grid.R:51:3 2. │ └─ContourFunctions::cf_data(...) 3. └─base::loadNamespace(x) 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-gcf_grid.R:68:3'): gcf ───────────────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'laGP' Backtrace: ▆ 1. ├─ContourFunctions::gcf_data(x, y, z) at test-gcf_grid.R:68:3 2. │ └─ContourFunctions::cf_data(...) 3. └─base::loadNamespace(x) 4. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 5. └─base (local) withOneRestart(expr, restarts[[1L]]) 6. └─base (local) doWithOneRestart(return(expr), restart) ── Error ('test-nongg.R:33:3'): cf_data ──────────────────────────────────────── <packageNotFoundError/error/condition> Error in `loadNamespace(x)`: there is no package called 'laGP' Backtrace: ▆ 1. ├─ContourFunctions::cf_data(x, y, z) at test-nongg.R:33:3 2. └─base::loadNamespace(x) 3. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 4. └─base (local) withOneRestart(expr, restarts[[1L]]) 5. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 3 | WARN 1 | SKIP 0 | PASS 51 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘Introduction_to_the_cf_R_package.Rmd’ using rmarkdown ** Processing: /data/gannet/ripley/R/packages/tests-clang/ContourFunctions.Rcheck/vign_test/ContourFunctions/vignettes/Introduction_to_the_cf_R_package_files/figure-html/cf_grid-1.png 576x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 41461 bytes Input file size = 41599 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28347 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28347 Output IDAT size = 28347 bytes (13114 bytes decrease) Output file size = 28425 bytes (13174 bytes = 31.67% decrease) ** Processing: /data/gannet/ripley/R/packages/tests-clang/ContourFunctions.Rcheck/vign_test/ContourFunctions/vignettes/Introduction_to_the_cf_R_package_files/figure-html/cf_grid bar-1.png 576x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 40003 bytes Input file size = 40129 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29337 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 29337 Output IDAT size = 29337 bytes (10666 bytes decrease) Output file size = 29415 bytes (10714 bytes = 26.70% decrease) ** Processing: /data/gannet/ripley/R/packages/tests-clang/ContourFunctions.Rcheck/vign_test/ContourFunctions/vignettes/Introduction_to_the_cf_R_package_files/figure-html/unnamed-chunk-1-1.png 576x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 73076 bytes Input file size = 73250 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 50943 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 50943 Output IDAT size = 50943 bytes (22133 bytes decrease) Output file size = 51021 bytes (22229 bytes = 30.35% decrease) ** Processing: /data/gannet/ripley/R/packages/tests-clang/ContourFunctions.Rcheck/vign_test/ContourFunctions/vignettes/Introduction_to_the_cf_R_package_files/figure-html/unnamed-chunk-2-1.png 576x576 pixels, 3x8 bits/pixel, RGB Input IDAT size = 41461 bytes Input file size = 41599 bytes Trying: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28347 zc = 9 zm = 8 zs = 1 f = 0 zc = 1 zm = 8 zs = 2 f = 0 zc = 9 zm = 8 zs = 3 f = 0 zc = 9 zm = 8 zs = 0 f = 5 zc = 9 zm = 8 zs = 1 f = 5 zc = 1 zm = 8 zs = 2 f = 5 zc = 9 zm = 8 zs = 3 f = 5 Selecting parameters: zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 28347 Output IDAT size = 28347 bytes (13114 bytes decrease) Output file size = 28425 bytes (13174 bytes = 31.67% decrease) Quitting from lines 75-81 [cf_data] (Introduction_to_the_cf_R_package.Rmd) Error: processing vignette 'Introduction_to_the_cf_R_package.Rmd' failed with diagnostics: there is no package called 'laGP' --- failed re-building ‘Introduction_to_the_cf_R_package.Rmd’ SUMMARY: processing the following file failed: ‘Introduction_to_the_cf_R_package.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Package GauPro

Current CRAN status: NOTE: 7, OK: 6

Version: 0.2.12
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: Cubic.Rd: R6Class Exponential.Rd: R6Class FactorKernel.Rd: R6Class GauPro_Gauss.Rd: R6Class GauPro_Gauss_LOO.Rd: R6Class GauPro_base.Rd: R6Class GauPro_kernel.Rd: R6Class GauPro_kernel_beta.Rd: R6Class GauPro_kernel_model.Rd: R6Class GauPro_kernel_model_LOO.Rd: R6Class GauPro_trend.Rd: R6Class Gaussian.Rd: R6Class GowerFactorKernel.Rd: R6Class IgnoreIndsKernel.Rd: R6Class LatentFactorKernel.Rd: R6Class Matern32.Rd: R6Class Matern52.Rd: R6Class OrderedFactorKernel.Rd: R6Class Periodic.Rd: R6Class PowerExp.Rd: R6Class RatQuad.Rd: R6Class Triangle.Rd: R6Class White.Rd: R6Class kernel_product.Rd: R6Class kernel_sum.Rd: R6Class trend_0.Rd: R6Class trend_LM.Rd: R6Class trend_c.Rd: R6Class Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.2.12
Check: installed package size
Result: NOTE installed size is 9.1Mb sub-directories of 1Mb or more: R 2.1Mb libs 6.3Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package mixopt

Current CRAN status: OK: 13

Package sFFLHD

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

Version: 0.1.2
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘R6’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package splitfngr

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 TestFunctions

Current CRAN status: OK: 13

Package testthatmulti

Current CRAN status: OK: 13

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.