Last updated on 2018-02-25 00:49:03 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.89 | 45.05 | 46.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.71 | 32.22 | 33.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 55.98 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 52.14 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 68.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.19 | 43.00 | 44.19 | NOTE | |
r-patched-solaris-x86 | 1.0 | 70.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.21 | 41.80 | 43.01 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 67.00 | 71.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 67.00 | 71.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