Skip to content

Commit

Permalink
explain pak usage (#351)
Browse files Browse the repository at this point in the history
* explain pak usage

* Update vignettes/cookbook_preparatory_steps.Rmd

Co-authored-by: Jackson Hoffart <[email protected]>

* Update vignettes/cookbook_preparatory_steps.Rmd

Co-authored-by: Jackson Hoffart <[email protected]>

---------

Co-authored-by: Jackson Hoffart <[email protected]>
  • Loading branch information
jacobvjk and jdhoffa authored Dec 12, 2024
1 parent a060058 commit e285309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/cookbook_preparatory_steps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ install.packages("pacta.multi.loanbook")
You can install the development version of `pacta.multi.loanbook` from GitHub with:

``` r
# install.packages("pak")
pak::pak("RMI-PACTA/pacta.multi.loanbook")
```
:::
Expand All @@ -154,9 +155,11 @@ pak::pak("RMI-PACTA/pacta.multi.loanbook")
You can install the development version of `pacta.multi.loanbook` from GitHub with:

``` r
# install.packages("pak")
pak::pak("RMI-PACTA/pacta.multi.loanbook")
```
:::
We use the [`pak` package](https://pak.r-lib.org/index.html) as a simple [tool to install packages from GitHub](https://pak.r-lib.org/reference/pak.html).

#### Connecting to GitHub from RStudio

Expand Down

0 comments on commit e285309

Please sign in to comment.