This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
v1.1.0
BUG FIXES
- Fixed another bug in
get_upstream_tweets()
where the columnpossibly_sensitive
was sometimes read in as a list, other times as a logical type. - Addressed a bug in vcr v1.1 that was causing tidytags tests to error in the CRAN logs (https://cran.r-project.org/web/checks/check_results_tidytags.html).
- The
setup-vcr.R
file was renamed tohelper-vcr.R
so that it will not be loaded when someone simply installs tidytags, only when package developers compile and test. - In addition, the vcr bug has been addressed by the developers of that package, so vcr v1.2 is now the minimum suggested version for tidytags.