Last updated on 2019-01-25 18:47:05 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 6.24 | 28.89 | 35.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 5.58 | 22.90 | 28.48 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 46.27 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 39.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1 | 22.00 | 62.00 | 84.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1 | 7.34 | 25.98 | 33.32 | NOTE | |
r-patched-solaris-x86 | 1.0.1 | 66.90 | NOTE | |||
r-release-linux-x86_64 | 1.0.1 | 6.96 | 26.04 | 33.00 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.1 | 21.00 | 80.00 | 101.00 | NOTE | |
r-release-osx-x86_64 | 1.0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 30.00 | 64.00 | 94.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.1 | NOTE |
Version: 1.0.1
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
‘ape’ ‘deSolve’
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.1
Check: R code for possible problems
Result: NOTE
expoTree.optim: no visible global function definition for ‘optim’
node.age: no visible global function definition for ‘is.binary.tree’
node.age: no visible global function definition for ‘multi2di’
plotLTT: no visible global function definition for ‘rgb’
plotLTT: no visible global function definition for ‘par’
plotLTT: no visible global function definition for ‘lines’
plotLTT: no visible global function definition for ‘axis’
plotLTT: no visible global function definition for ‘mtext’
Undefined global functions or variables:
axis is.binary.tree lines mtext multi2di optim par rgb
Consider adding
importFrom("grDevices", "rgb")
importFrom("graphics", "axis", "lines", "mtext", "par")
importFrom("stats", "optim")
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
Version: 1.0.1
Check: compiled code
Result: NOTE
File ‘expoTree/libs/expoTree.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc