Last updated on 2019-04-21 01:47:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 10.45 | 81.24 | 91.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 8.83 | 65.11 | 73.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 108.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 101.16 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.1 | 31.00 | 129.00 | 160.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.1 | 10.67 | 77.45 | 88.12 | NOTE | |
r-patched-solaris-x86 | 0.1.1 | 164.10 | NOTE | |||
r-release-linux-x86_64 | 0.1.1 | 8.14 | 75.73 | 83.87 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.1 | 12.00 | 92.00 | 104.00 | NOTE | |
r-release-osx-x86_64 | 0.1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.1 | 17.00 | 130.00 | 147.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.1 | NOTE |
Version: 0.1.1
Check: R code for possible problems
Result: NOTE
.gdf : find_loss: no visible global function definition for 'rnorm'
.p.values : <anonymous>: no visible global function definition for
'pnorm'
.relist.dwt: no visible global function definition for 'relist'
.relist.dwt: no visible global function definition for 'as'
.std.wav.coeff : <anonymous>: no visible global function definition for
'mad'
regrid: no visible global function definition for 'predict'
regrid: no visible global function definition for 'var'
regrid: no visible global function definition for 'medpolish'
Undefined global functions or variables:
as mad medpolish pnorm predict relist rnorm var
Consider adding
importFrom("methods", "as")
importFrom("stats", "mad", "medpolish", "pnorm", "predict", "rnorm",
"var")
importFrom("utils", "relist")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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