[Seqinr-commits] r1668 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Oct 12 18:50:44 CEST 2009


Author: lobry
Date: 2009-10-12 18:50:44 +0200 (Mon, 12 Oct 2009)
New Revision: 1668

Modified:
   pkg/man/read.fasta.Rd
Log:
no more File argument

Modified: pkg/man/read.fasta.Rd
===================================================================
--- pkg/man/read.fasta.Rd	2009-10-12 16:50:32 UTC (rev 1667)
+++ pkg/man/read.fasta.Rd	2009-10-12 16:50:44 UTC (rev 1668)
@@ -8,7 +8,7 @@
 }
 \usage{
 read.fasta(file = system.file("sequences/ct.fasta", package = "seqinr"), 
-  seqtype = c("DNA", "AA"), File = NULL, as.string = FALSE, forceDNAtolower = TRUE,
+  seqtype = c("DNA", "AA"), as.string = FALSE, forceDNAtolower = TRUE,
   set.attributes = TRUE, legacy.mode = TRUE, seqonly = FALSE, strip.desc = FALSE,
   bfa = FALSE, sizeof.longlong = .Machine$sizeof.longlong,
   endian = .Platform$endian, apply.mask = TRUE)
@@ -21,8 +21,6 @@
    of the seqinR package.}
   \item{seqtype}{ the nature of the sequence: \code{DNA} or \code{AA}, defaulting
     to \code{DNA} }
-  \item{File}{ Synonymous of file. As from seqinR >= 1.1-3 this argument
-  is deprecated and a warning is issued}
   \item{as.string}{ if TRUE sequences are returned as a string instead of a
   vector of single characters}
   \item{forceDNAtolower}{ whether sequences with \code{seqtype == "DNA"} should be
@@ -64,6 +62,10 @@
   sequence is stored as a vector of C \code{unsigned long long}. There
   is in addition a mask to locate non-acgt characters.
 }
+\note{
+The old argument \code{File} that was deprecated since seqinR >= 1.1-3 is
+no more valid since seqinR >= 2.0-6. Just use \code{file} instead.
+}
 \value{
   By default \code{read.fasta} return a list of vector of chars. Each element 
   is a sequence object of the class \code{SeqFastadna} or \code{SeqFastaAA}.



More information about the Seqinr-commits mailing list