Last updated on 2021-04-17 16:48:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.4 | 2.28 | 24.11 | 26.39 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.4 | 1.77 | 18.78 | 20.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.4 | 41.72 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.4 | 31.98 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.4 | 5.00 | 40.00 | 45.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 1.2.4 | NOTE | ||||
r-patched-linux-x86_64 | 1.2.4 | 2.12 | 23.14 | 25.26 | NOTE | |
r-patched-solaris-x86 | 1.2.4 | 49.20 | NOTE | |||
r-release-linux-x86_64 | 1.2.4 | 2.18 | 23.62 | 25.80 | NOTE | |
r-release-macos-x86_64 | 1.2.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2.4 | 5.00 | 28.00 | 33.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-devel-windows-x86_64-gcc10-UCRT, 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-devel-windows-x86_64-gcc10-UCRT, 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