BUG?: R CMD check ERROR

Issue #87 resolved
Xinqiu Yao created an issue

Hi, I got following errors when running R CMD check on Master

  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking contents of ‘data’ directory ... OK
  • checking data for non-ASCII characters ... OK
  • checking data for ASCII and uncompressed saves ... OK
  • checking installed files from ‘inst/doc’ ... OK
  • checking files in ‘vignettes’ ... OK
  • checking examples ... ERROR Running examples in ‘bio3d-Ex.R’ failed The error most likely occurred in:

Name: pfam

Title: Download Pfam FASTA Sequence Alignment

Aliases: pfam

Keywords: utilities

** Examples

aln <- pfam("piwi") Error in pfam("piwi") : could not find function "url.exists" Execution halted

Maybe it need external package installed but I haven't. I suggest include require(package) in the function and edit DESCRIPTION to add package name to suggestions.

Comments (2)

  1. Log in to comment