Skip to content

Commit d75b765

Browse files
committed
updates docs and version
1 parent 8a72089 commit d75b765

15 files changed

Lines changed: 33 additions & 20 deletions

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spDataLarge
22
Title: Large datasets for spatial analysis
3-
Version: 2.1.2
3+
Version: 2.2.0
44
Authors@R: c(person("Jakub", "Nowosad", role = c("aut", "cre"), email="nowosad.jakub@gmail.com"),
55
person("Robin", "Lovelace", role = c("aut"), email="rob00x@gmail.com"),
66
person("Jannes", "Muenchow", role = c("ctb")))
@@ -9,7 +9,7 @@ Description: Large datasets for spatial analysis.
99
Depends:
1010
R (>= 3.5)
1111
License: CC0
12-
RoxygenNote: 7.3.2.9000
12+
RoxygenNote: 7.3.3
1313
LazyData: true
1414
LazyDataCompression: bzip2
1515
URL: https://github.com/Nowosad/spData

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ There are three possible options:
1515
1. Installation of **spDataLarge** using its r-universe location:
1616

1717
```r
18-
install.packages("spDataLarge", repos = "https://geocompr.r-universe.dev")
18+
install.packages("spDataLarge", repos = "https://geocompx.r-universe.dev")
1919
```
2020

21-
2. Installation of all of the required packages used in [the Geocomputation with R book](https://geocompr.github.io/) using:
21+
2. Installation of all of the required packages used in [the Geocomputation with R book](https://r.geocompx.org/) using:
2222

2323
```r
24-
devtools::install_github("geocompr/geocompkg")
24+
devtools::install_github("geocompx/geocompkg")
2525
```
2626

2727
3. Installation of **spDataLarge** using its drat location:

man/bristol_ways.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/comm.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dem.tif.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ep.tif.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/london_streets.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/lsl.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ndvi.tif.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)