Stplanr Versions Save

Sustainable transport planning with R

v1.2.0

3 weeks ago
  • Various fixes for rnet_join() (now recommended over rnet_merge()) and line_segment() (#552)
  • line_segment() now will use rsgeo::line_segmentize() if available
  • line_segment() becomes an S3 generic which now has methods for sf and sfc class objects
  • line_segment() now works around {rsgeo} issue with line_segmentize() returning fewer segments than requested (#552)
  • Removal of offending URLs with urlchecker::check_urls()
  • Improvement of documentation of line_midpoint(): comparison of output with sf::st_point_on_surface()

v1.1.2

8 months ago
  • Export S3 methods

v1.0.2

1 year ago
  • Update docs, fix missing functions issue (#499)

v1.0.1

1 year ago
  • Fix for breaking change in dodgr (#494)

v1.0.0

1 year ago

v0.9.0

2 years ago
  • Message added on loading the package announcing planned changes: support for sp objects and associated packages will be dropped (#332)
  • New function line_segment_sf() (#482)
  • Various changes required by CRAN (#486)

v0.8.5

2 years ago
  • No longer Suggests stats19 package

v0.8.4

2 years ago
  • No longer Suggests bench package
  • Tests pass when internet unavailable (#469)

v0.8.3

2 years ago
  • Outputs of line_via() now have correct CRS
  • calc_catchment() have been deprecated because the generate warnings
  • Minor fixes and improvements in the package's documentation

0.8.2

3 years ago

stplanr 0.8.2

  • Bug fixed related to the route() function: it silently failed when pbapply not installed. The package was promoted from Suggests to Imports (#460)