CRAN Package Check Results for Maintainer ‘Gabriel Becker <gabembecker at gmail.com>’

Last updated on 2026-02-06 19:54:09 CET.

Package ERROR NOTE OK
junco 3 10
SearchTrees 2 11
switchr 1 2 10

Package junco

Current CRAN status: NOTE: 3, OK: 10

Version: 0.1.3
Check: installed package size
Result: NOTE installed size is 5.4Mb sub-directories of 1Mb or more: doc 4.0Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package SearchTrees

Current CRAN status: NOTE: 2, OK: 11

Version: 0.5.5
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Gabriel Becker <gabembecker@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Gabriel", family = "Becker", role = c("aut", "cre"), email = "gabembecker@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package switchr

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 0.14.8
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Gabriel Becker <gabembecker@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Gabriel", family = "Becker", role = c("aut", "cre"), email = "gabembecker@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.14.8
Check: tests
Result: ERROR Running 'winpath.R' [6s] Running the tests in 'tests/winpath.R' failed. Complete output: > library(switchr) > ## if(getOption("repos")["CRAN"] == "@CRAN@") > ## chooseCRANmirror(ind=1L) > graceful_inet(TRUE) $on [1] TRUE $silent [1] FALSE > checkUrlRoundtrip = function(pth) { + pth = switchr:::normalizePath2(pth) + furl = switchr:::makeFileURL(pth) + pth2 = switchr:::fileFromFileURL(furl) + if(pth != pth2) + stop("Round trip result (", pth2, ") does not match original (", pth, ") when creating file URLs") + } > > ## regression test to ensure that the roundtrip > ## between path and file url is working properly > checkUrlRoundtrip(getwd()) > checkUrlRoundtrip(tempdir()) > if(switchr:::isWindows()) + checkUrlRoundtrip("\\\\localhost\\c$") > > ## regreossion test to ensure that package dependencies > ## are added to the dontunload list when a package > ## is specified > bef = switchrDontUnload() > af = switchrDontUnload("knitr") > stopifnot(all(tools::package_dependencies("knitr", recursive = TRUE)[[1]] %in% af)) > > > ## regression test for unnecessary (and expensive) > ## lazy repo construction when install_packages > ## is passed urls for existing repos (the default > ## behavior). > tmplib = tempdir() > trace(lazyRepo, stop) Tracing function "lazyRepo" in environment <namespace:switchr> Warning: Tracing only in the namespace; to untrace you will need: untrace("lazyRepo", where = getNamespace("switchr")) [1] "lazyRepo" attr(,"package") [1] "switchr" > install_packages("switchr", repos = defaultRepos(), lib = tmplib) Error in rbind(avail1, avail2[new, ]) : number of columns of matrices must match (see arg 2) Calls: install_packages ... install_packages -> install_packages -> .install_packages -> rbind Execution halted Flavor: r-devel-windows-x86_64

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.