Last updated on 2021-02-15 09:48:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.79 | 34.26 | 37.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 2.79 | 26.54 | 29.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 55.46 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 45.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 10.00 | 57.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 2.82 | 33.12 | 35.94 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 67.20 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 3.02 | 32.88 | 35.90 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 9.00 | 37.00 | 46.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 68.00 | 73.00 | NOTE |
Version: 1.0.1
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from 'kmlcov' for: 'show'
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the 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.0.1
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'methods'
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.0.1
Check: R code for possible problems
Result: NOTE
glmClust: no visible global function definition for 'glm'
glmClust: no visible global function definition for 'terms'
glmClust: no visible global function definition for 'logLik'
glmClust: no visible global function definition for 'coefficients'
glmClust : <anonymous>: no visible global function definition for
'dist'
glmClust: no visible global function definition for 'new'
glmClust: no visible global function definition for 'AIC'
glmClust: no visible global function definition for 'BIC'
kmlCov: no visible global function definition for 'new'
log_lik: no visible global function definition for 'dnorm'
rwFormula: no visible global function definition for 'as.formula'
which_best: no visible global function definition for 'new'
plot,GlmCluster : make.table: no visible global function definition for
'par'
plot,GlmCluster : draw.title.cell: no visible global function
definition for 'text'
plot,GlmCluster : draw.title.cell: no visible global function
definition for 'rect'
plot,GlmCluster: no visible global function definition for
'split.screen'
plot,GlmCluster: no visible global function definition for 'screen'
plot,GlmCluster: no visible global function definition for 'points'
plot,GlmCluster: no visible global function definition for 'text'
plot,GlmCluster: no visible global function definition for
'coefficients'
plot,KmlCovList: no visible global function definition for 'dev.cur'
plot,KmlCovList: no visible global function definition for 'dev.off'
Undefined global functions or variables:
AIC BIC as.formula coefficients dev.cur dev.off dist dnorm glm logLik
new par points rect screen split.screen terms text
Consider adding
importFrom("grDevices", "dev.cur", "dev.off")
importFrom("graphics", "par", "points", "rect", "screen",
"split.screen", "text")
importFrom("methods", "new")
importFrom("stats", "AIC", "BIC", "as.formula", "coefficients", "dist",
"dnorm", "glm", "logLik", "terms")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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