Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmbarrett committed Feb 24, 2024
1 parent eab6538 commit 24c6ba9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down
4 changes: 3 additions & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 24c6ba9

Please sign in to comment.