CRAN Package Check Results for Package forensic

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2 3.07 43.51 46.58 NOTE
r-devel-linux-x86_64-debian-gcc 0.2 2.92 32.72 35.64 NOTE
r-devel-linux-x86_64-fedora-clang 0.2 59.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2 46.36 NOTE
r-patched-linux-x86_64 0.2 4.10 42.19 46.29 NOTE
r-release-linux-x86_64 0.2 3.36 41.33 44.69 NOTE
r-release-macos-arm64 0.2 NOTE
r-release-macos-x86_64 0.2 NOTE
r-release-windows-x86_64 0.2 11.00 58.00 69.00 NOTE
r-oldrel-macos-arm64 0.2 NOTE
r-oldrel-macos-x86_64 0.2 NOTE
r-oldrel-windows-ix86+x86_64 0.2 8.00 47.00 55.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-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: 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-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: 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-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