From 3cbd7d049bf8f489442a29062093f66280369e21 Mon Sep 17 00:00:00 2001 From: Malcolm Barrett Date: Thu, 8 Aug 2024 09:36:49 -0400 Subject: [PATCH] update to pak --- README.md | 4 ++-- README.qmd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73f7633..0a2a51b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.qmd b/README.qmd index 22b578b..34b2e8c 100644 --- a/README.qmd +++ b/README.qmd @@ -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