NCEAS / arcticdatautils

Utility functions in R for processing data for the Arctic Data Center
https://nceas.github.io/arcticdatautils/
Apache License 2.0
10 stars 20 forks source link

set_public_read_all_versions function #119

Closed dmullen17 closed 5 years ago

dmullen17 commented 5 years ago

Added a function that gets all versions of a package and sets public read on the objects. This is a pretty small addition but an improvement to our workflow for updating data packages. Per the ADC call on 11/9 all versions of a package should be public after it's finalized with a DOI

dmullen17 commented 5 years ago

You're right I should definitely avoid adding another dependency. I've gotten used to using map instead of lapply because the syntax is much better. And good catch on the :::, thanks!