Skip to content

Commit 19ca06a

Browse files
authored
Chapter 11 (#24)
* updating chapter * adding example app * adding shiny app for example * removing yaml header
1 parent d43e5b7 commit 19ca06a

File tree

11 files changed

+450
-6
lines changed

11 files changed

+450
-6
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
^renv$
2+
^renv\.lock$
13
^.*\.Rproj$
24
^\.Rproj\.user$

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ libs
1212
_book/*.html
1313
app.R
1414
app2.R
15+
16+
renv/
17+
renv.lock
18+
.Rprofile

0 commit comments

Comments
 (0)