Last updated on 2020-08-07 01:49:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.1 | 3.99 | 49.58 | 53.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4.1 | 3.21 | 36.50 | 39.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4.1 | 71.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.1 | 60.92 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4.1 | 13.00 | 87.00 | 100.00 | NOTE | |
r-patched-linux-x86_64 | 1.4.1 | 3.77 | 47.71 | 51.48 | NOTE | |
r-patched-solaris-x86 | 1.4.1 | 93.70 | NOTE | |||
r-release-linux-x86_64 | 1.4.1 | 3.81 | 48.12 | 51.93 | NOTE | |
r-release-macos-x86_64 | 1.4.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.4.1 | 13.00 | 110.00 | 123.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.4.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.4.1 | 11.00 | 110.00 | 121.00 | 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-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