Last updated on 2017-07-26 01:56:16.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 0.68 | 33.76 | 34.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 0.73 | 32.21 | 32.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 46.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 51.09 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 5.00 | 64.00 | 69.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 0.68 | 33.79 | 34.47 | NOTE | |
r-patched-solaris-x86 | 1.2 | 69.10 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 0.72 | 32.92 | 33.64 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 3.00 | 49.00 | 52.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 3.00 | 51.00 | 54.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | NOTE |
Version: 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-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.2
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘splines’
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.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.threshpt print.summary.threshpt print.threshpt summary.threshpt
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.2
Check: R code for possible problems
Result: NOTE
plot.threshpt: no visible global function definition for ‘glm’
plot.threshpt: no visible global function definition for ‘predict’
plot.threshpt: no visible global function definition for ‘plot’
plot.threshpt: no visible global function definition for ‘lines’
plot.threshpt: no visible global function definition for ‘abline’
plot.threshpt: no visible global function definition for ‘points’
print.summary.threshpt: no visible global function definition for
‘printCoefmat’
threshpt: no visible global function definition for ‘as.formula’
threshpt: no visible global function definition for ‘glm’
threshpt: no visible global function definition for ‘vcov’
threshpt: no visible global function definition for ‘pnorm’
threshpt: no visible global function definition for ‘predict’
Undefined global functions or variables:
abline as.formula glm lines plot pnorm points predict printCoefmat
vcov
Consider adding
importFrom("graphics", "abline", "lines", "plot", "points")
importFrom("stats", "as.formula", "glm", "pnorm", "predict",
"printCoefmat", "vcov")
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