CRAN Package Check Results for Package dowser

Last updated on 2024-04-27 10:50:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 60.04 711.16 771.20 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.0 49.79 523.84 573.63 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 932.86 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.0 822.13 OK
r-devel-windows-x86_64 2.1.0 49.00 578.00 627.00 OK
r-patched-linux-x86_64 2.1.0 56.89 669.44 726.33 OK
r-release-linux-x86_64 2.1.0 53.56 700.31 753.87 OK
r-release-macos-arm64 2.1.0 276.00 OK
r-release-macos-x86_64 2.1.0 510.00 OK
r-release-windows-x86_64 2.1.0 48.00 583.00 631.00 OK
r-oldrel-macos-arm64 2.1.0 246.00 OK
r-oldrel-macos-x86_64 2.1.0 449.00 OK
r-oldrel-windows-x86_64 2.1.0 71.00 726.00 797.00 OK

Check Details

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘dowser-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: maskCodons > ### Title: 'maskCodons' Masks codons split by insertions > ### Aliases: maskCodons > > ### ** Examples > > s = "ATCATCATC..." > q = "ATCTTTATCATC" > print(maskCodons(1,q,s,TRUE)) Error in .load_package_gracefully("pwalign", "Starting with BioC 3.19, ", : Could not load package pwalign. Is it installed? Note that Starting with BioC 3.19, calling pairwiseAlignment() requires the pwalign package. Please install it with: BiocManager::install("pwalign") Calls: print ... <Anonymous> -> .call_fun_in_pwalign -> .load_package_gracefully Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.1.0
Check: examples
Result: ERROR Running examples in ‘dowser-Ex.R’ failed The error most likely occurred in: > ### Name: maskCodons > ### Title: 'maskCodons' Masks codons split by insertions > ### Aliases: maskCodons > > ### ** Examples > > s = "ATCATCATC..." > q = "ATCTTTATCATC" > print(maskCodons(1,q,s,TRUE)) Error in .load_package_gracefully("pwalign", "Starting with BioC 3.19, ", : Could not load package pwalign. Is it installed? Note that Starting with BioC 3.19, calling pairwiseAlignment() requires the pwalign package. Please install it with: BiocManager::install("pwalign") Calls: print ... <Anonymous> -> .call_fun_in_pwalign -> .load_package_gracefully Execution halted Flavor: r-devel-linux-x86_64-fedora-clang