CRAN Package Check Results for Package forensic

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2 4.06 30.62 34.68 NOTE
r-devel-linux-x86_64-debian-gcc 0.2 3.01 23.77 26.78 NOTE
r-devel-linux-x86_64-fedora-clang 0.2 51.03 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2 41.00 NOTE
r-devel-windows-ix86+x86_64 0.2 15.00 42.00 57.00 NOTE
r-patched-linux-x86_64 0.2 4.11 30.66 34.77 NOTE
r-patched-solaris-x86 0.2 55.30 NOTE
r-release-linux-x86_64 0.2 4.37 30.72 35.09 NOTE
r-release-macos-x86_64 0.2 NOTE
r-release-windows-ix86+x86_64 0.2 14.00 57.00 71.00 NOTE
r-oldrel-macos-x86_64 0.2 NOTE
r-oldrel-windows-ix86+x86_64 0.2 8.00 51.00 59.00 NOTE

Check Details

Version: 0.2
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-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: 0.2
Check: dependencies in R code
Result: NOTE
    'library' or 'require' calls to packages already attached by Depends:
     'combinat' 'genetics'
     Please remove these calls from your code.
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: 0.2
Check: R code for possible problems
Result: NOTE
    NB: .First.lib is obsolete and will not be used in R >= 3.0.0
    File 'forensic/R/zzz.R':
     .First.lib calls:
     cat("## Statistical Methods in Forensic Genetics \n")
     cat("## The work was supported by the project 1M06014 of the Ministry of \n Education, Youth and Sports of the Czech Republic. \n")
     require(genetics, quietly = TRUE)
     require(combinat, quietly = TRUE)
    
    Package startup functions should not change the search path.
    Package startup functions should use 'packageStartupMessage' to
     generate messages.
    See section 'Good practice' in '?.onAttach'.
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