CRAN Package Check Results for Maintainer ‘Joerg Schaber <j.schaber at web.de>’

Last updated on 2022-04-24 03:52:56 CEST.

Package NOTE
pheno 12

Package pheno

Current CRAN status:

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-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, 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