Changes in version 0.12.1 - added "triplet" case to grid_design and grid_ct #22 Changes in version 0.12.0 (2023-07-27) First release with repo status = active, non-development version numbers - breaking change: renamed arguments across all functions for clarity and consistency #17 #18 - added grid_design function #16 - improved function linking in documentation #19 Changes in version 0.11.3.9000 (2023-07-25) - initial pkgdown site #15 Changes in version 0.11.2.9000 (2023-07-25) - fixed R CMD checks #14 Changes in version 0.11.1.9000 (2023-07-25) - removed select_ct until a more useful alternative structure is developed, see PR #12 - fixed tests to match large refactoring since v0.9.0.9000 #13 Changes in version 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 Changes in version 0.10.1.9000 (2023-07-13) - edits to introductory vignette #9 - replaced leftover raster with terra #10 Changes in version 0.10.0.9000 (2023-07-13) - removed data.table methods from sample_ct, grid_ct and eval_* functions #7 - adds dependency on distanceto - replaced raster with terra #7 - delete old example data #4 - document new data #6 Changes in version 0.9.1.9000 (2023-07-06) - add new data for area near Clearwater Lake, Manitoba #3 - density - elevation (external tif) - extent - hydro - land cover (external tif) - roads - wetlands - add scripts to track data origin under data-raw/ #3 - reorganize source code #5 Changes in version 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 Changes in version 0.8.2.9000 (2019-06-10) - changed select_ct's argument 'sub' to accept an expression, directly passed to data.table's i without a join step. Changes in version 0.8.1.9000 (2019-06-08) - improved select_ct checks and tests Changes in version 0.8.0.9000 (2019-06-01) - added function binary_layer for making binary raster layers with equi and non-equi functions (e.g. =, >, <=, %in%) !11. - rename scale_roi to scale_layer #22. - rename strat_sample to sample_ct #21 and !17. Changes in version 0.7.0.9000 (2019-05-30) - rename dist_to to eval_dist and add attributes like other eval_* #19 and !12. - add basic data.table data (DT) - fix preprocessing and passing to methods with function_ for eval_pt, eval_dist (skeleton), eval_buffer and grid_ct !15 - rename make_grid to grid_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. Changes in version 0.6.0.9000 (2019-02-26) - Add select_ct for selecting camera trap locations from 'x' !9. - Add 'n' argument to make_grid to specify a grid size instead of 'case' !8. - Add 'type' argument to strat_sample for regular and random sampling. !6. Changes in version 0.5.0.9000 (2019-02-21) - Add scale_roi for rescaling rasters in a region of interest !5. - Add "dem" example data. Changes in version 0.4.0.9000 (2019-02-21) - Add eval_pt and eval_buffer for evaluating and characterizing camera trap locations !4. - Add "wetland" and "lc" example data. Changes in version 0.3.0.9000 (2019-02-15) - Add make_grid for making camera trap grids around focal cameras !3. Changes in version 0.2.0.9000 (2019-02-12) - Add dist_to for distance to calculations !2. - Add "water" example data. Changes in version 0.1.0.9000 (2019-02-11) - Add strat_sample for stratified polygon sampling !1. - Add "points" and "densitygrid" example data.