Last updated on 2019-06-18 01:48:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.96 | 28.66 | 30.62 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.89 | 23.23 | 25.12 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 37.67 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 36.42 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 42.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.33 | 28.21 | 30.54 | NOTE | |
r-patched-solaris-x86 | 1.0 | 64.40 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.69 | 28.45 | 31.14 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 6.00 | 55.00 | 61.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 63.00 | 67.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-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
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64