Last updated on 2018-11-24 00:51:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.7 | 3.96 | 68.79 | 72.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.7 | 3.68 | 54.55 | 58.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.7 | 83.44 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 82.77 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.7 | 10.00 | 97.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.7 | 3.98 | 66.99 | 70.97 | NOTE | |
r-patched-solaris-x86 | 1.0.7 | 131.60 | NOTE | |||
r-release-linux-x86_64 | 1.0.7 | 4.04 | 68.70 | 72.74 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.7 | 9.00 | 89.00 | 98.00 | NOTE | |
r-release-osx-x86_64 | 1.0.7 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.7 | 10.00 | 106.00 | 116.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.7 | NOTE |
Version: 1.0.7
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.simexaft summary.simexaft
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.0.7
Check: R code for possible problems
Result: NOTE
linearextrapolation: no visible global function definition for ‘coef’
linearextrapolation: no visible global function definition for ‘lm’
plotsimexaft: no visible global function definition for ‘plot’
plotsimexaft: no visible global function definition for ‘lm’
plotsimexaft: no visible global function definition for ‘predict’
plotsimexaft: no visible global function definition for ‘lines’
plotsimexaft: no visible global function definition for ‘points’
plotsimexaft: no visible global function definition for ‘legend’
print.simexaft: no visible global function definition for ‘coef’
quadraticextrapolation: no visible global function definition for
‘coef’
quadraticextrapolation: no visible global function definition for ‘lm’
simexaft: no visible global function definition for ‘terms’
simexaft: no visible global function definition for ‘rnorm’
simexaft: no visible binding for global variable ‘var’
simexaft: no visible global function definition for ‘pnorm’
Undefined global functions or variables:
coef legend lines lm plot pnorm points predict rnorm terms var
Consider adding
importFrom("graphics", "legend", "lines", "plot", "points")
importFrom("stats", "coef", "lm", "pnorm", "predict", "rnorm", "terms",
"var")
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