Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9 | 2.27 | 28.68 | 30.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9 | 1.78 | 21.30 | 23.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9 | 44.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9 | 34.23 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9 | 10.00 | 40.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.9 | 2.01 | 27.93 | 29.94 | NOTE | |
r-patched-solaris-x86 | 0.9 | 47.80 | NOTE | |||
r-release-linux-x86_64 | 0.9 | 1.94 | 28.23 | 30.17 | NOTE | |
r-release-macos-x86_64 | 0.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9 | 10.00 | 50.00 | 60.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9 | 4.00 | 49.00 | 53.00 | NOTE |
Version: 0.9
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-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: 0.9
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'nnet'
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: 0.9
Check: R code for possible problems
Result: NOTE
fitOR: no visible global function definition for 'multinom'
fitOR: no visible global function definition for 'formula'
fitOR: no visible global function definition for 'coef'
fitOR: no visible global function definition for 'optim'
reportOR: no visible global function definition for 'qnorm'
reportOR: no visible global function definition for 'pchisq'
reportOR: no visible global function definition for 'coef'
simData: no visible global function definition for 'rnorm'
simData: no visible global function definition for 'runif'
Undefined global functions or variables:
coef formula multinom optim pchisq qnorm rnorm runif
Consider adding
importFrom("stats", "coef", "formula", "optim", "pchisq", "qnorm",
"rnorm", "runif")
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