CRAN Package Check Results for Maintainer ‘Seung W. Choi <s-choi at northwestern.edu>’

Last updated on 2022-04-24 03:53:04 CEST.

Package NOTE
MAT 12

Package MAT

Current CRAN status:

Version: 2.2
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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-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: 2.2
Check: R code for possible problems
Result: NOTE
    MAT: no visible global function definition for 'dev.new'
    MAT: no visible global function definition for 'points'
    MAT: no visible global function definition for 'abline'
    MAT: no visible global function definition for 'text'
    MAT: no visible global function definition for 'legend'
    MAT: no visible global function definition for 'lines'
    MAT: no visible global function definition for 'par'
    MAT: no visible global function definition for 'barplot'
    MAT: no visible global function definition for 'cor'
    print.MAT: no visible global function definition for 'sd'
    print.MAT: no visible global function definition for 'cor'
    simM3PL: no visible global function definition for 'rnorm'
    simM3PL: no visible global function definition for 'runif'
    Undefined global functions or variables:
     abline barplot cor dev.new legend lines par points rnorm runif sd
     text
    Consider adding
     importFrom("grDevices", "dev.new")
     importFrom("graphics", "abline", "barplot", "legend", "lines", "par",
     "points", "text")
     importFrom("stats", "cor", "rnorm", "runif", "sd")
    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-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: 2.2
Check: compiled code
Result: NOTE
    File ‘MAT/libs/MAT.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