CRAN Package Check Results for Maintainer ‘Andrew Redd <Andrew.Redd at hsc.utah.edu>’

Last updated on 2020-08-07 01:50:12 CEST.

Package ERROR NOTE OK
dostats 12
orthogonalsplinebasis 12
parsetools 12
pkgcond 12
postlogic 12
testextra 1 4 7

Package dostats

Current CRAN status: NOTE: 12

Version: 1.3.2
Check: R code for possible problems
Result: NOTE
    dostats: no visible binding for global variable 'na.fail'
    first: no visible global function definition for 'head'
    last: no visible global function definition for 'tail'
    pval.default: no visible global function definition for '.hasSlot'
    pval.lm: no visible global function definition for 'anova'
    Undefined global functions or variables:
     .hasSlot anova head na.fail tail
    Consider adding
     importFrom("methods", ".hasSlot")
     importFrom("stats", "anova", "na.fail")
     importFrom("utils", "head", "tail")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package orthogonalsplinebasis

Current CRAN status: NOTE: 12

Version: 0.1.6
Check: R code for possible problems
Result: NOTE
    plot.SplineBasis: no visible global function definition for 'matplot'
    plot,SplineBasis-matrix: no visible global function definition for
     'matplot'
    plot,SplineBasis-missing: no visible global function definition for
     'matplot'
    Undefined global functions or variables:
     matplot
    Consider adding
     importFrom("graphics", "matplot")
    to your NAMESPACE file.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package parsetools

Current CRAN status: OK: 12

Package pkgcond

Current CRAN status: OK: 12

Package postlogic

Current CRAN status: OK: 12

Package testextra

Current CRAN status: ERROR: 1, NOTE: 4, OK: 7

Version: 0.1.0.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘stringi’ ‘utils’
     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: 0.1.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     ── 2. Failure: .extract_tests_to_file Basic (@extract_tests.R#181) ────────────
     `... <- NULL` produced unexpected messages.
     Expected match: \\+ file `/Volumes/Temp/tmp/RtmpQsqRl8/test-e1b026875377.R` is newer\\. SKIPPING\\.
     Actual values:
     * * Extracting tests from file `/Volumes/Temp/tmp/RtmpQsqRl8/src-e1b017dce236.R`.
    
     * + Writting extracted tests to `/Volumes/Temp/tmp/RtmpQsqRl8/test-e1b026875377.R`.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 143 | SKIPPED: 0 | WARNINGS: 6 | FAILED: 2 ]
     1. Failure: .extract_tests_to_file Basic (@extract_tests.R#180)
     2. Failure: .extract_tests_to_file Basic (@extract_tests.R#181)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-macos-x86_64