Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 3.93 KB

NEWS.md

File metadata and controls

42 lines (35 loc) · 3.93 KB

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

matos 0.2.1

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.