CRAN Package Check Results for Package jetpack

Last updated on 2022-08-15 08:49:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.2 1.96 169.08 171.04 OK
r-devel-linux-x86_64-debian-gcc 0.5.2 1.68 125.08 126.76 OK
r-devel-linux-x86_64-fedora-clang 0.5.2 207.77 OK
r-devel-linux-x86_64-fedora-gcc 0.5.2 215.70 OK
r-devel-windows-x86_64 0.5.2 16.00 214.00 230.00 OK
r-patched-linux-x86_64 0.5.2 2.93 189.21 192.14 OK
r-release-linux-x86_64 0.5.2 2.63 160.72 163.35 OK
r-release-macos-arm64 0.5.2 77.00 OK
r-release-macos-x86_64 0.5.2 67.00 OK
r-release-windows-x86_64 0.5.2 14.00 164.00 178.00 OK
r-oldrel-macos-arm64 0.5.2 44.00 OK
r-oldrel-macos-x86_64 0.5.2 60.00 OK
r-oldrel-windows-ix86+x86_64 0.5.2 7.00 296.00 303.00 ERROR

Check Details

Version: 0.5.2
Check: tests
Result: ERROR
     Running 'testthat.R' [253s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(jetpack)
    
     Attaching package: 'jetpack'
    
     The following object is masked from 'package:stats':
    
     update
    
     The following objects are masked from 'package:base':
    
     load, remove
    
     >
     > test_check("jetpack")
     Run 'jetpack add <package>' to add packages!
     trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/DBI_1.1.3.zip'
     Content type 'application/zip' length 762614 bytes (744 KB)
     ==================================================
     downloaded 744 KB
    
     package 'DBI' successfully unpacked and MD5 sums checked
    
     The downloaded binary packages are in
     D:\temp\RtmpSMgnpC\downloaded_packages
     Pack complete!
     All dependencies are satisfied
     Pack complete!
     Pack complete!
     trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/DBI_1.1.3.zip'
     Content type 'application/zip' length 762614 bytes (744 KB)
     ==================================================
     downloaded 744 KB
    
     package 'DBI' successfully unpacked and MD5 sums checked
    
     The downloaded binary packages are in
     D:\temp\RtmpSMgnpC\downloaded_packages
     Updated DBI to 1.1.3 (was 1.1.3)
     Removed DBI!
     Run 'jetpack add <package>' to add packages!
     Install Jetpack to use a virtual environment for this project
     * installing *source* package 'DBI' ...
     ** package 'DBI' successfully unpacked and MD5 sums checked
     ** using staged installation
     ** R
     ** inst
     ** byte-compile and prepare package for lazy loading
     ** help
     *** installing help indices
     ** building package indices
     ** installing vignettes
     ** testing if installed package can be loaded from temporary location
     *** arch - i386
     *** arch - x64
     ** testing if installed package can be loaded from final location
     *** arch - i386
     *** arch - x64
     ** testing if installed package keeps a record of temporary installation path
     * DONE (DBI)
     Pack complete!
     DBI (1.1.1 -> 1.1.3) [CRAN]
     trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.1/DBI_1.1.3.zip'
     Content type 'application/zip' length 762614 bytes (744 KB)
     ==================================================
     downloaded 744 KB
    
     package 'DBI' successfully unpacked and MD5 sums checked
    
     The downloaded binary packages are in
     D:\temp\RtmpSMgnpC\downloaded_packages
     Updated DBI to 1.1.3 (was 1.1.1)
     [ FAIL 1 | WARN 0 | SKIP 2 | PASS 23 ]
    
     == Skipped tests ===============================================================
     * !identical(Sys.getenv("TEST_JETPACK_GLOBAL"), "true") is TRUE (1)
     * On CRAN (1)
    
     == Failed tests ================================================================
     -- Error (test-migrate.R:6:3): it works ----------------------------------------
     Error: failed to retrieve 'https://mran.microsoft.com/snapshot/2022-06-07/bin/windows/contrib/4.1/DBI_1.1.2.zip' [error code 22]
     Backtrace:
     x
     1. +-jetpack:::setup(...) at test-migrate.R:6:2
     2. | \-withr::with_dir(app_dir, code) at d:\RCompile\CRANpkg\local\4.1\jetpack.Rcheck\tests\testthat\helper-setup.R:19:2
     3. | \-base::force(code)
     4. \-jetpack::install() at test-migrate.R:43:4
     5. +-jetpack:::sandbox(...)
     6. | \-jetpack:::configureRenv(code)
     7. | \-base::eval(code)
     8. \-jetpack:::installHelper(show_status = TRUE)
     9. +-jetpack:::verboseRenv(...)
     10. | \-base::eval(code)
     11. +-base::suppressWarnings(...)
     12. | \-base::withCallingHandlers(...)
     13. \-renv::restore(project = dir, prompt = FALSE, clean = TRUE)
     14. \-renv:::renv_restore_run_actions(...)
     15. \-renv:::retrieve(packages)
     16. +-renv (local) handler(package, renv_retrieve_impl(package))
     17. \-renv:::renv_retrieve_impl(package)
     18. \-renv:::renv_retrieve_repos(record)
    
     [ FAIL 1 | WARN 0 | SKIP 2 | PASS 23 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64