Skip to content

Commit

Permalink
add pak to installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Aug 22, 2024
1 parent 9687983 commit 3e58442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-set-up.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We use several packages throughout the book, but let's install and load specific
```{r}
#| label: setup-install-core1
#| eval: FALSE
install.packages(c("tidyverse", "survey", "srvyr"))
install.packages(c("tidyverse", "pak", "survey", "srvyr"))
```

We bundled the datasets used in the book in an R package, {srvyrexploR} [@R-srvyrexploR]. To install it from GitHub, use the {pak} package [@R-pak]:
Expand Down

0 comments on commit 3e58442

Please sign in to comment.