Skip to content

Commit

Permalink
update installation instructions, add r-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesMcBain committed Apr 29, 2022
1 parent 69d2a69 commit eea741d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# datapasta 3.1.1 'Leave to Simmer'
[![r-universe status badge](https://milesmcbain.r-universe.dev/badges/datapasta)](https://milesmcbain.r-universe.dev)
[![CRAN status.](http://www.r-pkg.org/badges/version/datapasta)](http://www.r-pkg.org/pkg/datapasta)
[![Downloads](http://cranlogs.r-pkg.org/badges/datapasta)](https://CRAN.R-project.org/package=datapasta)

Expand All @@ -18,9 +19,25 @@

# Installation

1. Get the package: `install.packages("datapasta")`
## R Universe (preferred)

1. install with R universe repo:

```
install.packages(
"datapasta",
repos = c(mm = "https://milesmcbain.r-universe.dev", getOption("repos")))
```

2. Set the keyboard shortcuts using **Tools** -> **Addins** -> **Browse Addins**, then click **Keyboard Shortcuts...**


## CRAN (outdated)

For now, no further versions of `datapasta` will be going to CRAN. There are some known bugs in the CRAN version that have been fixed in `3.1.1`.

1. `install.packages("datapasta")`

# Usage

## Use with RStudio
Expand Down

0 comments on commit eea741d

Please sign in to comment.