Last updated on 2021-01-23 20:46:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4-1 | 8.91 | 91.40 | 100.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4-1 | 7.75 | 71.02 | 78.77 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4-1 | 133.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4-1 | 120.87 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4-1 | 22.00 | 145.00 | 167.00 | NOTE | |
r-patched-linux-x86_64 | 0.4-1 | 9.10 | 86.84 | 95.94 | NOTE | |
r-patched-solaris-x86 | 0.4-1 | 171.40 | NOTE | |||
r-release-linux-x86_64 | 0.4-1 | 8.19 | 85.66 | 93.85 | NOTE | |
r-release-macos-x86_64 | 0.4-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.4-1 | 26.00 | 141.00 | 167.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.4-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4-1 | 15.00 | 131.00 | 146.00 | NOTE |
Version: 0.4-1
Check: R code for possible problems
Result: NOTE
coalescentMCMC: no visible global function definition for
'packageVersion'
coalescentMCMC : getparams: no visible global function definition for
'nlminb'
sim.coalescent: no visible global function definition for 'segments'
sim.coalescent: no visible global function definition for 'points'
Undefined global functions or variables:
nlminb packageVersion points segments
Consider adding
importFrom("graphics", "points", "segments")
importFrom("stats", "nlminb")
importFrom("utils", "packageVersion")
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
Version: 0.4-1
Check: R code for possible problems
Result: NOTE
coalescentMCMC: no visible global function definition for
‘packageVersion’
coalescentMCMC : getparams: no visible global function definition for
‘nlminb’
sim.coalescent: no visible global function definition for ‘plot’
sim.coalescent: no visible global function definition for ‘segments’
sim.coalescent: no visible global function definition for ‘points’
Undefined global functions or variables:
nlminb packageVersion plot points segments
Consider adding
importFrom("graphics", "plot", "points", "segments")
importFrom("stats", "nlminb")
importFrom("utils", "packageVersion")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64