CRAN Package Check Results for Maintainer ‘Drew Linzer <drew at votamatic.org>’

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

Package NOTE
poLCA 12

Package poLCA

Current CRAN status:

Version: 1.4.1
Check: dependencies in R code
Result: NOTE
    Packages in Depends field not imported from:
     'MASS' 'scatterplot3d'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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: 1.4.1
Check: R code for possible problems
Result: NOTE
    plot.poLCA: no visible global function definition for 'layout'
    plot.poLCA: no visible global function definition for 'par'
    poLCA: no visible global function definition for 'model.frame'
    poLCA: no visible global function definition for 'model.response'
    poLCA: no visible global function definition for 'model.matrix'
    poLCA: no visible global function definition for 'runif'
    poLCA: no visible global function definition for 'ginv'
    poLCA: no visible global function definition for 'flush.console'
    poLCA.makeplot.dich: no visible global function definition for
     'scatterplot3d'
    poLCA.makeplot.poly: no visible global function definition for
     'scatterplot3d'
    poLCA.se: no visible global function definition for 'ginv'
    poLCA.simdata: no visible global function definition for 'runif'
    poLCA.simdata: no visible global function definition for 'rnorm'
    poLCA.table: no visible global function definition for 'model.frame'
    print.poLCA: no visible global function definition for 'pt'
    print.poLCA: no visible global function definition for 'flush.console'
    rmulti: no visible global function definition for 'runif'
    Undefined global functions or variables:
     flush.console ginv layout model.frame model.matrix model.response par
     pt rnorm runif scatterplot3d
    Consider adding
     importFrom("graphics", "layout", "par")
     importFrom("stats", "model.frame", "model.matrix", "model.response",
     "pt", "rnorm", "runif")
     importFrom("utils", "flush.console")
    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

Version: 1.4.1
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘flexmix’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.4.1
Check: compiled code
Result: NOTE
    File ‘poLCA/libs/poLCA.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