CRAN Package Check Results for Package renv

Last updated on 2020-08-07 01:49:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11.0 14.19 144.22 158.41 ERROR
r-devel-linux-x86_64-debian-gcc 0.11.0 9.75 110.39 120.14 OK
r-devel-linux-x86_64-fedora-clang 0.11.0 193.78 OK
r-devel-linux-x86_64-fedora-gcc 0.11.0 188.40 OK
r-devel-windows-ix86+x86_64 0.11.0 29.00 241.00 270.00 OK
r-patched-linux-x86_64 0.11.0 13.26 144.58 157.84 OK
r-patched-solaris-x86 0.11.0 268.20 OK
r-release-linux-x86_64 0.11.0 14.45 142.83 157.28 OK
r-release-macos-x86_64 0.11.0 OK
r-release-windows-ix86+x86_64 0.11.0 28.00 303.00 331.00 OK
r-oldrel-macos-x86_64 0.11.0 OK
r-oldrel-windows-ix86+x86_64 0.11.0 18.00 227.00 245.00 OK

Check Details

Version: 0.11.0
Check: tests
Result: ERROR
     Running 'testthat.R' [65s/86s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(renv)
    
     Attaching package: 'renv'
    
     The following object is masked from 'package:stats':
    
     update
    
     The following objects are masked from 'package:utils':
    
     history, upgrade
    
     The following objects are masked from 'package:base':
    
     load, remove
    
     >
     > renv:::renv_tests_init()
     > renv:::renv_tests_diagnostics()
     The following R libraries are set:
    
     - /tmp/RtmpnrdOSU/renv-library-15102c603579
     - /tmp/RtmpnrdOSU/renv-system-library
    
     The following repositories are set:
    
     CRAN: file:///tmp/RtmpnrdOSU/renv-repos-1510682b9ba5
    
     The following renv root directory is being used:
    
     - /tmp/RtmpnrdOSU/renv-root-1510274e291f
    
     The following renv cache directory is being used:
    
     - /tmp/RtmpnrdOSU/renv-root-1510274e291f/cache/v5/R-4.1-r78964/x86_64-pc-linux-gnu
    
     The following packages are available in the test repositories:
    
     bread, breakfast, brunch, egg, halloween, oatmeal, packrat,
     renv, toast, unixonly
    
     R_LIBS : <NA>
     R_LIBS_SITE : "no_such_dir"
     R_LIBS_USER : ""
    
     >
     > test_check("renv")
     -- 1. Error: renv can list files not representable in the native encoding (@test
     unable to translate '<U+9B3C>' to native encoding
     Backtrace:
     1. base::file.create(evil)
    
     -- 2. Error: code containing multibyte characters can be parsed (@test-parse.R#7
     <text>:1:1: unexpected '<'
     1: <
     ^
     Backtrace:
     1. renv:::renv_parse_text(code)
     2. renv:::renv_parse_impl(text, ...)
     3. base::parse(text = text, ...)
    
     == testthat results ===========================================================
     [ OK: 355 | SKIPPED: 62 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: renv can list files not representable in the native encoding (@test-files.R#164)
     2. Error: code containing multibyte characters can be parsed (@test-parse.R#7)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang