Skip to content

Commit 56085ae

Browse files
committed
Initial commit
0 parents  commit 56085ae

3 files changed

Lines changed: 695 additions & 0 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# History files
2+
.Rhistory
3+
.Rapp.history
4+
5+
# Session Data files
6+
.RData
7+
8+
# Example code in package build process
9+
*-Ex.R
10+
11+
# RStudio files
12+
.Rproj.user/
13+
14+
# produced vignettes
15+
vignettes/*.html
16+
vignettes/*.pdf
17+
18+
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
19+
.httr-oauth

0 commit comments

Comments
 (0)