We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99ac284 + 66644ae commit 56bff6dCopy full SHA for 56bff6d
README.md
@@ -20,17 +20,25 @@ accurate as possible. Speed is welcome, but a secondary goal.
20
21
With `drat`:
22
23
-``` r
+```r
24
drat::addRepo("JanMarvin")
25
install.packages("readsas")
26
```
27
28
With `devtools`:
29
30
31
devtools::install_git("https://github.com/JanMarvin/readsas.git")
32
33
34
+With `r-universe`:
35
36
+options(repos = c(
37
+ janmarvin = 'https://janmarvin.r-universe.dev',
38
+ CRAN = 'https://cloud.r-project.org'))
39
+install.packages('readsas')
40
+```
41
+
42
## Basic usage
43
44
``` r
0 commit comments