Last updated on 2020-08-07 01:49:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.4 | 2.34 | 22.08 | 24.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.4 | 1.77 | 16.70 | 18.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.4 | 37.55 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.4 | 27.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.4 | 7.00 | 32.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.2.4 | 2.01 | 21.69 | 23.70 | NOTE | |
r-patched-solaris-x86 | 1.2.4 | 46.80 | NOTE | |||
r-release-linux-x86_64 | 1.2.4 | 1.91 | 21.27 | 23.18 | NOTE | |
r-release-macos-x86_64 | 1.2.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.4 | 5.00 | 33.00 | 38.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.2.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.4 | 4.00 | 44.00 | 48.00 | NOTE |
Version: 1.2.4
Check: top-level files
Result: NOTE
Non-standard file/directory found at top level:
'test.html'
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-release-linux-x86_64
Version: 1.2.4
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'compiler'
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2.4
Check: R code for possible problems
Result: NOTE
csSAM: no visible binding for global variable 'quantile'
csSAM: no visible global function definition for 'median'
csfit: no visible global function definition for 'lsfit'
csfit: no visible global function definition for 'ls.diag'
plotCsSAM: no visible global function definition for 'pdf'
plotCsSAM: no visible global function definition for 'par'
plotCsSAM: no visible global function definition for 'title'
plotCsSAM: no visible global function definition for 'dev.off'
runSAM: no visible binding for global variable 'median'
runSAM: no visible global function definition for 'quantile'
Undefined global functions or variables:
dev.off ls.diag lsfit median par pdf quantile title
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "par", "title")
importFrom("stats", "ls.diag", "lsfit", "median", "quantile")
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.2.4
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'Example File.pdf'
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.2.4
Check: R code for possible problems
Result: NOTE
csSAM: no visible binding for global variable ‘quantile’
csSAM: no visible global function definition for ‘median’
csfit: no visible global function definition for ‘lsfit’
csfit: no visible global function definition for ‘ls.diag’
plotCsSAM: no visible global function definition for ‘pdf’
plotCsSAM: no visible global function definition for ‘par’
plotCsSAM: no visible global function definition for ‘plot’
plotCsSAM: no visible global function definition for ‘title’
plotCsSAM: no visible global function definition for ‘dev.off’
runSAM: no visible binding for global variable ‘median’
runSAM: no visible global function definition for ‘quantile’
Undefined global functions or variables:
dev.off ls.diag lsfit median par pdf plot quantile title
Consider adding
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "par", "plot", "title")
importFrom("stats", "ls.diag", "lsfit", "median", "quantile")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64