CRAN Release 0.2.0
Bump from 0.1.6
:
See news.md for details.
Major Changes
- Allow
fastmap2
toas.list
recursively - Added
mean_se
to calculate mean and standard error of mean - Re-exported
digest
fromdigest
package - Added
combine_html_class
andremove_html_class
to manipulateHTML
classes - Force enabled
ANSI
color display forrs_exec
when the jobs run inRStudio
compoundInput2
now respects thepar(fg)
and sets foreground accordingly- Added
lapply_callr
to replaceasync_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 inRStudio
- 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 onstringr
anymore
Big Fixes
- Fixed
progress2
not working properly in non-interactive sessions (butshiny
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