We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 924515dCopy full SHA for 924515d
.gitignore
@@ -0,0 +1,36 @@
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
+# Output files from R CMD build
12
+/*.tar.gz
13
14
+# Output files from R CMD check
15
+/*.Rcheck/
16
17
+# RStudio files
18
+.Rproj.user/
19
20
+# produced vignettes
21
+vignettes/*.html
22
+vignettes/*.pdf
23
24
+# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
25
+.httr-oauth
26
27
+# knitr and R markdown default cache directories
28
+/*_cache/
29
+/cache/
30
31
+# Temporary files created by R markdown
32
+*.utf8.md
33
+*.knit.md
34
35
+# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
36
+rsconnect/
0 commit comments