This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
googlesheets v0.2.2
The motivation for this release is for compatibility with the about-to-be released purrr 0.2.2.1.
- Update ggplot2 usage to clear warnings about use of deprecated arguments.
- Remove all uses of
purrr::dmap()
and friends, which have been removed from purrr. gs_upload()
now has anoverwrite
argument. (#285 @omgjens)- Add vignette to show interactive authentication in a non-default browser.