Last updated on 2019-01-19 00:46:26 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.06 | 27.72 | 28.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.15 | 20.74 | 21.89 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 33.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 31.28 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 3.00 | 36.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.10 | 25.11 | 26.21 | NOTE | |
r-patched-solaris-x86 | 1.0 | 60.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.22 | 25.60 | 26.82 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 34.00 | 37.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 3.00 | 36.00 | 39.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
FPTsimul: no visible global function definition for ‘runif’
histplot: no visible global function definition for ‘dev.new’
histplot: no visible global function definition for ‘hist’
histplot: no visible global function definition for ‘par’
histplot: no visible global function definition for ‘plot’
histplot: no visible global function definition for ‘legend’
mdt: no visible binding for global variable ‘deltat’
plot.FPTdensity: no visible global function definition for ‘dev.new’
plot.FPTdensity: no visible global function definition for ‘plot’
res_summary: no visible global function definition for ‘write.table’
res_summary: no visible global function definition for ‘sd’
res_summary: no visible global function definition for ‘median’
vdt: no visible binding for global variable ‘deltat’
Undefined global functions or variables:
deltat dev.new hist legend median par plot runif sd write.table
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "hist", "legend", "par", "plot")
importFrom("stats", "deltat", "median", "runif", "sd")
importFrom("utils", "write.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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64