Last updated on 2020-09-17 02:08:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-6 | 2.00 | 20.03 | 22.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-6 | 1.70 | 15.93 | 17.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-6 | 36.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-6 | 27.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-6 | 4.00 | 46.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-6 | 2.16 | 20.13 | 22.29 | NOTE | |
r-patched-solaris-x86 | 0.1-6 | 41.80 | NOTE | |||
r-release-linux-x86_64 | 0.1-6 | 2.24 | 20.37 | 22.61 | NOTE | |
r-release-macos-x86_64 | 0.1-6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-6 | 4.00 | 30.00 | 34.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-6 | 3.00 | 34.00 | 37.00 | NOTE |
Version: 0.1-6
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
'robustbase' 'sfsmisc'
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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: 0.1-6
Check: R code for possible problems
Result: NOTE
.BuildPartial: no visible global function definition for 'as.formula'
.BuildPartial: no visible global function definition for 'residuals'
.PairwiseCorrelation : .Standardize : <anonymous>: no visible global
function definition for 'na.omit'
.PairwiseCorrelation : .Standardize: no visible binding for global
variable 'median'
.PairwiseCorrelation: no visible global function definition for
'complete.cases'
.yw: no visible global function definition for 'toeplitz'
FastQn: no visible global function definition for 'median'
FastQn: no visible global function definition for 'mad'
fqn: no visible global function definition for 'median'
fqn: no visible global function definition for 'mad'
psdcor: no visible global function definition for 'posdefify'
psdcor: no visible global function definition for 'nearcor'
robar: no visible global function definition for 'frequency'
robcor: no visible global function definition for 'covMcd'
s_FastQn: no visible global function definition for 'median'
Undefined global functions or variables:
as.formula complete.cases covMcd frequency mad median na.omit nearcor
posdefify residuals toeplitz
Consider adding
importFrom("stats", "as.formula", "complete.cases", "frequency", "mad",
"median", "na.omit", "residuals", "toeplitz")
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, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64