Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.74 | 20.18 | 21.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.65 | 16.21 | 17.86 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 35.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 26.83 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 6.00 | 30.00 | 36.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 1.77 | 20.45 | 22.22 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 42.80 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 1.92 | 20.20 | 22.12 | NOTE | |
r-release-macos-x86_64 | 1.0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.1 | 5.00 | 36.00 | 41.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 40.00 | 45.00 | NOTE |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
loadCSVtoP2distance: no visible global function definition for
'read.table'
p2distance : calcularDistancia: no visible binding for global variable
'sd'
p2distance : ordenarVariables: no visible global function definition
for 'cor'
p2distance : calculoFactoresPonderacion: no visible global function
definition for 'lm'
p2distance: no visible global function definition for 'cor'
Undefined global functions or variables:
cor lm read.table sd
Consider adding
importFrom("stats", "cor", "lm", "sd")
importFrom("utils", "read.table")
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