Skip to content

Commit c9775e8

Browse files
cjjdavieslgibson7jonthegeek
authored
Add slides for Chapter 6 (#7)
* Add slides for Chapter 6 * add {randomForest} and {reprtree} to dependencies * Add additional dependencies for ch 6 * use_tidy_description() * Add INLA fix. Specify that the remote refers to araastat. Not strictly necessary here, but it's safer to specify in case it gets confusing with another later addition. * 6. Look at the workflows in spacestats and see that there's an extra thing to add for INLA 😡 * Fix reprtree typo in DESCRIPTION * Don't use future INLA. --------- Co-authored-by: lgibson7 <“[email protected]”> Co-authored-by: Jon Harmon <[email protected]>
1 parent e57f8aa commit c9775e8

File tree

8 files changed

+805
-5
lines changed

8 files changed

+805
-5
lines changed

.github/workflows/deploy_bookdown.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ on:
88
jobs:
99
bookdown:
1010
uses: r4ds/r4dsactions/.github/workflows/render_pages.yml@main
11+
with:
12+
extra-repositories: https://inla.r-inla-download.org/R/stable

.github/workflows/pr_check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ on:
88
jobs:
99
pr_check:
1010
uses: r4ds/r4dsactions/.github/workflows/render_check.yml@main
11+
with:
12+
extra-repositories: https://inla.r-inla-download.org/R/stable

0 commit comments

Comments
 (0)