[Seqinr-commits] r1717 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 18 20:41:46 CET 2009


Author: lobry
Date: 2009-11-18 20:41:45 +0100 (Wed, 18 Nov 2009)
New Revision: 1717

Modified:
   pkg/R/write.fasta.R
Log:
doc more explicit

Modified: pkg/R/write.fasta.R
===================================================================
--- pkg/R/write.fasta.R	2009-11-18 19:41:33 UTC (rev 1716)
+++ pkg/R/write.fasta.R	2009-11-18 19:41:45 UTC (rev 1717)
@@ -1,4 +1,4 @@
-write.fasta <- function(sequences, names, nbchar = 60, file.out, open = "w"){
+write.fasta <- function(sequences, names, file.out, open = "w", nbchar = 60){
   #
   # Open output file:
   #
@@ -36,5 +36,4 @@
   # Close output file:
   #
   close(outfile)
-  return(NULL);
 }



More information about the Seqinr-commits mailing list