Browse code

Merge branch 'paper'

August Guang authored on 17/12/2018 20:36:11
Showing 0 changed files
Browse code

first draft of paper

August Guang authored on 07/12/2018 22:02:25
Showing 1 changed files
... ...
@@ -7,4 +7,5 @@ configure.sh
7 7
 vignettes/adapter_content.Rmd
8 8
 vignettes/adapter_content.html
9 9
 vignettes/file_io.Rmd
10
-vignettes/file_io.html
11 10
\ No newline at end of file
11
+vignettes/file_io.html
12
+paper/*
12 13
\ No newline at end of file
Browse code

updated Rbuildignore to ignore ready and travis for new specs

August Guang authored on 30/11/2018 15:57:21
Showing 1 changed files
... ...
@@ -1,8 +1,10 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3 3
 .travis.yml
4
+ready.yml
4 5
 make.R
5 6
 mkdocs.yml
7
+paper.md
6 8
 configure.sh
7 9
 vignettes/adapter_content.Rmd
8 10
 vignettes/adapter_content.html
Browse code

changing travis from c to r

August Guang authored on 26/11/2018 17:00:43
Showing 1 changed files
... ...
@@ -3,6 +3,7 @@
3 3
 .travis.yml
4 4
 make.R
5 5
 mkdocs.yml
6
+configure.sh
6 7
 vignettes/adapter_content.Rmd
7 8
 vignettes/adapter_content.html
8 9
 vignettes/file_io.Rmd
Browse code

tests for charstring

August Guang authored on 21/11/2018 19:38:07
Showing 1 changed files
... ...
@@ -1,6 +1,8 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3 3
 .travis.yml
4
+make.R
5
+mkdocs.yml
4 6
 vignettes/adapter_content.Rmd
5 7
 vignettes/adapter_content.html
6 8
 vignettes/file_io.Rmd
Browse code

changed more headers

August Guang authored on 06/04/2018 18:37:16
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1 1
 ^.*\.Rproj$
2 2
 ^\.Rproj\.user$
3
-.travis.yml
4 3
\ No newline at end of file
4
+.travis.yml
5
+vignettes/adapter_content.Rmd
6
+vignettes/adapter_content.html
7
+vignettes/file_io.Rmd
8
+vignettes/file_io.html
5 9
\ No newline at end of file
Browse code

added vignettes, updated license

August Guang authored on 19/02/2018 16:00:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+^.*\.Rproj$
2
+^\.Rproj\.user$
3
+.travis.yml
0 4
\ No newline at end of file