Skip to content

Commit

Permalink
20240430 - package installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Apr 30, 2024
1 parent 98714b9 commit 25ce0ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ The source code for the package is here: https://github.com/DevPsyLab/petersenla

# Installing the Package

To install the package, run the following in `R`:
To install the latest stable release on `CRAN`, run the following in `R`:

```
install.packages("petersenlab")
```

To install the latest development version from `GitHub`, run the following in `R`:

```
install.packages("remotes")
Expand Down

0 comments on commit 25ce0ff

Please sign in to comment.