Last updated on 2020-12-04 00:48:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 1.88 | 25.94 | 27.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 1.52 | 22.88 | 24.40 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 41.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 31.79 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2 | 4.00 | 30.00 | 34.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 1.90 | 27.29 | 29.19 | NOTE | |
r-patched-solaris-x86 | 0.2 | 49.30 | NOTE | |||
r-release-linux-x86_64 | 0.2 | 2.02 | 26.94 | 28.96 | NOTE | |
r-release-macos-x86_64 | 0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2 | 3.00 | 41.00 | 44.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2 | 3.00 | 39.00 | 42.00 | NOTE |
Version: 0.2
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'proto'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
Unexported objects imported by ':::' calls:
'stats:::nlsModel' 'stats:::nlsModel.plinear'
See the note in ?`:::` about the use of this operator.
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.2
Check: R code for possible problems
Result: NOTE
nls2: no visible global function definition for 'nls.control'
nls2: no visible global function definition for 'as.formula'
nls2: no visible global function definition for 'coef'
nls2: no visible global function definition for 'runif'
nls2 : <anonymous>: no visible global function definition for
'deviance'
Undefined global functions or variables:
as.formula coef deviance nls.control runif
Consider adding
importFrom("stats", "as.formula", "coef", "deviance", "nls.control",
"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