Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: szymanskir/hackeRnews

hackeRnews 0.2.1

08 Apr 20:37

Choose a tag to compare

  • Provided direct imports in NAMESPACE.
  • Deleted documentation for unexported functions.
  • get_comments now returns a data.frame when tibble is not installed. At the same time tibble is now in Suggests instead of Imports (#29)
  • get_items_by_ids now uses httr2::req_perform_parallel instead of future.apply to perform multiple asynchronous requests, so now there is no need to use future::plan before running functions that perform multiple requests such as get_best_stories(), get_comments, get_latest_ask_stories, get_latest_job_stories, get_latest_show_stories, get_top_stories, get_new_stories,