CRAN Package Check Results for Maintainer ‘Craig Varrichio <canthony427 at gmail.com>’

Last updated on 2022-09-11 12:56:40 CEST.

Package ERROR NOTE OK
grr 2 11
Matrix.utils 1 12

Package grr

Current CRAN status: NOTE: 2, OK: 11

Version: 0.9.5
Check: compiled code
Result: NOTE
    File ‘grr/libs/grr.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package Matrix.utils

Current CRAN status: ERROR: 1, NOTE: 12

Version: 0.9.8
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: 0.9.8
Check: Rd cross-references
Result: NOTE
    Undeclared packages ‘dplyr’, ‘plyr’, ‘reshape2’, ‘reshape’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.8
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/18s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(Matrix.utils)
     Loading required package: Matrix
     >
     > test_check("Matrix.utils")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (tests.R:43:3): merge.Matrix can handle mixed types ─────────────────
     `merge.Matrix(...)` did not throw an error.
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 16 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc