Last updated on 2019-02-23 07:55:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.2 | 2.48 | 20.32 | 22.80 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.2 | 1.60 | 16.20 | 17.80 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.2 | 28.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 27.07 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.2 | 10.00 | 60.00 | 70.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.2 | 1.35 | 19.05 | 20.40 | NOTE | |
r-patched-solaris-x86 | 0.2.2 | 39.30 | NOTE | |||
r-release-linux-x86_64 | 0.2.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2.2 | 9.00 | 50.00 | 59.00 | NOTE | |
r-release-osx-x86_64 | 0.2.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.2 | 6.00 | 57.00 | 63.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.2.2 | NOTE |
Version: 0.2.2
Check: R code for possible problems
Result: NOTE
branching.resample: no visible global function definition for ‘rbinom’
cov.weights: no visible global function definition for ‘var’
inverse.cdf.weights: no visible global function definition for ‘runif’
multinomial.resample: no visible global function definition for ‘runif’
stratified.resample: no visible global function definition for ‘runif’
systematic.resample: no visible global function definition for ‘runif’
Undefined global functions or variables:
rbinom runif var
Consider adding
importFrom("stats", "rbinom", "runif", "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: 0.2.2
Check: Rd line widths
Result: NOTE
Rd file 'resampling.Rd':
\usage lines wider than 90 characters:
residual.resample( weights, num.samples = length(weights), engine="R", rrf = "stratified")
These lines will be truncated in the PDF 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-release-linux-x86_64
Version: 0.2.2
Check: compiled code
Result: NOTE
File ‘smcUtils/libs/smcUtils.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