[Seqinr-commits] r1924 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 3 15:54:05 CEST 2016


Author: jeanlobry
Date: 2016-06-03 15:54:05 +0200 (Fri, 03 Jun 2016)
New Revision: 1924

Modified:
   pkg/NAMESPACE
Log:
This is the idea of what should be done to get rid of the checking S3 generic/method consistency ... NOTE

Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE	2016-06-03 13:52:49 UTC (rev 1923)
+++ pkg/NAMESPACE	2016-06-03 13:54:05 UTC (rev 1924)
@@ -2,3 +2,16 @@
 useDynLib(seqinr, .registration = TRUE)
 exportPattern(".")
 importFrom(ade4,dudi.coa)
+S3method(as.matrix, alignment)
+S3method(getAnnot, SeqAcnucWeb)
+S3method(getAnnot, SeqFastaAA)
+S3method(getAnnot, SeqFastadna)
+S3method(getAnnot, default)
+S3method(getAnnot, list)
+S3method(getAnnot, logical)
+S3method(getAnnot, qaw)
+S3method(getFrag, SeqAcnucWeb)
+S3method(getFrag, SeqFastaAA)
+S3method(getFrag, SeqFastadna)
+S3method(getFrag, SeqFrag)
+S3method(getFrag, character)



More information about the Seqinr-commits mailing list