Skip to content

Commit

Permalink
Change name of .Rproj file
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
andrewheiss committed May 31, 2023
1 parent a664bda commit 229dbd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Policy Studies • Georgia State University
[Quarto](https://quarto.org/) installation embedded in it.
Otherwise, download and install [Quarto](https://quarto.org/)
separately.
2. Open `compasp23.Rproj` to open an [RStudio
2. Open `datavizs23.Rproj` to open an [RStudio
Project](https://r4ds.had.co.nz/workflow-projects.html).
3. If it’s not installed already, R *should* try to install the [{renv}
package](https://rstudio.github.io/renv/) when you open the RStudio
Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ withr::with_dir(here::here(), {
## How to build the site

1. Install [RStudio](https://www.rstudio.com/products/rstudio/download/#download) version 2022.07.1 or later since it has a [Quarto](https://quarto.org/) installation embedded in it. Otherwise, download and install [Quarto](https://quarto.org/) separately.
2. Open `compasp23.Rproj` to open an [RStudio Project](https://r4ds.had.co.nz/workflow-projects.html).
2. Open `datavizs23.Rproj` to open an [RStudio Project](https://r4ds.had.co.nz/workflow-projects.html).
3. If it's not installed already, R *should* try to install the [{renv} package](https://rstudio.github.io/renv/) when you open the RStudio Project for the first time. If you don't see a message about package installation, install it yourself by running `install.packages("renv")` in the R console.
4. Run `renv::restore()` in the R console to install all the required packages for this project.
5. Run `targets::tar_make()` in the R console to build everything.
Expand Down
16 changes: 8 additions & 8 deletions _targets/meta/meta

Large diffs are not rendered by default.

0 comments on commit 229dbd7

Please sign in to comment.