You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Don't clone to a cloud storage folder (Box, Dropbox, Google Drive, OneDrive, etc.)
82
+
> Don't clone to a cloud storage folder (Box, Dropbox, Google Drive, OneDrive, etc.). File-locking and sync conflicts can corrupt the renv library.
83
83
84
84
### Step 2: Open in the IDE
85
85
@@ -96,6 +96,9 @@ renv::restore()
96
96
97
97
This project uses [renv](https://rstudio.github.io/renv/articles/renv.html) to manage project package dependencies. Click the link for more details.
98
98
99
+
> [!NOTE]
100
+
> `renv::restore()` may take several minutes and requires an active internet connection.
101
+
99
102
### Step 4: Request an API Key
100
103
101
104
[Instructions for requesting API keys](https://github.com/brad-cannell/r33_dashboards/wiki/DETECT%E2%80%90RPC-Data#accessing-data-through-api)
@@ -105,22 +108,26 @@ API Keys needed:
105
108
- REDCap: https://redcap.uth.tmc.edu/index.php
106
109
- Project: DETECT-RPC APS Reporting
107
110
108
-
### Step 4: Add Your API Key to Keyring
111
+
### Step 5: Add Your API Key to Keyring
109
112
110
113
```r
111
114
keyring::key_set("aps_reports_redcap_api")
112
115
```
113
116
117
+
[Click for additional information about the keyring package](https://keyring.r-lib.org/)
118
+
114
119
---
115
120
116
121
## Building the Dashboard
117
122
123
+
This section assumes you have already successfully completed all of the installation and project setup steps above.
124
+
118
125
### Step 1: Render the Dashboard
119
126
120
127
In the IDE, navigate to the project root and run:
121
128
122
129
```shell
123
-
rscript data_operations.r
130
+
rscript data_operations.R
124
131
quarto render aps-dashboard.qmd
125
132
```
126
133
@@ -133,6 +140,7 @@ quarto render aps-dashboard.qmd
0 commit comments