Last updated on 2019-08-31 11:47:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.52 | 34.08 | 37.60 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.52 | 27.82 | 30.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 45.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 45.44 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 73.00 | 81.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.13 | 33.92 | 37.05 | NOTE | |
r-patched-solaris-x86 | 1.0 | 66.20 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.85 | 34.31 | 37.16 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 11.00 | 72.00 | 83.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 41.00 | 45.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: for hidden files and directories
Result: NOTE
Found the following hidden files and directories:
data/.Rapp.history
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
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
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'deSolve' which was already attached by Depends.
Please remove these calls from your code.
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
Check: R code for possible problems
Result: NOTE
LVCompGames: no visible global function definition for 'runif'
LVCompGames: no visible global function definition for 'plot'
LVCompGames: no visible global function definition for 'axis'
LVCompGames: no visible global function definition for 'box'
LVCompGames: no visible global function definition for 'lines'
LVCompGames: no visible global function definition for 'points'
MetaSim: no visible global function definition for 'runif'
chesson: no visible global function definition for 'rbeta'
chesson: no visible global function definition for 'dbeta'
chesson : rhof: no visible global function definition for 'dbeta'
chesson: no visible global function definition for 'integrate'
pimmlawton: no visible global function definition for 'runif'
Undefined global functions or variables:
axis box dbeta integrate lines plot points rbeta runif
Consider adding
importFrom("graphics", "axis", "box", "lines", "plot", "points")
importFrom("stats", "dbeta", "integrate", "rbeta", "runif")
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