- using R version 4.5.2 (2025-10-31 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 14.3.0
GNU Fortran (GCC) 14.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'supernova/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'supernova' version '3.0.1'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'supernova' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [1s] OK
- checking whether startup messages can be suppressed ... [2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [6s] OK
- checking Rd files ... [1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [3s] OK
- checking for unstated dependencies in 'tests' ... WARNING
Warning: unable to access index for repository https://bioconductor.statistik.tu-dortmund.de/cran/src/contrib:
cannot open URL 'https://bioconductor.statistik.tu-dortmund.de/cran/src/contrib/PACKAGES'
Warning: unable to access index for repository https://bioconductor.statistik.tu-dortmund.de/packages/3.22/bioc/src/contrib:
cannot open URL 'https://bioconductor.statistik.tu-dortmund.de/packages/3.22/bioc/src/contrib/PACKAGES'
Warning: unable to access index for repository https://bioconductor.statistik.tu-dortmund.de/packages/3.22/data/annotation/src/contrib:
cannot open URL 'https://bioconductor.statistik.tu-dortmund.de/packages/3.22/data/annotation/src/contrib/PACKAGES'
Warning: unable to access index for repository https://bioconductor.statistik.tu-dortmund.de/packages/3.22/data/experiment/src/contrib:
cannot open URL 'https://bioconductor.statistik.tu-dortmund.de/packages/3.22/data/experiment/src/contrib/PACKAGES'
'::' or ':::' import not declared from: 'JMRData'
- checking tests ... [111s] ERROR
Running 'testthat.R' [110s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(supernova)
>
> test_check("supernova")
Error in `source_dir()`:
! Failed to evaluate './setup.R'.
Caused by error:
! Failed to install 'unknown package' from GitHub:
Timeout was reached [api.github.com]:
Resolving timed out after 10013 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(...)
11. │ ├─base::withCallingHandlers(...)
12. │ └─base::eval(exprs, env)
13. │ └─base::eval(exprs, env)
14. │ └─remotes::install_github("UCLATALL/JMRData") at ./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. └─cli::cli_abort(...)
23. └─rlang::abort(...)
Execution halted
- checking PDF version of manual ... [25s] OK
- checking HTML version of manual ... [6s] OK
- DONE
Status: 1 ERROR, 1 WARNING