Last updated on 2020-08-07 01:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3 | 2.38 | 27.25 | 29.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3 | 1.52 | 21.25 | 22.77 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.3 | 44.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.3 | 34.44 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.3 | 6.00 | 39.00 | 45.00 | NOTE | |
r-patched-linux-x86_64 | 1.3 | 2.06 | 27.17 | 29.23 | NOTE | |
r-patched-solaris-x86 | 1.3 | 56.30 | NOTE | |||
r-release-linux-x86_64 | 1.3 | 2.39 | 27.28 | 29.67 | NOTE | |
r-release-macos-x86_64 | 1.3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.3 | 8.00 | 57.00 | 65.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.3 | 4.00 | 52.00 | 56.00 | NOTE |
Version: 1.3
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'gplots' 'minpack.lm'
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: 1.3
Check: R code for possible problems
Result: NOTE
erf: no visible global function definition for 'pnorm'
fitVolDist: no visible global function definition for 'nls.lm'
fitVolDist: no visible global function definition for 'nls.lm.control'
fitVolDist: no visible global function definition for 'optim'
fitVolDist: no visible global function definition for 'relist'
print.fitVolDist: no visible global function definition for 'coef'
print.fitVolDist: no visible global function definition for 'deviance'
print.fitVolDist: no visible global function definition for 'pt'
print.fitVolDist: no visible global function definition for
'printCoefmat'
resFunChiSq: no visible global function definition for 'relist'
volEq7: no visible global function definition for 'integrate'
Undefined global functions or variables:
coef deviance integrate nls.lm nls.lm.control optim pnorm
printCoefmat pt relist
Consider adding
importFrom("stats", "coef", "deviance", "integrate", "optim", "pnorm",
"printCoefmat", "pt")
importFrom("utils", "relist")
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