CRAN Package Check Results for Package easyr

Last updated on 2024-03-27 10:09:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5-11 6.75 66.88 73.63 OK
r-devel-linux-x86_64-debian-gcc 0.5-11 5.42 49.44 54.86 OK
r-devel-linux-x86_64-fedora-clang 0.5-11 97.54 NOTE
r-devel-linux-x86_64-fedora-gcc 0.5-11 106.56 NOTE
r-devel-windows-x86_64 0.5-11 7.00 65.00 72.00 ERROR
r-patched-linux-x86_64 0.5-11 4.75 63.41 68.16 OK
r-release-linux-x86_64 0.5-11 3.89 64.64 68.53 OK
r-release-macos-arm64 0.5-11 37.00 OK
r-release-macos-x86_64 0.5-11 47.00 NOTE
r-release-windows-x86_64 0.5-11 9.00 105.00 114.00 OK
r-oldrel-macos-arm64 0.5-11 25.00 OK
r-oldrel-windows-x86_64 0.5-11 10.00 95.00 105.00 OK

Check Details

Version: 0.5-11
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘rprojroot’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.5-11
Check: examples
Result: ERROR Running examples in 'easyr-Ex.R' failed The error most likely occurred in: > ### Name: atype > ### Title: Auto-Type > ### Aliases: atype > > ### ** Examples > > # create some data in all-characters. > x = data.frame( + char = c( 'abc', 'def' ), + num = c( '1', '2' ), + date = c( '1/1/2018', '2018-2-01' ), + na = c( NA, NA ), + bool = c( 'TRUE', 'FALSE' ), + stringsAsFactors = FALSE + ) > > # different atype options. Note how the output types change. > str( atype( x ) ) Flavor: r-devel-windows-x86_64

Version: 0.5-11
Check: tests
Result: ERROR Running 'testthat.R' [1s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(easyr) > > test_check("easyr") Flavor: r-devel-windows-x86_64

Version: 0.5-11
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘qs’ Flavor: r-release-macos-x86_64