Last updated on 2022-05-10 10:49:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.5 | 6.90 | 86.63 | 93.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.5 | 4.69 | 65.57 | 70.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.5 | 115.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 110.34 | NOTE | |||
r-devel-windows-x86_64 | 0.1.5 | 20.00 | 118.00 | 138.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.5 | 6.21 | 81.92 | 88.13 | NOTE | |
r-release-linux-x86_64 | 0.1.5 | 6.80 | 82.14 | 88.94 | NOTE | |
r-release-macos-arm64 | 0.1.5 | 40.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.5 | 70.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.5 | 28.00 | 129.00 | 157.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.5 | 52.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.5 | 80.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.5 | 17.00 | 97.00 | 114.00 | NOTE |
Version: 0.1.5
Check: R code for possible problems
Result: NOTE
as.matrix.multiPhylo : tip2tip: no visible global function definition
for 'cophenetic'
bw.nn : <anonymous>: no visible global function definition for
'quantile'
dist.diss: no visible binding for global variable 'median'
dist.diss: no visible global function definition for 'dist'
hist.kdetrees: no visible binding for global variable 'density'
kdetrees : cutoff: no visible global function definition for 'quantile'
kdetrees.complete: no visible global function definition for 'hist'
kdetrees.complete: no visible global function definition for
'write.csv'
plot.kdetrees: no visible binding for global variable 'density'
Undefined global functions or variables:
cophenetic density dist hist median quantile write.csv
Consider adding
importFrom("graphics", "hist")
importFrom("stats", "cophenetic", "density", "dist", "median",
"quantile")
importFrom("utils", "write.csv")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64