Last updated on 2018-09-26 15:49:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 4.01 | 61.11 | 65.12 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.38 | 1.44 | 1.82 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 73.08 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 71.46 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 12.00 | 102.00 | 114.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.12 | 53.11 | 56.23 | NOTE | |
r-patched-solaris-x86 | 1.0 | 97.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.64 | 54.54 | 57.18 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 11.00 | 98.00 | 109.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 92.00 | 99.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
DrawAlphas: no visible global function definition for ‘rmultinom’
DrawClasses: no visible global function definition for ‘runif’
GetGammaNames: no visible global function definition for ‘combn’
GetLambdaNamesForItem: no visible global function definition for
‘combn’
SampleParameterEstimates: no visible global function definition for
‘rnorm’
plot,attribute.class-missing: no visible binding for global variable
‘attr.number’
plot,attribute.class-missing: no visible binding for global variable
‘mean.attr’
plot,attribute.profile.class-missing: no visible binding for global
variable ‘attr.profile.number’
plot,attribute.profile.class-missing: no visible binding for global
variable ‘mean.attr.profile’
summary,attribute.class: no visible binding for global variable ‘value’
summary,attribute.profile.class: no visible binding for global variable
‘max.class’
Undefined global functions or variables:
attr.number attr.profile.number combn max.class mean.attr
mean.attr.profile rmultinom rnorm runif value
Consider adding
importFrom("stats", "rmultinom", "rnorm", "runif")
importFrom("utils", "combn")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, 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: package dependencies
Result: ERROR
Package required but not available: ‘ggplot2’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc