Last updated on 2022-06-15 07:52:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-2 | 8.49 | 82.05 | 90.54 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-2 | 7.79 | 64.43 | 72.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-2 | 112.44 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-2 | 111.02 | NOTE | |||
r-devel-windows-x86_64 | 0.1-2 | 12.00 | 100.00 | 112.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-2 | 9.05 | 77.02 | 86.07 | NOTE | |
r-release-linux-x86_64 | 0.1-2 | 8.16 | 78.35 | 86.51 | NOTE | |
r-release-macos-arm64 | 0.1-2 | 45.00 | NOTE | |||
r-release-macos-x86_64 | 0.1-2 | 46.00 | NOTE | |||
r-release-windows-x86_64 | 0.1-2 | 14.00 | 98.00 | 112.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1-2 | 38.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1-2 | 46.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1-2 | 19.00 | 86.00 | 105.00 | NOTE |
Version: 0.1-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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-2
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'class' 'quantreg'
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1-2
Check: R code for possible problems
Result: NOTE
cluster.segment: no visible global function definition for 'kmeans'
cluster.segment: no visible global function definition for 'knn'
comp.anc.dist: no visible global function definition for 'wilcox.test'
eila: no visible global function definition for 'hasArg'
get.prob.score: no visible global function definition for 'glm'
get.prob.score: no visible global function definition for 'binomial'
get.prob.score: no visible binding for global variable 'logit'
get.prob.score: no visible global function definition for 'predict'
quantreg.est: no visible global function definition for 'rnorm'
quantreg.est: no visible global function definition for 'rq.fit.fnb'
Undefined global functions or variables:
binomial glm hasArg kmeans knn logit predict rnorm rq.fit.fnb
wilcox.test
Consider adding
importFrom("methods", "hasArg")
importFrom("stats", "binomial", "glm", "kmeans", "predict", "rnorm",
"wilcox.test")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64