-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
58 lines (51 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#Took samples from "A collection of useful .gitignore templates"
#https://github.com/github/gitignore/blob/master/R.gitignore
# R environment
.Rcheck$ # Output files from R CMD check
.Rproj.user*
.Renviron
.Rproj.user
.Rhistory
.Rapp.history
.RData
.Ruserdata
doc
Meta
# knitr and R markdown default cache directories
*_cache/
^cache/*
# Temporary files created by knitr and R markdown
*.utf8.md
*.knit.md
$.Rd2pdf*
#compiled Document files
*.out
*.aux
*.html
*.pdf
*.log
*.docx
vignettes/*.html
vignettes/*.pdf
vignettes/*.md
vignettes/*.docx
#other files
#not needed
dev/countlinesofcode.R
#this file is not needed on github use the remotes package instead
dev/install_RAQSAPI.R
# this project is not taking contributions at this time, any issues with this
#package, or feature request should be submitted to the issue tracker.
dev/contributing.md
dev/contributing.Rmd
#Set up hte loocal environment for unit tests
tests/testthat/local.R
dev/.experimental.R
# Output files from R CMD check
/*.Rcheck/
/doc/
/Meta/
# RAQSAPI package files
*.tar.gz
*.zip
RAQSAPI.code-workspace