Skip to content

Commit

Permalink
Merge pull request #12 from parmsam/patch-1
Browse files Browse the repository at this point in the history
Update _adrg.qmd to source utils for option 1 r install
  • Loading branch information
hythloda committed Jun 5, 2024
2 parents 4239609 + c5fcc87 commit 7049f70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions adrg/_adrg.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,16 @@ RStudio will refresh the window and automatically install the `renv` package int
renv::restore(prompt = FALSE)
```

::: callout-note
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.
:::

Once the package installation process is complete, run the following code to load a set of functions utilized in the remaining steps:

```r
source("utils.R")
```

### Option 2: R Console {.unnumbered}

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.
Expand Down

0 comments on commit 7049f70

Please sign in to comment.