Last updated on 2019-04-13 01:58:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.11 | 44.65 | 47.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.44 | 34.07 | 36.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 55.52 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 52.40 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 80.00 | 88.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.17 | 43.86 | 47.03 | NOTE | |
r-patched-solaris-x86 | 1.0 | 85.20 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.14 | 41.75 | 43.89 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 49.00 | 52.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 62.00 | 65.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'MASS' which was already attached by Depends.
Please remove these calls from your code.
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
Version: 1.0
Check: R code for possible problems
Result: NOTE
Stem.Bootstrap: no visible global function definition for 'runif'
filtering: no visible global function definition for 'is.ts'
filtering: no visible global function definition for 'ts'
filtering: no visible global function definition for 'start'
filtering: no visible global function definition for 'end'
filtering: no visible global function definition for 'frequency'
kalman: no visible global function definition for 'ts'
smoothing: no visible global function definition for 'is.ts'
smoothing: no visible global function definition for 'ts'
smoothing: no visible global function definition for 'start'
smoothing: no visible global function definition for 'end'
smoothing: no visible global function definition for 'frequency'
Undefined global functions or variables:
end frequency is.ts runif start ts
Consider adding
importFrom("stats", "end", "frequency", "is.ts", "runif", "start",
"ts")
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