CRAN Package Check Results for Package MAT

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.2 67.52 32.33 99.85 NOTE
r-devel-linux-x86_64-debian-gcc 2.2 54.41 24.29 78.70 NOTE
r-devel-linux-x86_64-fedora-clang 2.2 154.11 NOTE
r-devel-linux-x86_64-fedora-gcc 2.2 134.47 NOTE
r-devel-windows-ix86+x86_64 2.2 161.00 75.00 236.00 NOTE
r-patched-linux-x86_64 2.2 55.16 31.33 86.49 NOTE
r-patched-solaris-x86 2.2 132.80 NOTE
r-release-linux-x86_64 2.2 56.70 31.69 88.39 NOTE
r-release-macos-x86_64 2.2 NOTE
r-release-windows-ix86+x86_64 2.2 169.00 94.00 263.00 NOTE
r-oldrel-macos-x86_64 2.2 NOTE
r-oldrel-windows-ix86+x86_64 2.2 110.00 90.00 200.00 NOTE

Check Details

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-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

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-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

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

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 ‘plot’
    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 plot points rnorm runif
     sd text
    Consider adding
     importFrom("grDevices", "dev.new")
     importFrom("graphics", "abline", "barplot", "legend", "lines", "par",
     "plot", "points", "text")
     importFrom("stats", "cor", "rnorm", "runif", "sd")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64