Skip to content

Commit

Permalink
Use pak::pak("r-lib/prettyunits") in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 4, 2023
1 parent 9e8ab41 commit ab9e152
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ You can install the package from CRAN:
install.packages("prettyunits")
```

If you need the development version, install it from GitHub:

```{r eval = FALSE}
pak::pak("r-lib/prettyunits")
```

```{r include=FALSE}
library(prettyunits)
library(magrittr)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ You can install the package from CRAN:
install.packages("prettyunits")
```

If you need the development version, install it from GitHub:


```r
pak::pak("r-lib/prettyunits")
```



## Bytes
Expand Down

0 comments on commit ab9e152

Please sign in to comment.