Browse code

man page for containment test

August Guang authored on 26/11/2018 20:10:04
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 # Generated by roxygen2: do not edit by hand
2 2
 
3
+export(containment_test)
3 4
 importFrom(Rcpp,sourceCpp)
4 5
 useDynLib(RSeqAn)
Browse code

as/wrap for CharString

August Guang authored on 14/08/2018 01:45:17
Showing 1 changed files
... ...
@@ -1 +1,4 @@
1
-exportPattern(".")
2 1
\ No newline at end of file
2
+# Generated by roxygen2: do not edit by hand
3
+
4
+importFrom(Rcpp,sourceCpp)
5
+useDynLib(RSeqAn)
Browse code

NAMESPACE and vignette adjustments based on biconductor suggestsions

August Guang authored on 11/04/2018 15:25:36
Showing 1 changed files
... ...
@@ -1 +1 @@
1
-exportPattern("^[[:alpha:]]+")
2 1
\ No newline at end of file
2
+exportPattern(".")
3 3
\ No newline at end of file
Browse code

updated license, README

aguang authored on 16/02/2018 15:15:15
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+exportPattern("^[[:alpha:]]+")
0 2
\ No newline at end of file