tomyamashita / cameraTrapping

R package for managing camera trap data
GNU General Public License v3.0
0 stars 0 forks source link

Consistent input names #2

Closed tomyamashita closed 1 year ago

tomyamashita commented 2 years ago

Make names of inputs consistent across functions so functions that require the same input file (e.g., a timelapse file) have the same input name.

tomyamashita commented 2 years ago

This was fixed (mostly) in v0.0.0.4. There could be some more lingering input names so this is ongoing.

tomyamashita commented 1 year ago

Continued updating in v0.0.0.9 including adding additional consistencies in input names so that names from the same data sources are the same

tomyamashita commented 1 year ago

Check actFun for consistency of names with summarizeEvents and other post-processing functions. Relabel APFun_timelapse and dataOrganize to be doTimelapse and doFolder for better representations of what those functions do Relabel APFun_env to calculateEvents and move to analysisprep script to better represent what it does

Check imageEffort and trapEffort functions and fix input names when updating the functions. See #20 and #21

tomyamashita commented 1 year ago

Completed function name changes suggested above in v0.0.0.14 and updated imageEffort and trapEffort in v0.0.0.15.

Updated species argument in actFun to include to be more consistent with summarizeEvents and other functions