Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 19, 2024
1 parent 7827dfe commit 1c1a0ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,27 @@ HTTP requests. Checkout the [http testing book][book]
CRAN version


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

Latest binaries from rOpenSci


```r
``` r
install.packages("crul", repos = "https://dev.ropensci.org")
```

Dev version from GitHub


```r
``` r
install.packages("pak")
pak::pak("ropensci/crul")
```


```r
``` r
library("crul")
```

Expand Down

0 comments on commit 1c1a0ae

Please sign in to comment.