Skip to content

Releases: ropensci/stplanr

stplanr 1.2.0

26 Apr 08:45
4eeea3e
Compare
Choose a tag to compare
  • 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()

stplanr 1.1.2

15 Sep 08:54
Compare
Choose a tag to compare
  • Export S3 methods

stplanr 1.0.2

08 Nov 14:55
Compare
Choose a tag to compare
  • Update docs, fix missing functions issue (#499)

stplanr 1.0.1

21 Aug 23:08
Compare
Choose a tag to compare
  • Fix for breaking change in dodgr (#494)

stplanr 1.0.0

11 Jun 09:53
Compare
Choose a tag to compare

stplanr 0.9.0 - breaking changes message

11 May 09:27
Compare
Choose a tag to compare
  • 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)

stplanr 0.8.5

01 Nov 23:05
Compare
Choose a tag to compare
  • No longer Suggests stats19 package

stplanr 0.8.4

12 Oct 21:02
Compare
Choose a tag to compare
  • No longer Suggests bench package
  • Tests pass when internet unavailable (#469)

stplanr 0.8.3

22 Jul 05:52
Compare
Choose a tag to compare
  • 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

Fix my route

06 Apr 19:38
Compare
Choose a tag to compare

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)