Skip to content

Commit 296830b

Browse files
committed
Tidy news
1 parent 1ef702b commit 296830b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
### MAJOR CHANGES
44

55
* Simplified `oe_providers()` and removed the argument `quiet`. Now the function is always quiet. The corresponding message is included in the docs.
6-
* Bump minimum R version to 4.2.0 to simplify the package's workflow and adopt ...names(). In fact, ...names() was introduced in R 4.1.0, but a relevant bug was fixed only in R 4.1.3.
6+
* Bump minimum R version to 4.2.0 to simplify the package's workflow and adopt `...names()`. In fact, ...names() was introduced in R 4.1.0, but a relevant bug was fixed only included from R 4.1.3.
77
* `oe_download()` can correctly and automatically detect the openstreetmap.fr provider from an input URL.
8-
* Added new functions `oe_get_*network` to obtain primal graphs, i.e., `sfnetwork` and `dodgr_streetnet` objects, from OSM data.
8+
* Added new functions `oe_get_*network` to obtain primal graphs, i.e., `sfnetwork` and `dodgr_streetnet` objects, from OSM data. ([#321](https://github.com/ropensci/osmextract/issues/261))
99

1010
### MINOR CHANGES
1111

1212
* Bumped minimum `testthat` version to 3.3.0
13+
* Added a few R packages to `Suggests`, namely `sfnetworks`, `dodgr`, and `dplyr`. They are used to implement the new `oe_get_*network()` functionalities. ([#321](https://github.com/ropensci/osmextract/issues/261))
1314

1415
# osmextract 0.6.0
1516

0 commit comments

Comments
 (0)