Skip to content

Commit

Permalink
doc: better and easier installation
Browse files Browse the repository at this point in the history
  • Loading branch information
quishqa committed Sep 4, 2024
1 parent bdb40a1 commit 7d092ec
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,8 @@ This information is often used for air pollution data analysis and for air quali

## Installation

First, you need to install `devtools`:
```R
install.packages("devtools")
```

Then, you can install `qualR` by:

```R
devtools::install_github("ropensci/qualR")
```
You can install it directly using:

Or, you can install it directly using:
```R
install.packages('qualR', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))
```
Expand Down

0 comments on commit 7d092ec

Please sign in to comment.