Last updated on 2022-05-09 17:52:35 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.13.8-8 | 6.54 | 40.01 | 46.55 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.13.8-8 | 5.12 | 30.88 | 36.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.13.8-8 | 57.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.13.8-8 | 55.66 | NOTE | |||
r-devel-windows-x86_64 | 1.13.8-8 | 23.00 | 66.00 | 89.00 | NOTE | |
r-patched-linux-x86_64 | 1.13.8-8 | 6.12 | 39.11 | 45.23 | NOTE | |
r-release-linux-x86_64 | 1.13.8-8 | 5.59 | 38.54 | 44.13 | NOTE | |
r-release-macos-arm64 | 1.13.8-8 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 1.13.8-8 | 36.00 | NOTE | |||
r-release-windows-x86_64 | 1.13.8-8 | 14.00 | 58.00 | 72.00 | NOTE | |
r-oldrel-macos-arm64 | 1.13.8-8 | 26.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.13.8-8 | 36.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.13.8-8 | 18.00 | 46.00 | 64.00 | NOTE |
Version: 1.13.8-8
Check: R code for possible problems
Result: NOTE
.FCLoess: no visible global function definition for 'loess'
.FCLoessM: no visible global function definition for 'loess'
.FCLoessM: no visible global function definition for 'median'
.Import.Luminex: no visible global function definition for 'read.csv'
.Intra.Me: no visible global function definition for 'sd'
.Intra.Me: no visible global function definition for 'quantile'
.Intra.Me: no visible global function definition for 'qchisq'
.Intra.Median: no visible global function definition for 'median'
.boxplot.rtprofile: no visible global function definition for 'boxplot'
.denplot: no visible global function definition for 'density'
.denplot: no visible global function definition for 'abline'
.normalize.Luminex: no visible global function definition for 'sd'
.normalize.qrtpcr: no visible global function definition for 'density'
.validate.default: no visible global function definition for 't.test'
Undefined global functions or variables:
abline boxplot density loess median qchisq quantile read.csv sd
t.test
Consider adding
importFrom("graphics", "abline", "boxplot")
importFrom("stats", "density", "loess", "median", "qchisq", "quantile",
"sd", "t.test")
importFrom("utils", "read.csv")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64