NEWS
secrlinear 1.2.5
New features or changed behaviour of old functions
secrlinear 1.2.4 (2024-10-22)
New features or changed behaviour of old functions
- linearkd() kernel density smoother
Other
- read.linearmask() drops empty geometries from sf object
- builtin glymemask object oriented to match arvicola
- include package anchors in doc links
- tweak vignette secrdesign example
- Authors field in DESCRIPTION
secrlinear 1.2.2 (2023-10-17)
New features or changed behaviour of old functions
Other
- correct overview Rd file alias
secrlinear 1.2.1 (2023-05-19)
New features or changed behaviour of old functions
Other
secrlinear 1.2.0
New features or changed behaviour of old functions
Other
- add dependency on sf
- remove dependency on rgeos, rgdal, maptools
- housekeeping (vignette, files)
secrlinear 1.1.4 (2021-05-04)
Other
secrlinear 1.1.2
Other
- update arvicola dataset to 3-D form (secr>=3.0.1)
- add rmarkdown to Suggests as requested by CRAN
- packages sp and igraph moved from Depends to Imports
- Depends R >= 3.5.0 (serialization issue)
secrlinear 1.1.1 (2017-12-12)
Other
- avoid change of directory in examples
- updated vignette
secrlinear 1.1.0 (2017-05-03)
Other
- rgdal::readOGR used to read shapefiles (maptools::readShapexxx deprecated)
- compatible secr 3.0.1
secrlinear 1.0.5 (2015-01-12)
Other
- CITATION file uses package metadata
secrlinear 1.0.4 (2014-12-08)
New features or changed behaviour of old functions
Other
- editorial changes to help pages
- removed dependency on rgeos (still required for clipmask)
- replaced NA with zero in input to graph.adjacency
secrlinear 1.0.3 (2014-12-02)
New features or changed behaviour of old functions
- read.linearmask() allows for multiple Line objects within each
Lines object of a SpatialLinesDataFrame
- subset.linearmask() acquires argument droplinesbeyond for
cleaning the SLDF attribute
- snapPointsToLinearMask() now snaps to the vertices of the graph
attribute, rather than trying to use the maptools function snapPointsToLines()
- showpath() also returns mask coordinates along each selected path
- checkmoves() new utility function for detecting extreme moves
- plot.linearmask() now uses plot.mask allowing a wider range of options
Other
- first CRAN release
- addedge and deleteedge renamed addedges and deleteedges
- vignette considers breaks in graph and new secr function 'checkmoves'
secrlinear 1.0.1
New features or changed behaviour of old functions
- read.linearmask will read directly from a polyline shapefile
- interpoint distances within a line are coerced to the correct spacing value
(no longer simple Euclidean distances)
- direct and precise algorithm for placing mask points along lines (no longer calls spsample)
- edge editing functions redefined; function showedges() replaces showskips()
- make.line() enhanced (randomstart, endbuffer, clusters, multiline masks etc.)
- new function cleanskips() removes superfluous joins (automatic in read.linearmask)
Bugs fixed
Other
- now 'Depends' on igraph package (always loaded)
- no longer exports alongmask() (use make.line())