We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ffc40 commit 5e7c599Copy full SHA for 5e7c599
README.md
@@ -15,11 +15,12 @@ infrastructure through
15
16
### Installation
17
18
-You can install the development version of codec from
19
-[GitHub](https://github.com/) with:
+You can install the latest version of codec from
+[R-universe](https://geomarker-io.r-universe.dev/codec) in R with:
20
21
- # install.packages("devtools")
22
- devtools::install_github("geomarker-io/codec")
+```r
+install.packages("codec", repos = c("https://geomarker-io.r-universe.dev", "https://cloud.r-project.org"))
23
+```
24
25
### Usage
26
0 commit comments