Last updated on 2019-05-01 01:51:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6 | 7.77 | 60.12 | 67.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6 | 6.56 | 48.52 | 55.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6 | 81.84 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6 | 82.23 | NOTE | |||
r-patched-linux-x86_64 | 1.6 | 7.70 | 59.75 | 67.45 | NOTE | |
r-patched-solaris-x86 | 1.6 | 126.10 | NOTE | |||
r-release-linux-x86_64 | 1.6 | 8.03 | 61.00 | 69.03 | NOTE | |
r-release-windows-ix86+x86_64 | 1.6 | 21.00 | 120.00 | 141.00 | NOTE | |
r-release-osx-x86_64 | 1.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.6 | 16.00 | 94.00 | 110.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.6 | NOTE |
Version: 1.6
Check: R code for possible problems
Result: NOTE
pheno.ddm: no visible global function definition for 'new'
pheno.flm.fit: no visible binding for global variable 'na.exclude'
pheno.flm.fit: no visible global function definition for 'terms'
pheno.flm.fit: no visible global function definition for 'residuals'
pheno.flm.fit: no visible global function definition for 'qt'
pheno.lad.fit: no visible binding for global variable 'na.exclude'
pheno.mlm.fit: no visible binding for global variable 'na.exclude'
pheno.mlm.fit: no visible global function definition for 'residuals'
Undefined global functions or variables:
na.exclude new qt residuals terms
Consider adding
importFrom("methods", "new")
importFrom("stats", "na.exclude", "qt", "residuals", "terms")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.6
Check: Rd line widths
Result: NOTE
Rd file 'pheno.mlm.fit.Rd':
\examples lines wider than 100 characters:
R <- pheno.mlm.fit(DWD) # parameter estimation
summary(tr)$coef[2] # slope of trend
summary(tr)$coef[4] # standard error of trend
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: 1.6
Check: compiled code
Result: NOTE
File ‘pheno/libs/pheno.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