Last updated on 2020-08-07 01:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-6 | 1.93 | 20.44 | 22.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-6 | 1.76 | 15.74 | 17.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-6 | 35.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-6 | 25.91 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1-6 | 7.00 | 33.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 0.1-6 | 2.13 | 20.13 | 22.26 | NOTE | |
r-patched-solaris-x86 | 0.1-6 | 41.10 | NOTE | |||
r-release-linux-x86_64 | 0.1-6 | 1.97 | 20.15 | 22.12 | NOTE | |
r-release-macos-x86_64 | 0.1-6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1-6 | 6.00 | 45.00 | 51.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1-6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1-6 | 4.00 | 29.00 | 33.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