Skip to content

Commit 010cd98

Browse files
committedMar 31, 2020
initial release
0 parents  commit 010cd98

File tree

231 files changed

+17363
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+17363
-0
lines changed
 

‎.Rbuildignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
^README\.Rmd$
4+
^working$
5+
^pkgdown$
6+
^data-raw$

‎.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.DS_Store
2+
.Rhistory
3+
*.Rproj
4+
.Rproj.user
5+
*.swp
6+
working
7+
*.txt
8+
inst/doc
9+
doc
10+
Meta
11+
working
12+
pkgdown

0 commit comments

Comments
 (0)