CRAN Package Check Results for Package pheno

Last updated on 2020-08-07 01:49:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.6 10.58 73.21 83.79 NOTE
r-devel-linux-x86_64-debian-gcc 1.6 8.25 56.48 64.73 NOTE
r-devel-linux-x86_64-fedora-clang 1.6 105.88 NOTE
r-devel-linux-x86_64-fedora-gcc 1.6 96.52 NOTE
r-devel-windows-ix86+x86_64 1.6 31.00 107.00 138.00 NOTE
r-patched-linux-x86_64 1.6 7.89 71.43 79.32 NOTE
r-patched-solaris-x86 1.6 158.40 NOTE
r-release-linux-x86_64 1.6 9.10 71.15 80.25 NOTE
r-release-macos-x86_64 1.6 NOTE
r-release-windows-ix86+x86_64 1.6 29.00 152.00 181.00 NOTE
r-oldrel-macos-x86_64 1.6 NOTE
r-oldrel-windows-ix86+x86_64 1.6 15.00 97.00 112.00 NOTE

Check Details

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-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: 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