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 8670b76 commit 3cbd7d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ help you do that! You can install
from GitHub with:

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

Once you’ve installed the package, install the workshop with
Expand Down
4 changes: 2 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ We will provide a link to a Posit Cloud space for the workshop. However, we reco
To install the required packages and course materials, we have an R package called {[causalworkshop](https://github.com/malcolmbarrett/causalworkshop)} to help you do that! You can install {[causalworkshop](https://github.com/malcolmbarrett/causalworkshop)} from GitHub with:

``` r
install.packages("remotes")
remotes::install_github("malcolmbarrett/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 3cbd7d0

Please sign in to comment.