CRAN Package Check Results for Package supernova

Last updated on 2025-02-05 17:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.0 5.35 79.74 85.09 NOTE
r-devel-linux-x86_64-debian-gcc 3.0.0 3.19 54.98 58.17 NOTE
r-devel-linux-x86_64-fedora-clang 3.0.0 154.54 OK
r-devel-linux-x86_64-fedora-gcc 3.0.0 157.14 NOTE
r-devel-windows-x86_64 3.0.0 8.00 136.00 144.00 NOTE
r-patched-linux-x86_64 3.0.0 9.08 46.62 55.70 ERROR
r-release-linux-x86_64 3.0.0 4.59 73.36 77.95 OK
r-release-macos-arm64 3.0.0 46.00 OK
r-release-macos-x86_64 3.0.0 68.00 OK
r-release-windows-x86_64 3.0.0 8.00 125.00 133.00 OK
r-oldrel-macos-arm64 3.0.0 55.00 OK
r-oldrel-macos-x86_64 3.0.0 89.00 OK
r-oldrel-windows-x86_64 3.0.0 9.00 143.00 152.00 OK

Check Details

Version: 3.0.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: level_pairs.Rd: tibble new_pairwise_tbl.Rd: tibble row_blank.Rd: tibble_row row_error.Rd: tibble_row row_term.Rd: tibble_row 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: 3.0.0
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘JMRData’ Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 3.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/24s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(supernova) > > test_check("supernova") Using github PAT from envvar GITHUB_PAT. Use `gitcreds::gitcreds_set()` and unset GITHUB_PAT in .Renviron (or elsewhere) if you want to use the more secure git credential store instead. Error in `FUN()`: ! In path: "/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/supernova.Rcheck/tests/testthat/setup.R" Caused by error: ! Failed to install 'unknown package' from GitHub: Timeout was reached [api.github.com]: Resolving timed out after 10002 milliseconds Backtrace: ▆ 1. ├─testthat::test_check("supernova") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_setup(".", env) 7. │ └─testthat::source_dir(path, "^setup.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. │ └─remotes::install_github("UCLATALL/JMRData") at tests/testthat/setup.R:9:3 15. │ └─remotes:::install_remotes(...) 16. │ └─base::tryCatch(...) 17. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 18. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 19. │ └─value[[3L]](cond) 20. │ └─base::stop(remote_install_error(remotes[[i]], e)) 21. └─testthat (local) `<fn>`(`<instll_r>`) 22. └─rlang::abort(...) Execution halted Flavor: r-patched-linux-x86_64