Skip to content

Commit ea4afbb

Browse files
committed
fix install instructions
1 parent 1d47d70 commit ea4afbb

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ To get started:
3333

3434
```r
3535
options(repos = c(
36-
maelle = 'https://aagi-aus.r-universe.dev',
37-
CRAN = 'https://cloud.r-project.org'))
36+
aagi_aus = "https://aagi-aus.r-universe.dev",
37+
CRAN = "https://cloud.r-project.org"))
3838
```
3939

4040
### Install

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To get started:
2525

2626
```r
2727
options(repos = c(
28-
maelle = 'https://aagi-aus.r-universe.dev',
29-
CRAN = 'https://cloud.r-project.org'))
28+
aagi_aus = "https://aagi-aus.r-universe.dev",
29+
CRAN = "https://cloud.r-project.org"))
3030
```
3131

3232
### Install
@@ -79,12 +79,6 @@ Extract Soil Moisture for Corrigin and Merriden, WA and Tamworth, NSW given lati
7979

8080
``` r
8181
library(terra)
82-
#> terra 1.8.54
83-
#>
84-
#> Attaching package: 'terra'
85-
#> The following object is masked from 'package:knitr':
86-
#>
87-
#> spin
8882
df <- structure(
8983
list(
9084
location = c("Corrigin", "Merredin", "Tamworth"),

0 commit comments

Comments
 (0)