Last updated on 2019-07-03 01:47:26 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.1 | 5.05 | 55.10 | 60.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.59 | 44.85 | 49.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 71.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 70.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.1 | 16.00 | 128.00 | 144.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.1 | 4.50 | 54.20 | 58.70 | NOTE | |
r-patched-solaris-x86 | 0.2.1 | 113.00 | NOTE | |||
r-release-linux-x86_64 | 0.2.1 | 4.80 | 56.60 | 61.40 | NOTE | |
r-release-windows-ix86+x86_64 | 0.2.1 | 17.00 | 115.00 | 132.00 | NOTE | |
r-release-osx-x86_64 | 0.2.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.1 | 10.00 | 83.00 | 93.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.2.1 | NOTE |
Version: 0.2.1
Check: R code for possible problems
Result: NOTE
compareModelResults: no visible global function definition for
'reshape'
erf: no visible global function definition for 'pnorm'
getModelComparisonTable: no visible global function definition for
'read.csv'
hantushSstar: no visible global function definition for 'integrate'
Undefined global functions or variables:
integrate pnorm read.csv reshape
Consider adding
importFrom("stats", "integrate", "pnorm", "reshape")
importFrom("utils", "read.csv")
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