Last updated on 2016-10-25 23:47:36.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 0.70 | 16.43 | 17.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.78 | 16.23 | 17.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 29.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 28.57 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 44.00 | 51.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 0.62 | 14.62 | 15.24 | NOTE | |
r-patched-solaris-sparc | 1.0 | 204.40 | NOTE | |||
r-patched-solaris-x86 | 1.0 | 35.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 0.68 | 14.69 | 15.36 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 46.00 | 49.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 41.00 | 46.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
‘CCP’ ‘MASS’ ‘calibrate’ ‘corpcor’
Please remove these calls from your code.
Packages in Depends field not imported from:
‘CCP’ ‘MASS’ ‘calibrate’ ‘corpcor’
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
custom.draw.circle: no visible global function definition for ‘lines’
frcc: no visible binding for global variable ‘sd’
frcc: no visible global function definition for ‘cor.shrink’
frcc: no visible global function definition for ‘cor’
frcc: no visible global function definition for ‘p.asym’
generate_multivariate_normal_sample: no visible global function
definition for ‘mvrnorm’
plot_units: no visible binding for global variable ‘sd’
plot_units: no visible global function definition for ‘plot’
plot_units: no visible global function definition for ‘points’
plot_units: no visible global function definition for ‘textxy’
plot_variables: no visible global function definition for ‘plot’
plot_variables: no visible global function definition for ‘points’
plot_variables: no visible global function definition for ‘textxy’
plot_variables: no visible global function definition for ‘segments’
Undefined global functions or variables:
cor cor.shrink lines mvrnorm p.asym plot points sd segments textxy
Consider adding
importFrom("graphics", "lines", "plot", "points", "segments")
importFrom("stats", "cor", "sd")
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
frcc: no visible global function definition for 'cor.shrink'
frcc: no visible global function definition for 'p.asym'
generate_multivariate_normal_sample: no visible global function
definition for 'mvrnorm'
plot_units: no visible global function definition for 'textxy'
plot_variables: no visible global function definition for 'textxy'
Flavor: r-oldrel-windows-ix86+x86_64