Skip to content

Commit 73c1c7c

Browse files
committed
Updates for new release
Note: I have added you @meptrsn as a contributor, let me know if you want a ORCID id via PR
1 parent 7f7e146 commit 73c1c7c

File tree

7 files changed

+27
-21
lines changed

7 files changed

+27
-21
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: stplanr
33
Title: Sustainable Transport Planning
4-
Version: 1.2.2
4+
Version: 1.2.3
55
Authors@R: c(
66
person("Robin", "Lovelace", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0001-5679-6536")),
@@ -19,7 +19,8 @@ Authors@R: c(
1919
person("Andrea", "Gilardi", role = "ctb",
2020
comment = c(ORCID = "0000-0002-9424-7439")),
2121
person("Josiah", "Parry", role = "ctb",
22-
comment = c(ORCID = "0000-0001-9910-865X"))
22+
comment = c(ORCID = "0000-0001-9910-865X")),
23+
person("Matthew", "Petersen", role = "ctb")
2324
)
2425
Maintainer: Robin Lovelace <[email protected]>
2526
Description: Tools for transport planning with an emphasis on spatial

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# stplanr 1.2.3 (Unreleased)
2+
3+
- Added `wt_profile` parameter passthrough to `route_dodgr` within the main `route()` function.
4+
- Made examples for `rnet_group()` conditional on the `igraph` package being installed.
5+
- General documentation updates.
6+
17
# stplanr 1.2.2 (2024-07)
28

39
- CRAN checks fixed (#563)

README.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55

66
<!-- [![Build Status](https://travis-ci.org/ropensci/stplanr.svg?branch=master)](https://travis-ci.org/ropensci/stplanr) -->
77

8-
98
[![rstudio mirror
109
downloads](https://cranlogs.r-pkg.org/badges/stplanr)](https://github.com/r-hub/cranlogs.app)
1110
[![](https://cranlogs.r-pkg.org/badges/grand-total/stplanr)](https://cran.r-project.org/package=stplanr)
12-
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/stplanr)](https://cran.r-project.org/package=stplanr)
11+
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/stplanr)](https://cran.r-project.org/package=stplanr)
1312
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
1413
[![](https://badges.ropensci.org/10_status.svg)](https://github.com/ropensci/software-review/issues/10)
1514
[![R-CMD-check](https://github.com/ropensci/stplanr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ropensci/stplanr/actions/workflows/R-CMD-check.yaml)
@@ -275,25 +274,25 @@ Transport planning is a relatively new field of application in R.
275274
However, there are already some good resources on the topic, including
276275
(any further suggestions: welcome):
277276

278-
- The Transport chapter of *Geocomputation with R*, which provides a
279-
broad introduction from a geographic data perspective:
280-
<https://r.geocompx.org/transport.html>
281-
- The **stplanr** paper, which describes the context in which the
282-
package was developed:
283-
<https://journal.r-project.org/archive/2018/RJ-2018-053/index.html>
284-
(please cite this if you use **stplanr** in your work)
285-
- The `dodgr` vignette, which provides an introduction to routing in R:
286-
<https://github.com/UrbanAnalyst/dodgr>
277+
- The Transport chapter of *Geocomputation with R*, which provides a
278+
broad introduction from a geographic data perspective:
279+
<https://r.geocompx.org/transport.html>
280+
- The **stplanr** paper, which describes the context in which the
281+
package was developed:
282+
<https://journal.r-project.org/archive/2018/RJ-2018-053/index.html>
283+
(please cite this if you use **stplanr** in your work)
284+
- The `dodgr` vignette, which provides an introduction to routing in
285+
R: <https://github.com/UrbanAnalyst/dodgr>
287286

288287
## Meta
289288

290-
- Please report issues, feature requests and questions to the [github
291-
issue tracker](https://github.com/ropensci/stplanr/issues)
292-
- License: MIT
293-
- Get citation information for **stplanr** in R doing
294-
`citation(package = 'stplanr')`
295-
- This project is released with a [Contributor Code of
296-
Conduct](https://github.com/ropensci/stplanr/blob/master/CONDUCT.md).
297-
By participating in this project you agree to abide by its terms.
289+
- Please report issues, feature requests and questions to the [github
290+
issue tracker](https://github.com/ropensci/stplanr/issues)
291+
- License: MIT
292+
- Get citation information for **stplanr** in R doing
293+
`citation(package = 'stplanr')`
294+
- This project is released with a [Contributor Code of
295+
Conduct](https://github.com/ropensci/stplanr/blob/master/CONDUCT.md).
296+
By participating in this project you agree to abide by its terms.
298297

299298
[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)

man/figures/README-plot2-1.png

360 Bytes
Loading
-76 Bytes
Loading
-303 Bytes
Loading
-1011 Bytes
Loading

0 commit comments

Comments
 (0)