- Update
list_project_filesto address MATOS' new indexing as "Raw Receiver Detection Files".
- Allow upload of VDAT files exported through Innovasea's Fathom Connect
9934bee.
- API calls are cached via the memoise package, meaning that MATOS is not queryed unless absolutely necessary. Big speed up when listing your files/projects!
- Precompile vignettes to allow r-universe to build. (matos 0.3.005)
- Fix broken link in
set_matos_credentialsdocumentation. (matos 0.3.004) - Fix
upload_fileto actually allow multiple uploads. (matos 0.3.003) - The meat of what were
make_tag_push_summaryandmake_receiver_push_summaryhave been moved over to a new package:otndo. These functions now wrap those inotndoand have been renamedmatos_tag_summaryandmatos_receiver_summary, respectively. list_extract_filesandlist_project_filesnow accept vectors of different detection/file types to subset the returned data frame.- Misc. tests have been added
matos_logoff, allowing you to log out of your MATOS session. (matos 0.2.13)- A draft vignette on how to manage multiple telemetry projects by using
matosin parallel. (matos 0.2.13) make_receiver_push_summaryandmake_tag_push_summarynow scrape the OTN GeoServer in order to get a correct title for your project summaries! (matos 0.2.13)- A more-informative error now appears if you try to find information on a project that doesn't exist. (matos 0.2.13)
- The website has moved to https://matos.obrien.page/. (matos 0.2.1)
set_matos_credentials- NEW function!
- Allows you to store your MATOS credentials in your .Renviron for seamless log in.
make_tag_push_summary- NEW function!
- Undergoing heavy development, so please file issues with bugs and suggestions.
- Summarize your your TON returns of tagged fish!
make_tag_push_summaryandmake_receiver_push_summarynow accept zipped folders as input.
- The package has a pkgdown website at https://mhpob.github.io/matos/
act_push_summaryis live! This currently only does receiver summaries, but tag summaries are coming soon.- Most functions have been renamed following a LIST-GET workflow.
- LIST your files to see what you have
- GET those files
- and also... UPLOAD. But that didn't fit into the pithy saying.
- A few functions, namely
list_filesandget_filehave been split into functions with fewer options and clearer names (list_extract_filesandlist_project_files, e.g.). Hopefully this will make things more intuitive.
get_updates: A new function to download all files updated since a given date. Super useful after a data push!list_filesnow has asinceargument, allowing you to only list the files that have been updated since a certain date.
- Added a
NEWS.mdfile to track changes to the package.