diff --git a/NEWS.md b/NEWS.md index 78402e80..3860c7c6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -161,7 +161,7 @@ ## NEW FEATURES -* Various changes to support `dplyr` [0.8.0](https://www.tidyverse.org/articles/2018/12/dplyr-0-8-0-release-candidate/): https://github.com/ropensci/stplanr/pull/275 +* Various changes to support `dplyr` [0.8.0]: https://github.com/ropensci/stplanr/pull/275 ## BUG FIXES @@ -274,7 +274,7 @@ Plans for the next release ## BUG FIXES * Serious bug with `SpatialLinesNetwork()` [fixed](https://github.com/ropensci/stplanr/pull/186). -* Depreciated `_each()` **dplyr** functions replaced with equivalent `_at` or `_all` functions. See [here](https://blog.rstudio.org/2016/06/27/dplyr-0-5-0/) for more. +* Depreciated `_each()` **dplyr** functions replaced with equivalent `_at` or `_all` functions. # stplanr 0.1.7 diff --git a/README.Rmd b/README.Rmd index 217b6e7d..5501b05e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,7 +17,7 @@ knitr::opts_chunk$set( # stplanr -[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/stplanr)](https://github.com/metacran/cranlogs.app) +[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/stplanr)](https://github.com/r-hub/cranlogs.app) [![](https://cranlogs.r-pkg.org/badges/grand-total/stplanr)](https://cran.r-project.org/package=stplanr) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/stplanr)](https://cran.r-project.org/package=stplanr) [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) diff --git a/README.md b/README.md index 4d7b84e2..5b97aea1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![rstudio mirror -downloads](https://cranlogs.r-pkg.org/badges/stplanr)](https://github.com/metacran/cranlogs.app) +downloads](https://cranlogs.r-pkg.org/badges/stplanr)](https://github.com/r-hub/cranlogs.app) [![](https://cranlogs.r-pkg.org/badges/grand-total/stplanr)](https://cran.r-project.org/package=stplanr) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/stplanr)](https://cran.r-project.org/package=stplanr) [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) @@ -143,11 +143,11 @@ on the transport system, as demonstrated in the following code chunk. ``` r routes$foot <- desire_lines$foot rnet <- overline2(routes, attrib = "foot") -#> 2020-08-25 02:54:42 constructing segments -#> 2020-08-25 02:54:42 building geometry -#> 2020-08-25 02:54:42 simplifying geometry -#> 2020-08-25 02:54:42 aggregating flows -#> 2020-08-25 02:54:42 rejoining segments into linestrings +#> 2020-08-27 09:20:22 constructing segments +#> 2020-08-27 09:20:22 building geometry +#> 2020-08-27 09:20:22 simplifying geometry +#> 2020-08-27 09:20:22 aggregating flows +#> 2020-08-27 09:20:22 rejoining segments into linestrings ``` The resulting route network, with segment totals calculated from diff --git a/man/figures/README-plot1-1.png b/man/figures/README-plot1-1.png index fdbc986d..d8d36fd3 100644 Binary files a/man/figures/README-plot1-1.png and b/man/figures/README-plot1-1.png differ diff --git a/man/figures/README-unnamed-chunk-6-1.png b/man/figures/README-unnamed-chunk-6-1.png index 44c37f69..ab0e0258 100644 Binary files a/man/figures/README-unnamed-chunk-6-1.png and b/man/figures/README-unnamed-chunk-6-1.png differ diff --git a/vignettes/references.bib b/vignettes/references.bib index 19aad526..0c4d6bc9 100644 --- a/vignettes/references.bib +++ b/vignettes/references.bib @@ -16,7 +16,7 @@ @article{martin_origin-destination_2018 @book{lovelace_geocomputation_2019, title = {Geocomputation with {R}}, isbn = {1-138-30451-4}, - url = {http://robinlovelace.net/geocompr}, + url = {https://geocompr.robinlovelace.net/}, abstract = {Book on geographic data with R.}, publisher = {CRC Press}, author = {Lovelace, Robin and Nowosad, Jakub and Meunchow, Jannes},