Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Dylan Beaudette ’ Suggests or Enhances not in mainstream repositories: sharpshootR Size of tarball: 5114250 bytes Check: examples, Result: ERROR Running examples in ‘aqp-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: quickSPC > ### Title: Quickly Assemble a SoilProfileCollection > ### Aliases: quickSPC > > ### ** Examples > > > # list-based template > x <- list( + id = 'P1', + depths = c(25, 33, 100, 150), + name = c('A', 'Bw', 'Bt', 'Cr'), + clay = c(12, 15, 22, 25), + soil_color = c('10YR 3/3', '10YR 4/4', '10YR 4/6', '5G 6/2') + ) > > s <- quickSPC(x) > plotSPC(s, name.style = 'center-center', cex.names = 1) > > # character template, mode 1 > # horizon thickness is generated at random (uniform [5,20]) > x <- 'A-Bt1-Bt2-Bt3-Cr-R' > > s <- quickSPC(x) Error: package `digest` is required Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [25s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(aqp) This is aqp 2.2 > > # limit all tests involving data.table > # to 2 threads for CRAN compliance > data.table::setDTthreads(Sys.getenv("OMP_THREAD_LIMIT", unset = 2)) > > # Sys.setenv("_SP_EVOLUTION_STATUS_"=2) > test_check("aqp") [ FAIL 1 | WARN 0 | SKIP 24 | PASS 1343 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (4): 'test-DT-tbl.R:6:3', 'test-color-signature.R:64:3', 'test-fix-find-overlap.R:40:3', 'test-fix-find-overlap.R:89:3' • is.null(test) is TRUE (1): 'test-DT-tbl.R:105:5' • {Gmedian} is not installed (5): 'test-L1_profiles.R:7:3', 'test-SoilProfileCollection-metadata.R:48:3', 'test-colorQuantiles.R:8:3', 'test-colorQuantiles.R:23:3', 'test-colorQuantiles.R:37:3' • {Hmisc} is not installed (2): 'test-slab.R:90:3', 'test-textureTriangleSummary.R:11:3' • {compositions} is not installed (1): 'test-bootstrapSoilTexture.R:11:3' • {gower} is not installed (8): 'test-aggregateColor.R:14:3', 'test-aggregateColor.R:40:3', 'test-aggregateColor.R:48:3', 'test-aggregateColor.R:78:3', 'test-mixMunsell.R:42:3', 'test-mixMunsell.R:57:3', 'test-mixMunsell.R:107:3', 'test-simulateColor.R:12:3' • {mpspline2} is not installed (2): 'test-spc2mpspline.R:2:3', 'test-spc2mpspline.R:51:3' • {sf} is not installed (1): 'test-SPC-objects.R:205:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-genhz.R:95:3'): evalGenHZ works as expected ──────────────────── Error: package `MASS` is required Backtrace: ▆ 1. └─aqp::evalGenHZ(sp3, genhz = "genhz", vars = "clay") at test-genhz.R:95:3 [ FAIL 1 | WARN 0 | SKIP 24 | PASS 1343 ] Error: Test failures Execution halted