CRAN Package Check Results for Maintainer ‘Jacob Bien <jbien at usc.edu>’

Last updated on 2025-12-07 07:50:31 CET.

Package ERROR NOTE OK
hierNet 13
protoclust 2 11
simulator 1 12
spcov 2 11

Package hierNet

Current CRAN status: NOTE: 13

Version: 1.9
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jacob Bien <jbien@usc.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Jacob", family = "Bien", role = c("aut", "cre"), email = "jbien@usc.edu"), person(given = "Rob", family = "Tibshirani", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.9
Check: Rd files
Result: NOTE checkRd: (-1) hierNet.Rd:28: Lost braces; missing escapes or markup? 28 | terms, th_{jj}X_j^2, in the model. Default TRUE.} | ^ checkRd: (-1) hierNet.logistic.Rd:30: Lost braces; missing escapes or markup? 30 | terms, th_{jj}X_j^2, in the model. Default TRUE.} | ^ checkRd: (-1) hierNet.logistic.Rd:63: Lost braces 63 | \seealso{\link{predict.hierNet.logistic},link{hierNet.logistic.path}} | ^ checkRd: (-1) hierNet.logistic.path.Rd:39: Lost braces; missing escapes or markup? 39 | terms, th_{jj}X_j^2, in the model. Default TRUE.} | ^ checkRd: (-1) hierNet.path.Rd:38: Lost braces; missing escapes or markup? 38 | terms, th_{jj}X_j^2, in the model. Default TRUE.} | ^ 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 protoclust

Current CRAN status: NOTE: 2, OK: 11

Version: 1.6.4
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jacob Bien <jbien@usc.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Jacob", family = "Bien", role = c("aut", "cre"), email = "jbien@usc.edu"), person(given = "Rob", family = "Tibshirani", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package simulator

Current CRAN status: ERROR: 1, NOTE: 12

Version: 0.2.5
Flags: --no-vignettes
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jacob Bien <jbien@usc.edu>’ The Description field contains <arXiv:1607.00021>. Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.5
Flags: --no-vignettes
Check: Rd files
Result: NOTE checkRd: (-1) add_bold.Rd:15: Lost braces; missing escapes or markup? 15 | For example, in latex it would take "2" and output "{\\bf 2}"; in html | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.5
Flags: --no-vignettes
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.5
Flags: --no-vignettes
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # Got this Sys.setenv line from https://github.com/luckyrandom/cmaker/blob/b85813ac2b7aef69932eca8fbb4fa0ec225e0af0/tests/testthat.R > # so that devtools:check() won't hang. > # setting R_TESTS to empty string because of > # https://github.com/hadley/testthat/issues/144 > # revert this when that issue in R is fixed. > Sys.setenv("R_TESTS" = "") > > library(testthat) > library(simulator) Attaching package: 'simulator' The following object is masked from 'package:testthat': describe > > test_check("simulator") Saving _problems/test-table-60.R Saving _problems/test-table-62.R [ FAIL 2 | WARN 0 | SKIP 5 | PASS 118 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-method-extension.R:65:3', 'test-parallel.R:52:3', 'test-parallel.R:71:3', 'test-parallel.R:97:3' • {knitr} is not installed. (1): 'test-create.R:9:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-table.R:59:3'): can make a table ───────────────────────────── `tabulate_eval(evlist, "sqerr", method_names = "yours")` threw an error with unexpected message. Expected match: "not found in any evals" Actual message: "To use this function, knitr must be installed." Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-table.R:59:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─simulator::tabulate_eval(evlist, "sqerr", method_names = "yours") ── Failure ('test-table.R:61:3'): can make a table ───────────────────────────── `tabulate_eval(evlist, "sqerr", method_names = "his", format_args = list(digits = 2))` threw an error. Message: To use this function, knitr must be installed. Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-table.R:61:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─simulator::tabulate_eval(...) [ FAIL 2 | WARN 0 | SKIP 5 | PASS 118 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.5
Flags: --no-vignettes
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.5
Check: Rd files
Result: NOTE checkRd: (-1) add_bold.Rd:15: Lost braces; missing escapes or markup? 15 | For example, in latex it would take "2" and output "{\\bf 2}"; in html | ^ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-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 spcov

Current CRAN status: NOTE: 2, OK: 11

Version: 1.3
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Jacob Bien <jbien@usc.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Jacob", family = "Bien", role = c("aut", "cre"), email = "jbien@usc.edu"), person(given = "Rob", family = "Tibshirani", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc