Skip to content

Commit

Permalink
Install package before loading in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Aug 31, 2021
1 parent 3402eda commit 47a6fe9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@ R tools to access open data from [Eurostat](https://ec.europa.eu/eurostat). Data

### Installation and use

```{r, eval = FALSE}
# Install from CRAN
Install stable version from CRAN:

```{r, eval = TRUE}
install.packages("eurostat")
```

Alternatively, install development version from GitHub:

```{r, eval = FALSE}
# Install from GitHub
library(devtools)
devtools::install_github("ropengov/eurostat")
Expand Down

0 comments on commit 47a6fe9

Please sign in to comment.