Releases: ropensci/stplanr
Releases · ropensci/stplanr
stplanr 1.2.2
- CRAN checks fixed (#563)
stplanr 1.2.0
- Various fixes for
rnet_join()
(now recommended overrnet_merge()
) andline_segment()
(#552) line_segment()
now will usersgeo::line_segmentize()
if availableline_segment()
becomes an S3 generic which now has methods forsf
andsfc
class objectsline_segment()
now works around {rsgeo} issue withline_segmentize()
returning fewer segments than requested (#552)- Removal of offending URLs with
urlchecker::check_urls()
- Improvement of documentation of
line_midpoint()
: comparison of output withsf::st_point_on_surface()
stplanr 1.1.2
- Export S3 methods
stplanr 1.0.2
- Update docs, fix missing functions issue (#499)
stplanr 1.0.1
- Fix for breaking change in
dodgr
(#494)
stplanr 1.0.0
- Remove dependency on
sp
,rgeos
andrgdal
(#332) - That involved removal of the following functions:
- catchmentArea.R
- Some of the functionality from linefuns.R
- Browse the code base as of stplanr 0.8.5 here: https://github.com/ropensci/stplanr/blob/v0.8.5
- Removal of 'ABS' reading functionality in favour of https://github.com/mattcowgill/readabs
stplanr 0.9.0 - breaking changes message
stplanr 0.8.5
- No longer Suggests stats19 package
stplanr 0.8.4
- No longer Suggests bench package
- Tests pass when internet unavailable (#469)
stplanr 0.8.3
- 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