Skip to content

Commit 3cbd7d0

Browse files
update to pak
1 parent 8670b76 commit 3cbd7d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ help you do that! You can install
5050
from GitHub with:
5151

5252
``` r
53-
install.packages("remotes")
54-
remotes::install_github("malcolmbarrett/causalworkshop")
53+
install.packages("pak")
54+
pak::pak("r-causal/causalworkshop")
5555
```
5656

5757
Once you’ve installed the package, install the workshop with

README.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ We will provide a link to a Posit Cloud space for the workshop. However, we reco
3838
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:
3939

4040
``` r
41-
install.packages("remotes")
42-
remotes::install_github("malcolmbarrett/causalworkshop")
41+
install.packages("pak")
42+
pak::pak("r-causal/causalworkshop")
4343
```
4444

4545
Once you've installed the package, install the workshop with

0 commit comments

Comments
 (0)