NEWS
matos 0.4.00
- 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!
matos 0.3
- Precompile vignettes to allow r-universe to build. (matos 0.3.005)
matos 0.2.1
matos_logoff
, allowing you to log out of your MATOS session. (matos 0.2.13)
matos 0.2
- The package has a pkgdown website at https://mhpob.github.io/matos/
act_push_summary
is 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_files
and get_file
have been split into functions with fewer options and clearer names (list_extract_files
and list_project_files
, e.g.). Hopefully this will make things more intuitive.
matos 0.1.1
get_updates
: A new function to download all files updated since a given date. Super useful after a data push!
list_files
now has a since
argument, allowing you to only list the files that have been updated since a certain date.
- Added a
NEWS.md
file to track changes to the package.