Skip to content

Commit eaaa8df

Browse files
committed
fix errors in README
1 parent 1cb1a23 commit eaaa8df

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.Rmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ install.packages("nert")
4545

4646
### The hard(er) way
4747

48-
## Installation
49-
5048
Note that for Linux users, you will need to install system libraries to support geospatial packages in R, _e.g._, {sf} and {terra} as well as some packages for downloading data via [curl](https://curl.se/download.html), please see [Note for Linux Installers](#Note-for-Linux-Installers).
5149
If you run into errors, _e.g._, `Bad GitHub Credentials`, please read this: [Managing Git(Hub) Credentials](https://usethis.r-lib.org/articles/git-credentials.html) and set up your GitHub credentials in R and try again.
5250

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ install.packages("nert")
3737

3838
### The hard(er) way
3939

40-
## Installation
41-
4240
Note that for Linux users, you will need to install system libraries to support geospatial packages in R, _e.g._, {sf} and {terra} as well as some packages for downloading data via [curl](https://curl.se/download.html), please see [Note for Linux Installers](#Note-for-Linux-Installers).
4341
If you run into errors, _e.g._, `Bad GitHub Credentials`, please read this: [Managing Git(Hub) Credentials](https://usethis.r-lib.org/articles/git-credentials.html) and set up your GitHub credentials in R and try again.
4442

@@ -81,12 +79,6 @@ Extract Soil Moisture for Corrigin and Merriden, WA and Tamworth, NSW given lati
8179

8280
``` r
8381
library(terra)
84-
#> terra 1.8.54
85-
#>
86-
#> Attaching package: 'terra'
87-
#> The following object is masked from 'package:knitr':
88-
#>
89-
#> spin
9082
df <- structure(
9183
list(
9284
location = c("Corrigin", "Merredin", "Tamworth"),

0 commit comments

Comments
 (0)