CRAN Package Check Results for Package dowser

Last updated on 2024-05-03 01:51:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 54.79 709.91 764.70 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.0 44.44 523.63 568.07 ERROR
r-devel-linux-x86_64-fedora-clang 2.1.0 990.29 ERROR
r-devel-linux-x86_64-fedora-gcc 2.1.0 1030.42 OK
r-devel-windows-x86_64 2.1.0 52.00 583.00 635.00 OK
r-patched-linux-x86_64 2.1.0 45.57 663.59 709.16 ERROR
r-release-linux-x86_64 2.1.0 43.14 660.41 703.55 ERROR
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 53.00 583.00 636.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 68.00 730.00 798.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, r-patched-linux-x86_64, r-release-linux-x86_64

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