CRAN Package Check Results for Package goodpractice

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 7.90 104.06 111.96 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.3 5.89 77.43 83.32 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 139.87 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 135.23 OK
r-devel-windows-x86_64 1.0.3 97.00 196.00 293.00 OK
r-patched-linux-x86_64 1.0.3 7.85 95.85 103.70 OK
r-release-linux-x86_64 1.0.3 8.42 97.21 105.63 OK
r-release-macos-arm64 1.0.3 53.00 OK
r-release-macos-x86_64 1.0.3 77.00 OK
r-release-windows-x86_64 1.0.3 122.00 191.00 313.00 OK
r-oldrel-macos-arm64 1.0.3 49.00 OK
r-oldrel-macos-x86_64 1.0.3 77.00 OK
r-oldrel-windows-ix86+x86_64 1.0.3 16.00 0.00 16.00 FAIL

Additional issues

LENGTH1

Check Details

Version: 1.0.3
Check: tests
Result: ERROR
     Running 'testthat.R' [11s/15s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(goodpractice)
     >
     > test_check("goodpractice")
     Preparing: covr
     Preparing: description
     Preparing: covr
     Preparing: description
     Preparing: desc
     Preparing: lintr
     Preparing: lintr
     Preparing: lintr
     Preparing: namespace
     Preparing: namespace
     Preparing: namespace
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 36 ]
    
     == Skipped tests ===============================================================
     * On CRAN (1)
    
     == Failed tests ================================================================
     -- Failure (test-print.R:27:3): print with default and explicit positions.limit --
     gsub(...) (`actual`) not equal to gsub(...) (`expected`).
    
     actual vs expected
     - "-- GP badpackage --------------------------------------------------------------- It is good practice to x avoid 'T' and 'F', as they are just variables which are set to the logicals 'TRUE' and 'FALSE' by default, but are not reserved words and hence can be overwritten by the user. Hence, one should always use 'TRUE' and 'FALSE' for the logicals. R/tf.R:NA:NA R/tf.R:NA:NA R/tf.R:NA:NA R/tf.R:NA:NA R/tf.R:NA:NA ... and 4 more lines -------------------------------------------------------------------------------- "
     + "-- GP badpackage --------------------------------------------------------------- It is good practice to & avoid 'T' and 'F', as they are just variables which are set to the logicals 'TRUE' and 'FALSE' by default, but are not reserved words and hence can be overwritten by the user. Hence, one should always use 'TRUE' and 'FALSE' for the logicals. R/tf.R:NA:NA R/tf.R:NA:NA R/tf.R:NA:NA R/tf.R:NA:NA R/tf.R:NA:NA ... and 4 more lines -------------------------------------------------------------------------------- "
    
     [ FAIL 1 | WARN 0 | SKIP 1 | PASS 36 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.3
Check: re-building of vignette outputs
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:
    3 description_url FALSE
    4 description_bugreports FALSE
    5 lintr_assignment_linter TRUE
    6 lintr_line_length_linter TRUE
    7 lintr_trailing_semicolon_linter FALSE
    8 lintr_attach_detach_linter TRUE
    9 lintr_setwd_linter TRUE
    10 lintr_sapply_linter TRUE
    11 lintr_library_require_linter TRUE
    12 lintr_seq_linter TRUE
    13 no_import_package_as_a_whole FALSE
    14 no_export_pattern TRUE
    >
    >
    >
    > ### * <FOOTER>
    > ###
    > cleanEx()
    > options(digits = 7L)
    > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
    Time elapsed: 2.19 0.27 3.12 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-oldrel-windows-ix86+x86_64