Last updated on 2022-08-10 17:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2 | 4.25 | 35.18 | 39.43 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2 | 3.37 | 27.25 | 30.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2 | 59.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2 | 57.04 | NOTE | |||
r-devel-windows-x86_64 | 0.2 | 10.00 | 60.00 | 70.00 | NOTE | |
r-patched-linux-x86_64 | 0.2 | 3.39 | 34.00 | 37.39 | NOTE | |
r-release-linux-x86_64 | 0.2 | 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 | 8.00 | 59.00 | 67.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 | 52.00 | 60.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