Skip to content

CRAN Release 0.2.0

Compare
Choose a tag to compare
@dipterix dipterix released this 27 Jan 18:11
· 84 commits to master since this release

Bump from 0.1.6:

See news.md for details.

Major Changes

  • Allow fastmap2 to as.list recursively
  • Added mean_se to calculate mean and standard error of mean
  • Re-exported digest from digest package
  • Added combine_html_class and remove_html_class to manipulate HTML classes
  • Force enabled ANSI color display for rs_exec when the jobs run in RStudio
  • compoundInput2 now respects the par(fg) and sets foreground accordingly
  • Added lapply_callr to replace async_workers with cleaner and more robust implementation
  • Added as_pipe to make any functions to pipe-friendly
  • Added rs_add_shortcut to allow customized shortcuts in RStudio
  • Added missing_dots to detect if dots are missing values
  • Added fastquantile to estimate single quantile, which is faster than base R
  • Added RStudio shortcuts, allowing customized code from shortcuts
  • Added shiny_alert2 that launches large alerts in shiny applications
  • Added %<-?% to only assign when right-hand side expression is valid and not null
  • Removed qs_map, redis_map
  • Removed dependence qs, RcppRedis, htmltools
  • Removed make_async_evaluator

Minor Changes

  • Cleaned get_os so it does not depend on stringr anymore

Big Fixes

  • Fixed progress2 not working properly in non-interactive sessions (but shiny is still running)
  • Fixed missing_dots freezing the session when incorrectly called
  • Fixed autoconf warnings
  • Fixed a bug in lapply_async2 when failing to restore plan