Skip to content

Commit 7049f70

Browse files
authored
Merge pull request #12 from parmsam/patch-1
Update _adrg.qmd to source utils for option 1 r install
2 parents 4239609 + c5fcc87 commit 7049f70

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

adrg/_adrg.qmd

+10
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,16 @@ RStudio will refresh the window and automatically install the `renv` package int
510510
renv::restore(prompt = FALSE)
511511
```
512512

513+
::: callout-note
514+
Due to certain R packages in the application requiring compilation, the entire package restoration procedure may require at least ten minutes or longer to complete depending on internet bandwidth and your computer's hardware profile.
515+
:::
516+
517+
Once the package installation process is complete, run the following code to load a set of functions utilized in the remaining steps:
518+
519+
```r
520+
source("utils.R")
521+
```
522+
513523
### Option 2: R Console {.unnumbered}
514524

515525
Launch a new R session in the `r4app` directory of the extracted application bundle. By default, the R Gui interface on Windows will launch a new R session in your default Windows home directory (typically the **Documents** folder). Perform the following steps to ensure R is launched in the proper directory.

0 commit comments

Comments
 (0)