Published January 9, 2023
| Version v1.1.0
Software
Open
ropensci/rtweet: rtweet 1.1.0
Creators
- Michael W. Kearney1
- Lluís Revilla2
- Hadley Wickham3
- boB Rudis4
- Thomas Keller
- Simon Heß
- tylermorganwall
- Kevin Taylor
- Maëlle Salmon5
- Diego H.
- Giorgio Comai6
- Ben Dilday
- Jeroen Ooms7
- Richard Latham8
- Mike Chapple
- 001ben
- Aaron Rudkin
- Benjamin Soltoff
- Bfics
- Brent Schneeman9
- Christophe Dervieux10
- Dave Parr
- Dr Tom August11
- Emil Hvitfeldt12
- Filipe Cavalcanti
- Garrick Aden-Buie13
- Hiroaki Yutani
- Iñaki Ucar14
- Jemma Stachelek15
- Jennifer (Jenny) Bryan3
- 1. @AwareHQ
- 2. @ibd-bcn
- 3. @posit-pbc
- 4. GreyNoise Intelligence
- 5. @ropensci
- 6. OBCT/CCI
- 7. Berkeley Institute for Data Science
- 8. Booz Allen Hamilton
- 9. Thought and Memory, LLC
- 10. https://posit.co
- 11. Centre for Ecology & Hydrology
- 12. @RStudio
- 13. @rstudio
- 14. @uc3m @IBiDat
- 15. Los Alamos National Laboratory
Description
- Fixed a bug that prevented posting multiple media in the same tweet.
- Argument premium is correctly handled in
search_fullarchive
andsearch_30day
(#720). - ts_plot uses the first two columns of grouped data.frames for plotting (#724 and #727).
- get_timeline returns user data for multiple accounts (#723).
- network_data now handles deleted accounts (#730).
- retryonratelimit works again on paginated endpoints (#732).
- Fixed multiple bugs that prevented
auth_sitrep()
to work in some cases. - Provided
rbind
and subsetting methods ([
) for rtweet new classes. - Fixed a bug about sending a private message (#735).
- Provided a function
clean_tweets()
for cleaning entities from the text of tweets (#721). - New helper methods for extracting data from entities in tweets:
entity()
. - Columns of the parsed output are now always in the same order (#740).
- New methods to retrieve
ids()
from multiple classes and print nicer inpost_tweet()
(#452). post_tweet()
now invisible returns the tweet information.- Provides initial support for API v2 for streaming endpoints:
filtered_stream()
andsample_stream()
, including adding rulesstream_add_rules()
andstream_rm_rules()
. - Deprecated old stream function.
- Handle more graciously if a whole data.frame is used for
lookup_tweets()
.
Files
ropensci/rtweet-v1.1.0.zip
Files
(2.9 MB)
Name | Size | Download all |
---|---|---|
md5:543e8a251a765424d4de1a52d8c51cb7
|
2.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/rtweet/tree/v1.1.0 (URL)