Skip to content

CRAN Release 0.0.6

Compare
Choose a tag to compare
@dipterix dipterix released this 05 Apr 23:36
· 206 commits to master since this release

dipsaus 0.0.6

Major Changes

  • Added support for R 3.5
  • Added %D% a decorator function that works like python decorators
  • Added get_dots that can get variable from ... without evaluating other variables
  • Added dev_create to control switching among graphical devices
  • Added use_shiny_dipsaus() to import all styles and JavaScript
  • Added a wrapper for fastmap::fastmap - fastmap2, which provides several generic functions, making the original fastmap more like an environment
  • Added lapply_async2, a naive version of future.lapply, but with callbacks, which is useful if play-back message is required. This is experimental. In the future when package progressr is online, this function will be adjusted.
  • Added prepare_install to install CRAN packages at next startup, avoiding restarting R session multiple times.

Minor Changes

  • lapply_async2 now supporting more load-balance settings

Bug Fixes

  • 11 JavaScript library vulnerability bug fixed