Last updated on 2020-08-07 01:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.26 | 28.65 | 30.91 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.89 | 21.71 | 23.60 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 45.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 36.36 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 50.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.44 | 28.26 | 30.70 | NOTE | |
r-patched-solaris-x86 | 1.0 | 63.60 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.24 | 28.78 | 31.02 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 5.00 | 36.00 | 41.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 52.00 | 56.00 | 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 'legend'
mdt: no visible binding for global variable 'deltat'
plot.FPTdensity: no visible global function definition for 'dev.new'
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 runif sd write.table
Consider adding
importFrom("grDevices", "dev.new")
importFrom("graphics", "hist", "legend", "par")
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-macos-x86_64, r-release-windows-ix86+x86_64
Version: 1.0
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'results_Wiener1.out'
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64