Skip to content

CRAN release: 5.2.0

Compare
Choose a tag to compare
@laresbernardo laresbernardo released this 03 Feb 18:01
· 156 commits to main since this release
  • Feat: centralized all FB API results through fb_process() to standardize results, pagination and partial results if API crashes while paging
  • Feat: upgrade FB API default version from v13.0 to v16.0 (latest)
  • Feat: new filtering parameter for fb_insights()
  • Feat: new fb_report_check() function to check async reports status with a live functionality
  • Feat: fb_token() now returns expiration timestamp as an attribute
  • Feat: new what_size() function to easily get an R object's size
  • Fix: correct get_id numbering column (always starting in 1)
  • Fix: show corr labels in corr_cross() by default (like in corr_var())
  • Fix: cran_logs() fails gracefully when site is not available
  • Fix: add --no-check-certificate to get_mp3
  • Deprecated: fb_post() and fb_posts() given their deprecation since v2.4
  • Recode: filled statusbar() fixed length as default
  • Recode: conditional expressions with scalar logical operators (||, &&) and avoid sapply [codefactor.io]

Full Changelog: v5.1.4...v5.2.0