Last updated on 2022-05-19 15:53:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 4.02 | 44.02 | 48.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 3.42 | 32.92 | 36.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 58.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 60.90 | NOTE | |||
r-devel-windows-x86_64 | 0.2 | 15.00 | 59.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 4.33 | 42.12 | 46.45 | NOTE | |
r-release-linux-x86_64 | 0.2 | 4.27 | 42.25 | 46.52 | NOTE | |
r-release-macos-arm64 | 0.2 | 19.00 | NOTE | |||
r-release-macos-x86_64 | 0.2 | 27.00 | NOTE | |||
r-release-windows-x86_64 | 0.2 | 13.00 | 60.00 | 73.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2 | 32.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.2 | 33.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.2 | 8.00 | 51.00 | 59.00 | NOTE |
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-x86_64, 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-devel-windows-x86_64, 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-devel-windows-x86_64, 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