Last updated on 2019-01-26 15:47:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 68.89 | 59.86 | 128.75 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 62.41 | 46.93 | 109.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 177.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 172.01 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 121.00 | 130.00 | 251.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 73.38 | 57.02 | 130.40 | NOTE | |
r-patched-solaris-x86 | 1.2 | 197.70 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 79.23 | 56.30 | 135.53 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 162.00 | 104.00 | 266.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 166.00 | 101.00 | 267.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | NOTE |
Version: 1.2
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.SurvAM
See section ‘Registering S3 methods’ 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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.2
Check: R code for possible problems
Result: NOTE
Est.Var.CCH.trueweights: no visible binding for global variable ‘var’
getEstimatesSP: no visible global function definition for ‘quantile’
getEstimatesSP: no visible global function definition for ‘resid’
prepareDataNP: no visible global function definition for
‘complete.cases’
prepareDataSP: no visible global function definition for
‘complete.cases’
processRawOutput: no visible global function definition for ‘qnorm’
survAM.estimate: no visible global function definition for ‘median’
survAM.estimate: no visible binding for global variable ‘sd’
Undefined global functions or variables:
complete.cases median qnorm quantile resid sd var
Consider adding
importFrom("stats", "complete.cases", "median", "qnorm", "quantile",
"resid", "sd", "var")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.2
Check: installed package size
Result: NOTE
installed size is 5.5Mb
sub-directories of 1Mb or more:
libs 5.4Mb
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2
Check: compiled code
Result: NOTE
File ‘survAccuracyMeasures/libs/survAccuracyMeasures.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc