Releases: szymanskir/hackeRnews
Releases · szymanskir/hackeRnews
hackeRnews 0.2.1
- Provided direct imports in NAMESPACE.
- Deleted documentation for unexported functions.
get_comments
now returns adata.frame
whentibble
is not installed. At the same timetibble
is now in Suggests instead of Imports (#29)get_items_by_ids
now useshttr2::req_perform_parallel
instead offuture.apply
to perform multiple asynchronous requests, so now there is no need to usefuture::plan
before running functions that perform multiple requests such asget_best_stories()
,get_comments
,get_latest_ask_stories
,get_latest_job_stories
,get_latest_show_stories
,get_top_stories
,get_new_stories
,