Changelog
Source:NEWS.md
camtrapmonitoring 0.12.1
- added “triplet” case to
grid_design
andgrid_ct
#22
camtrapmonitoring 0.12.0 (2023-07-27)
First release with repo status = active, non-development version numbers
camtrapmonitoring 0.11.3.9000 (2023-07-25)
- initial pkgdown site #15
camtrapmonitoring 0.11.2.9000 (2023-07-25)
- fixed R CMD checks #14
camtrapmonitoring 0.11.0.9000 (2023-07-25)
- changed name from {wildcam} to {camtrapmonitoring} #11
- to reflect broadened scope of package from planning camera trap surveys to community based monitoring of wildlife
- to avoid confusion with other projects using camera traps named wildcam or similar
camtrapmonitoring 0.9.0.9000 (2023-07-05)
- move main development from https://gitlab.com/robitalec/camtrapmonitoring to https://github.com/robitalec/camtrapmonitoring
- rough draft intro vignette #1
camtrapmonitoring 0.8.2.9000 (2019-06-10)
- changed
select_ct
‘s argument ’sub’ to accept an expression, directly passed todata.table
’s i without a join step.
camtrapmonitoring 0.7.0.9000 (2019-05-30)
- rename
dist_to
toeval_dist
and add attributes like othereval_*
#19 and !12. - add basic
data.table
data (DT) - fix preprocessing and passing to methods with
function_
foreval_pt
,eval_dist
(skeleton),eval_buffer
andgrid_ct
!15 - rename
make_grid
togrid_ct
!14 - return focal identifier with
make_grid
. - fix ‘camID’ returned by sf method incorrectly.
- fix lack of error when attributes are null #20.
- return ‘camID’ with
make_grid
!10.
camtrapmonitoring 0.5.0.9000 (2019-02-21)
- Add
scale_roi
for rescaling rasters in a region of interest !5. - Add “dem” example data.
camtrapmonitoring 0.4.0.9000 (2019-02-21)
- Add
eval_pt
andeval_buffer
for evaluating and characterizing camera trap locations !4. - Add “wetland” and “lc” example data.
camtrapmonitoring 0.3.0.9000 (2019-02-15)
- Add
make_grid
for making camera trap grids around focal cameras !3.
camtrapmonitoring 0.2.0.9000 (2019-02-12)
- Add
dist_to
for distance to calculations !2. - Add “water” example data.
camtrapmonitoring 0.1.0.9000 (2019-02-11)
- Add
strat_sample
for stratified polygon sampling !1. - Add “points” and “densitygrid” example data.