Skip to content

Commit 6e516d5

Browse files
committed
regenerate doc and update gitignore
1 parent 2af0efe commit 6e516d5

3 files changed

Lines changed: 44 additions & 10 deletions

File tree

.Rbuildignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
^CRAN-SUBMISSION$
2+
^CRAN-RELEASE$
13
^.*\.Rproj$
24
^\.Rproj\.user$
35
LICENSE
4-
^\.travis\.yml$
6+
^\_pkgdown\.yml$
57
^README\.md$
68
.gitignore
7-
.github/*
9+
.git/*
810
^cran-comments\.md$
911
^revdep$
1012
man-roxygen/*
1113
images/*
14+
book/*
15+
docs/*
16+
Rplots.pdf
17+
.vscode/*
1218
^\.github$
13-
^pkgdown$
19+
^release-prep\.R$
20+
release-prep.R

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,23 @@ cran-comments.md
1111

1212
revdep/
1313
*.swf
14+
15+
revdep/*
16+
CRAN-RELEASE
17+
CRAN-SUBMISSION
18+
release-prep.R
19+
20+
.Rproj.user
21+
.Rhistory
22+
.RData
23+
.Ruserdata
24+
inst/doc
25+
26+
tests/testthat/Rplots.pdf
27+
28+
.DS_Store
29+
30+
# vscode/positron/etc settings
31+
.vscode/*
32+
33+

man/as.shinystan.Rd

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)