CRAN Package Check Results for Package wiserow

Last updated on 2020-03-15 08:47:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 67.63 134.52 202.15 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 47.75 96.57 144.32 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 144.33 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 254.43 NOTE
r-devel-windows-ix86+x86_64 0.1.0 129.00 314.00 443.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 0.1.0 141.00 249.00 390.00 NOTE
r-patched-linux-x86_64 0.1.0 53.67 119.74 173.41 NOTE
r-patched-solaris-x86 0.1.0 305.20 NOTE
r-release-linux-x86_64 0.1.0 53.83 122.04 175.87 NOTE
r-release-windows-ix86+x86_64 0.1.0 186.00 296.00 482.00 NOTE
r-release-osx-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 117.00 238.00 355.00 NOTE
r-oldrel-osx-x86_64 0.1.0 ERROR

Additional issues

clang-UBSAN

Check Details

Version: 0.1.0
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
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-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.1.0
Check: installed package size
Result: NOTE
     installed size is 6.6Mb
     sub-directories of 1Mb or more:
     libs 6.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(wiserow)
     > library(testthat)
     >
     > # old reporter for CMD checks
     > options(testthat.default_reporter = "summary")
     >
     > #' To test in a local machine:
     > #' Sys.setenv(NOT_CRAN = "true"); test_dir("tests/testthat/")
     > #' OR
     > #' devtools::test()
     > #'
     > testthat::test_check("wiserow")
     ── 1. Failure: row_sums can handle errors and edge cases appropriately. ───────
     `row_sums(char_mat, output_mode = "integer")` threw an error with unexpected message.
     Expected match: "not support"
     Actual message: "c++ exception (unknown reason)"
     Backtrace:
     1. base::suppressWarnings(...)
     9. wiserow:::row_sums.matrix(char_mat, output_mode = "integer")
     10. wiserow:::row_arith.matrix(.data, operator = "+", ...)
    
     ── 2. Failure: row_sums can handle errors and edge cases appropriately. ───────
     `row_sums(char_mat, output_mode = "integer", cols = -2L)` threw an error with unexpected message.
     Expected match: "not support"
     Actual message: "c++ exception (unknown reason)"
     Backtrace:
     1. base::suppressWarnings(...)
     9. wiserow:::row_sums.matrix(...)
     10. wiserow:::row_arith.matrix(.data, operator = "+", ...)
    
     ── 3. Failure: row_sums can handle errors and edge cases appropriately. ───────
     `row_sums(char_mat, output_mode = "complex")` threw an error with unexpected message.
     Expected match: "not support"
     Actual message: "c++ exception (unknown reason)"
     Backtrace:
     1. base::suppressWarnings(...)
     9. wiserow:::row_sums.matrix(char_mat, output_mode = "complex")
     10. wiserow:::row_arith.matrix(.data, operator = "+", ...)
    
     ── 4. Failure: row_sums can handle errors and edge cases appropriately. ───────
     `row_sums(df)` threw an error with unexpected message.
     Expected match: "not support"
     Actual message: "c++ exception (unknown reason)"
     Backtrace:
     1. base::suppressWarnings(expect_error(regexp = "not support", row_sums(df)))
     9. wiserow:::row_sums.data.frame(df)
     10. wiserow:::row_arith.data.frame(.data, operator = "+", ...)
    
     free(): invalid pointer
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [79s/71s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     1. base::suppressWarnings(...)
     9. wiserow:::row_means.matrix(char_mat, output_mode = "complex")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 1045 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
     1. Failure: row_sums can handle errors and edge cases appropriately.
     2. Failure: row_sums can handle errors and edge cases appropriately.
     3. Failure: row_sums can handle errors and edge cases appropriately.
     4. Failure: row_sums can handle errors and edge cases appropriately.
     5. Failure: row_means can handle errors and edge cases appropriately.
     6. Failure: row_means can handle errors and edge cases appropriately.
     7. Failure: row_means can handle errors and edge cases appropriately.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-osx-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [76s/68s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     1. base::suppressWarnings(...)
     9. wiserow:::row_means.matrix(char_mat, output_mode = "complex")
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 1045 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
     1. Failure: row_sums can handle errors and edge cases appropriately.
     2. Failure: row_sums can handle errors and edge cases appropriately.
     3. Failure: row_sums can handle errors and edge cases appropriately.
     4. Failure: row_sums can handle errors and edge cases appropriately.
     5. Failure: row_means can handle errors and edge cases appropriately.
     6. Failure: row_means can handle errors and edge cases appropriately.
     7. Failure: row_means can handle errors and edge cases appropriately.
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-osx-x86_64