-
Notifications
You must be signed in to change notification settings - Fork 16
/
.Rbuildignore
51 lines (51 loc) · 863 Bytes
/
.Rbuildignore
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
data/create_flexplot_linmod.Rdata
^README.Rmd$
^README.md$
^README2.Rmd$
^README2.html$
^README.html$
^\.git$
^\.csv$
jamovi
data/abuse.sav
data/income.jasp
.travis.yml
flexplot.svg
Flexplot.svg
^icon.svg$
^flexplot.jmo$
^.*\.Rproj$
^\.Rproj\.user$
tests/figs/
build/
README_files/
tests/
^doc$
codecov.yml
jasp_documentation/
paranormal.csv
FlexplotLogo.svg
EJ notes.rtf
R/flexplota.b.R
# stuff to ignore jasp when doing CMD check
# R/glinmod_jasp.R
# R/linmod_jasp.R
# R/flexplot_jasp2.R
# R/mixedmod_jasp.R
# R/jasp_common.R
# R/flexplota.h.R
# R/glmbasic.b.R
# R/glmbasic.h.R
# R/modelcomp.b.R
# R/modelcomp.h.R
data/generate_data.R
vignettes/regex_syntax.txt
^vignettes/psychmethods/$
^vignettes/flexplot_psychmeth_cache$
^vignettes/flexplot_psychmeth_files$
^vignettes/submission$
^vignettes/archive$
^R/scratch$
^README_files$
^jasp_documentation$
^tests$