From 24c6ba935fde7d4e8d6fac4aeec70ec9c2563c27 Mon Sep 17 00:00:00 2001 From: Malcolm Barrett Date: Sat, 24 Feb 2024 17:30:09 -0500 Subject: [PATCH] readme --- README.md | 9 ++++++--- README.qmd | 4 +++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 003d6e0..73f7633 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,12 @@ ### Installing materials locally -We will be using Posit Cloud for the workshop, but if you would like to -install the required packages and course materials, we have an R package -called +We will provide a link to a Posit Cloud space for the workshop. However, +we recommend also installing the materials locally so you have two +options. + +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)} diff --git a/README.qmd b/README.qmd index 475b948..22b578b 100644 --- a/README.qmd +++ b/README.qmd @@ -33,7 +33,9 @@ knitr::opts_chunk$set( ### Installing materials locally -We will be using Posit Cloud for the workshop, but if you would like 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: +We will provide a link to a Posit Cloud space for the workshop. However, we recommend also installing the materials locally so you have two options. + +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")