CRAN Package Check Results for Package dynutils

Last updated on 2020-08-07 01:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 35.27 121.93 157.20 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 24.75 91.32 116.07 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 195.64 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.5 191.73 NOTE
r-devel-windows-ix86+x86_64 1.0.5 87.00 262.00 349.00 OK
r-patched-linux-x86_64 1.0.5 26.69 118.75 145.44 OK
r-patched-solaris-x86 1.0.5 263.20 ERROR
r-release-linux-x86_64 1.0.5 28.29 118.80 147.09 OK
r-release-macos-x86_64 1.0.5 NOTE
r-release-windows-ix86+x86_64 1.0.5 89.00 177.00 266.00 OK
r-oldrel-macos-x86_64 1.0.5 NOTE
r-oldrel-windows-ix86+x86_64 1.0.5 57.00 181.00 238.00 OK

Check Details

Version: 1.0.5
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘desc’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.0.5
Check: tests
Result: ERROR
     Running ‘testthat.R’ [69s/45s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > test_check("dynutils")
     Loading required package: dynutils
    
     Attaching package: 'dynutils'
    
     The following object is masked from 'package:testthat':
    
     has_names
    
     ── 1. Error: write_h5 and read_h5 works (@test-h5.R#11) ───────────────────────
     HDF5-API H5T.c in H5Tget_class(): line 1876: not a datatype
     class: HDF5
     major: Invalid arguments to routine
     minor: Inappropriate type
     Backtrace:
     1. dynutils::read_h5(file)
     2. dynutils::read_h5_(file_h5)
     3. hdf5r::h5attr(file_h5, "object_class")
     4. attr_obj$read()
     5. hdf5r:::H5ToR_Pre(mem_type, nelem)
    
     ❌ Unable to read hdf5 files
     ── 2. Error: test_h5_installation works (@test-h5.R#17) ───────────────────────
     HDF5-API H5T.c in H5Tget_class(): line 1876: not a datatype
     class: HDF5
     major: Invalid arguments to routine
     minor: Inappropriate type
     Backtrace:
     1. testthat::expect_true(test_h5_installation())
     4. dynutils::test_h5_installation()
     5. dynutils:::test_h5_installation_read(detailed, file)
     6. base::tryCatch(...)
     7. base:::tryCatchList(expr, classes, parentenv, handlers)
     8. base:::tryCatchOne(expr, names, parentenv, handlers[[1L]])
     9. value[[3L]](cond)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 402 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 2 ]
     1. Error: write_h5 and read_h5 works (@test-h5.R#11)
     2. Error: test_h5_installation works (@test-h5.R#17)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86