CRAN Package Check Results for Package lintr

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.0 13.01 171.90 184.91 ERROR
r-devel-linux-x86_64-debian-gcc 3.0.0 8.68 132.28 140.96 OK
r-devel-linux-x86_64-fedora-clang 3.0.0 229.81 OK
r-devel-linux-x86_64-fedora-gcc 3.0.0 230.07 OK
r-devel-windows-x86_64 3.0.0 230.00 0.00 230.00 FAIL
r-patched-linux-x86_64 3.0.0 14.49 163.43 177.92 OK
r-release-linux-x86_64 3.0.0 11.68 163.38 175.06 OK
r-release-macos-arm64 3.0.0 69.00 OK
r-release-macos-x86_64 3.0.0 95.00 OK
r-release-windows-x86_64 3.0.0 114.00 0.00 114.00 FAIL
r-oldrel-macos-arm64 3.0.0 76.00 WARN
r-oldrel-macos-x86_64 3.0.0 97.00 WARN
r-oldrel-windows-ix86+x86_64 3.0.0 19.00 241.00 260.00 OK

Additional issues

donttest

Check Details

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