CRAN Package Check Results for Package disprose

Last updated on 2024-06-20 02:57:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.6 5.28 56.26 61.54 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.6 4.12 40.99 45.11 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.6 78.15 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.6 76.15 NOTE
r-devel-windows-x86_64 0.1.6 6.00 72.00 78.00 NOTE
r-patched-linux-x86_64 0.1.6 6.46 53.35 59.81 NOTE
r-release-linux-x86_64 0.1.6 5.50 52.51 58.01 NOTE
r-release-macos-arm64 0.1.6 31.00 NOTE
r-release-macos-x86_64 0.1.6 45.00 NOTE
r-release-windows-x86_64 0.1.6 5.00 87.00 92.00 NOTE
r-oldrel-macos-arm64 0.1.6 34.00 OK
r-oldrel-macos-x86_64 0.1.6 47.00 OK
r-oldrel-windows-x86_64 0.1.6 6.00 69.00 75.00 ERROR

Check Details

Version: 0.1.6
Check: Rd files
Result: NOTE checkRd: (-1) store_in_DB.Rd:89: Lost braces 89 | link{read_from_DB} function. Those parameters define rows and columns that will be returned. | ^ checkRd: (-1) unite_two_DF.Rd:46: Lost braces; missing escapes or markup? 46 | \code{data1.shared.var} and {data2.shared.var} must contain unique values within its own data frame. | ^ 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

Version: 0.1.6
Check: examples
Result: ERROR Running examples in 'disprose-Ex.R' failed The error most likely occurred in: > ### Name: cut_probes > ### Title: Cut probes > ### Aliases: cut_probes > > ### ** Examples > > path <- tempdir() > dir.create (path) > # download and save as FASTA "Chlamydia pneumoniae B21 contig00001, > # whole genome shotgun sequence" (GI = 737435910) > if (!requireNamespace("rentrez", quietly = TRUE)) { + stop("Package \"rentrez\" needed for this function to work. Please install it.", call. = FALSE)} > reference.string <- rentrez::entrez_fetch(db = "nucleotide", id = 737435910, + rettype="fasta") Error: HTTP failure: 500 {"error":"error forwarding request","api-key":"129.217.207.166","type":"ip", "status":"ok"} Execution halted Flavor: r-oldrel-windows-x86_64