Last updated on 2021-01-20 23:49:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 1.79 | 25.72 | 27.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 1.45 | 20.36 | 21.81 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 42.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 32.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2 | 3.00 | 34.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 1.85 | 25.59 | 27.44 | NOTE | |
r-patched-solaris-x86 | 0.2 | 49.10 | NOTE | |||
r-release-linux-x86_64 | 0.2 | 1.80 | 25.30 | 27.10 | 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 | 30.00 | 33.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