CRAN Package Check Results for Package pedigree

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4 10.21 82.88 93.09 NOTE
r-devel-linux-x86_64-debian-gcc 1.4 8.25 61.71 69.96 NOTE
r-devel-linux-x86_64-fedora-clang 1.4 118.40 NOTE
r-devel-linux-x86_64-fedora-gcc 1.4 99.26 NOTE
r-patched-linux-x86_64 1.4 10.46 77.24 87.70 NOTE
r-release-linux-x86_64 1.4 10.66 72.08 82.74 NOTE
r-release-macos-arm64 1.4 NOTE
r-release-macos-x86_64 1.4 NOTE
r-release-windows-x86_64 1.4 26.00 110.00 136.00 NOTE
r-oldrel-macos-arm64 1.4 NOTE
r-oldrel-macos-x86_64 1.4 NOTE
r-oldrel-windows-ix86+x86_64 1.4 26.00 124.00 150.00 NOTE

Check Details

Version: 1.4
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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.4
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: 'reshape'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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.4
Check: R code for possible problems
Result: NOTE
    blup: no visible global function definition for 'model.matrix'
    blup: no visible global function definition for 'model.frame'
    blup: no visible global function definition for 'read.table'
    calcG: no visible global function definition for 'as'
    gblup: no visible global function definition for 'model.matrix'
    gblup: no visible global function definition for 'model.frame'
    Undefined global functions or variables:
     as model.frame model.matrix read.table
    Consider adding
     importFrom("methods", "as")
     importFrom("stats", "model.frame", "model.matrix")
     importFrom("utils", "read.table")
    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.4
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'A.txt' 'Ainv.txt'
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.4
Check: compiled code
Result: NOTE
    File ‘pedigree/libs/pedigree.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