Skip to content

Commit

Permalink
update to pak
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Aug 8, 2024
1 parent fb03490 commit b729e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ To install the required packages and course materials, we have an R package call
You can install {[causalworkshop](https://github.com/r-causal/causalworkshop)} from GitHub with:

``` r
install.packages("remotes")
remotes::install_github("r-causal/causalworkshop")
install.packages("pak")
pak::pak("r-causal/causalworkshop")
```

Once you've installed the package, install the workshop with
Expand Down

0 comments on commit b729e31

Please sign in to comment.