CRAN Package Check Results for Maintainer ‘Jim Hester <james.f.hester at gmail.com>’

Last updated on 2022-08-15 08:50:25 CEST.

Package FAIL ERROR WARN NOTE OK
covr 13
knitrBootstrap 13
lintr 2 1 2 8
types 13

Package covr

Current CRAN status: NOTE: 13

Version: 3.5.1
Check: package subdirectories
Result: NOTE
    Problems with news in 'NEWS.md':
     Cannot extract version info from the following section titles:
     Initial Release
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 3.5.1
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 3.5.1
Check: HTML version of manual
Result: NOTE
    Found the following HTML validation problems:
    covr-package.html:36:133: Warning: inserting implicit <p>
    covr-package.html:36:133: Warning: trimming empty <p>
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package knitrBootstrap

Current CRAN status: OK: 13

Package lintr

Current CRAN status: FAIL: 2, ERROR: 1, WARN: 2, OK: 8

Additional issues

donttest

Version: 3.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [95s/106s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(lintr)
     >
     > test_check("lintr")
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 3177 ]
    
     == Failed tests ================================================================
     -- Failure (test-get_source_expressions.R:83:3): Multi-byte characters correct columns --
     pc[[1L]]$col1[4L] (`actual`) not equal to pc[[1L]]$col1[2L] + 4L (`expected`).
    
     `actual`: 12
     `expected`: 5
     Backtrace:
     x
     1. \-lintr (local) with_content_to_parse(...) at test-get_source_expressions.R:83:2
     2. \-base::eval(substitute(code), envir = content_env) at test-get_source_expressions.R:11:2
     3. \-base::eval(substitute(code), envir = content_env)
     4. \-testthat::expect_equal(...) at test-get_source_expressions.R:85:4
     -- Failure (test-get_source_expressions.R:92:3): Multi-byte character truncated by parser is ignored --
     error$message (`actual`) not equal to "unexpected input" (`expected`).
    
     `actual`: "unexpected '>'"
     `expected`: "unexpected input"
     Backtrace:
     x
     1. \-lintr (local) with_content_to_parse(...) at test-get_source_expressions.R:92:2
     2. \-base::eval(substitute(code), envir = content_env) at test-get_source_expressions.R:11:2
     3. \-base::eval(substitute(code), envir = content_env)
     4. \-testthat::expect_equal(error$message, "unexpected input") at test-get_source_expressions.R:93:4
     -- Failure (test-get_source_expressions.R:92:3): Multi-byte character truncated by parser is ignored --
     error$column_number (`actual`) not equal to 8L (`expected`).
    
     `actual`: 15
     `expected`: 8
     Backtrace:
     x
     1. \-lintr (local) with_content_to_parse(...) at test-get_source_expressions.R:92:2
     2. \-base::eval(substitute(code), envir = content_env) at test-get_source_expressions.R:11:2
     3. \-base::eval(substitute(code), envir = content_env)
     4. \-testthat::expect_equal(error$column_number, 8L) at test-get_source_expressions.R:94:4
    
     [ FAIL 3 | WARN 0 | SKIP 0 | PASS 3177 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 3.0.0
Check: tests
Result: FAIL
    Check process probably crashed or hung up for 20 minutes ... killed
    Most likely this happened in the example checks (?),
    if not, ignore the following last lines of example output:
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D # use the default set of linters
    > ##D lintr::use_lintr()
    > ##D # or try all linters
    > ##D lintr::use_lintr(type = "full")
    > ##D
    > ##D # then
    > ##D lintr::lint_dir()
    > ## End(Not run)
    >
    >
    >
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 6.59 1.43 8.48 NA NA
    > grDevices::dev.off()
    null device
     1
    > ###
    > ### Local variables: ***
    > ### mode: outline-minor ***
    > ### outline-regexp: "\\(> \\)?### [*]+" ***
    > ### End: ***
    > quit('no')
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64

Version: 3.0.0
Check: tests
Result: FAIL
    Check process probably crashed or hung up for 20 minutes ... killed
    Most likely this happened in the example checks (?),
    if not, ignore the following last lines of example output:
    >
    > ### ** Examples
    >
    > ## Not run:
    > ##D # use the default set of linters
    > ##D lintr::use_lintr()
    > ##D # or try all linters
    > ##D lintr::use_lintr(type = "full")
    > ##D
    > ##D # then
    > ##D lintr::lint_dir()
    > ## End(Not run)
    >
    >
    >
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 6.78 1.87 9.41 NA NA
    > grDevices::dev.off()
    null device
     1
    > ###
    > ### Local variables: ***
    > ### mode: outline-minor ***
    > ### outline-regexp: "\\(> \\)?### [*]+" ***
    > ### End: ***
    > quit('no')
    ======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64

Version: 3.0.0
Check: examples
Result: WARN
    Found the following significant warnings:
    
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
     Warning: 'all.equal.default(<function>)' is deprecated.
    Deprecated functions may be defunct as soon as of the next release of
    R.
    See ?Deprecated.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package types

Current CRAN status: NOTE: 13

Version: 1.0.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64