File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- name : Install from r-universe
37
37
run : |
38
- options(repos = c("https://2degreesinvesting.r-universe.dev", getOption("repos")))
38
+ install.packages("pak")
39
+ pak::repo_add(r_universe = "https://2degreesinvesting.r-universe.dev")
39
40
install.packages("tiltIndicator")
40
41
shell : Rscript {0}
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ You can install the development version from
30
30
[ r-universe] ( https://r-universe.dev/ ) :
31
31
32
32
``` r
33
- options(repos = c(" https://2degreesinvesting.r-universe.dev" , getOption(" repos" )))
33
+ # install.packages("pak")
34
+ pak :: repo_add(r_universe = " https://2degreesinvesting.r-universe.dev" )
34
35
install.packages(" tiltIndicator" )
35
36
```
36
37
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ You can install the development version from
21
21
[ r-universe] ( https://r-universe.dev/ ) :
22
22
23
23
``` r
24
- options(repos = c(" https://2degreesinvesting.r-universe.dev" , getOption(" repos" )))
24
+ # install.packages("pak")
25
+ pak :: repo_add(r_universe = " https://2degreesinvesting.r-universe.dev" )
25
26
install.packages(" tiltIndicator" )
26
27
```
27
28
You can’t perform that action at this time.
0 commit comments