Last updated on 2019-01-19 00:46:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.1 | 3.06 | 48.13 | 51.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4.1 | 2.26 | 36.47 | 38.73 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4.1 | 59.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 55.75 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4.1 | 19.00 | 115.00 | 134.00 | NOTE | |
r-patched-linux-x86_64 | 1.4.1 | 2.44 | 42.17 | 44.61 | NOTE | |
r-patched-solaris-x86 | 1.4.1 | 83.70 | NOTE | |||
r-release-linux-x86_64 | 1.4.1 | 2.62 | 41.83 | 44.45 | NOTE | |
r-release-windows-ix86+x86_64 | 1.4.1 | 10.00 | 108.00 | 118.00 | NOTE | |
r-release-osx-x86_64 | 1.4.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.4.1 | 9.00 | 80.00 | 89.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.4.1 | NOTE |
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
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