Last updated on 2021-01-25 19:47:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.03 | 33.34 | 36.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.21 | 25.73 | 27.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 53.04 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 43.15 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 53.00 | 60.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.01 | 31.97 | 34.98 | NOTE | |
r-patched-solaris-x86 | 1.0 | 68.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.19 | 31.83 | 35.02 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 41.00 | 48.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 50.00 | 55.00 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'coda' 'functional' 'plyr'
Please remove these calls from your code.
Packages in Depends field not imported from:
'coda' 'functional' 'plyr'
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.0
Check: R code for possible problems
Result: NOTE
HDistNoSize: no visible global function definition for 'density'
HDistSize: no visible global function definition for 'density'
bmkconverge: no visible global function definition for 'Compose'
bmksensitive: no visible global function definition for 'Compose'
bmksummary: no visible global function definition for 'Compose'
bmksummary: no visible global function definition for 'Curry'
bmksummary: no visible binding for global variable 'quantile'
bmksummary : std.error: no visible global function definition for 'var'
bmksummary: no visible global function definition for 'mcmc'
bmksummary: no visible global function definition for 'mcmc.list'
bmksummary: no visible global function definition for 'median'
bmksummary: no visible global function definition for 'effectiveSize'
bmksummary: no visible global function definition for 'gelman.diag'
Undefined global functions or variables:
Compose Curry density effectiveSize gelman.diag mcmc mcmc.list median
quantile var
Consider adding
importFrom("stats", "density", "median", "quantile", "var")
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