Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jun 15, 2022
1 parent 7487619 commit 1801484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
8 changes: 2 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,9 @@ devtools::install_github("ddsjoberg/updater")

- Download and install the new version of R from https://cran.r-project.org/.

3. For Windows users, install RTools

- Download and install the latest version of RTools (if not already installed) from https://cran.r-project.org/bin/windows/Rtools/.

4. Install packages
3. Install packages

- Open your new version of R and install the {updater} package.
- Run `updater::install_pkgs(lib.loc = c("<location(s) saved in step 1>"))`
- Run `updater::install_pkgs(lib.loc = c("<location(s) saved in Step 1>"))`

<img src = "https://github.com/ddsjoberg/updater/blob/main/man/figures/install_screenshot.png?raw=true">
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,10 @@ devtools::install_github("ddsjoberg/updater")
- Download and install the new version of R from
<https://cran.r-project.org/>.

3. For Windows users, install RTools

- Download and install the latest version of RTools (if not
already installed) from
<https://cran.r-project.org/bin/windows/Rtools/>.

4. Install packages
3. Install packages

- Open your new version of R and install the {updater} package.
- Run
`updater::install_pkgs(lib.loc = c("<location(s) saved in step 1>"))`
`updater::install_pkgs(lib.loc = c("<location(s) saved in Step 1>"))`

<img src = "https://github.com/ddsjoberg/updater/blob/main/man/figures/install_screenshot.png?raw=true">

0 comments on commit 1801484

Please sign in to comment.