Bug: plot.fasta()

Issue #106 resolved
Xinqiu Yao created an issue

Got following errors when run R CMD check on feature_pdb_dataframe:

* checking examples ... ERROR
Running examples inbio3d-Ex.Rfailed
The error most likely occurred in:

> ### Name: plot.fasta
> ### Title: Plot a Multiple Sequence Alignment
> ### Aliases: plot.fasta
> ### Keywords: hplot
> 
> ### ** Examples
> 
> # Read alignment
> aln<-read.fasta(system.file("examples/kif1a.fa",package="bio3d"))
> 
> ## alignment plot
> plot(aln)
Error in plot.fasta(aln) : 
  input 'x' should be a list object as obtained from 'read.fasta'
Calls: plot -> plot.fasta
Execution halted

Comments (1)

  1. Log in to comment