generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (44 loc) · 827 Bytes
/
.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
# READ-ONLY FILE
#
# Original file resides in r-hyperspec/pkg-skelton.
# DO NOT EDIT in any other repo as these changes will be overwritten.
# Edit at r-hyperspec/pkg-skelton, then push there and
# this file will be deployed to the other repos.
#
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
.Ruserdata
# Example code in package build process
*-Ex.R
# Mac directory files
*.DS_Store
# RStudio files
.Rproj.user
*.Rproj.user
*.Rproj
# Local pkgdown files
docs/
# Unit tests
tests/testthat/Rplots.pdf
tests/testthat/test_*.R
tests/testthat/test-*.R
# Vignettes
vignettes/*-pkg.bib
vignettes/*.html
vignettes/*.R
vignettes/fileio
vignettes/resources/*.bib
inst/doc
# Documentation
man/*.Rd
NAMESPACE
NEWS.html
README.html
# Other/Broad
*.html
_tmp/
### Package-specific ###
tests/testthat/fileio