Skip to content

Commit

Permalink
Add download instructions for CRAN (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
judith-bourque authored May 16, 2023
1 parent 3b368c5 commit b3807fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ The goal of locateip is to locate IP addresses using [ip-api.com](https://ip-api

## Installation

For the most recent version, on CRAN:
```{r eval = FALSE}
install.packages("locateip")
```

You can install the development version of locateip from [GitHub](https://github.com/):

```{r eval = FALSE}
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The goal of locateip is to locate IP addresses using

## Installation

For the most recent version, on CRAN:

``` r
install.packages("locateip")
```

You can install the development version of locateip from
[GitHub](https://github.com/):

Expand Down

0 comments on commit b3807fc

Please sign in to comment.