You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
The preprocessing of East Timor landings is implemented in preprocess_landings()
Added pt_nest_attachments() to group all attachment columns into a nested column containing data frames.
Added pt_nest_species() to group all attachment columns into a nested column containing data frames.
Added cloud_object_name() as a complement to add_version() to return the latest or an specified version of an object in an storage location.
Added download_cloud_file() to download files from cloud storage providers.
Improvements
Now using cloud_storage_authenticate() to internally authenticate to cloud storage instead of authenticating separately in each cloud functionjj. This simplifies authentication and ensures authentication is not attempted when credentials have been already validated.