Skip to content

Commit 5e7c599

Browse files
committed
add r-universe install instructions; closes #128
1 parent 28ffc40 commit 5e7c599

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ infrastructure through
1515

1616
### Installation
1717

18-
You can install the development version of codec from
19-
[GitHub](https://github.com/) with:
18+
You can install the latest version of codec from
19+
[R-universe](https://geomarker-io.r-universe.dev/codec) in R with:
2020

21-
# install.packages("devtools")
22-
devtools::install_github("geomarker-io/codec")
21+
```r
22+
install.packages("codec", repos = c("https://geomarker-io.r-universe.dev", "https://cloud.r-project.org"))
23+
```
2324

2425
### Usage
2526

0 commit comments

Comments
 (0)