Skip to content

Commit

Permalink
Fix more urls for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Aug 27, 2020
1 parent 535c1af commit 484a03c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
# stplanr <a href='https://docs.ropensci.org/stplanr/'><img src='man/figures/stplanr.png' align="right" height=215/></a>

<!-- [![Build Status](https://travis-ci.org/ropensci/stplanr.svg?branch=master)](https://travis-ci.org/ropensci/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)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- [![Build Status](https://travis-ci.org/ropensci/stplanr.svg?branch=master)](https://travis-ci.org/ropensci/stplanr) -->

[![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)
Expand Down Expand Up @@ -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
Expand Down
Binary file modified man/figures/README-plot1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-6-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vignettes/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 484a03c

Please sign in to comment.