Skip to content

Commit

Permalink
update setup with workspace info
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Sep 18, 2023
1 parent b4b9525 commit 7e5a587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Please view the information in the callouts below for step-by-step instructions
```

1. Join the Posit Cloud Workspace dedicated to this workshop by visiting this [customized invitation URL]({{< var posit_cloud_workspace_url >}}). If you already have a Posit Cloud account, you are welcome to use it for the workshop. Otherwise, you can create a new account for free.
1. You will see a project called *shiny-r-prod*. Open that project and create a saved copy. This process could take a couple of minutes depending on server load.
1. After the project loads, you will see messages in the R console about restoring or repairing the package library. Execute `renv::restore(prompt = FALSE)` to install packages into the project. This process should complete in one or two minutes.
1. You will see multiple projects that have been labelled as **Assignments** to you after joining the Workspace. Open the assignment labelled *Workshop Materials*. This process could take a couple of minutes depending on server load.
1. After the project loads, you will possible see messages in the R console about restoring or repairing the package library. To check, run `renv::status()` and if it says you are missing required packages, execute `renv::restore(prompt = FALSE)` to install packages into the project. This process should complete in one or two minutes.
:::

:::{.callout-tip collapse="true"}
Expand Down

0 comments on commit 7e5a587

Please sign in to comment.