See news.md for details.
Major Changes
- Added
rstudioapi
wrapperrs_edit_file
to allow editing files directly inRStudio
- Added a special
%OF%
to make sure the result is constrained
Minor Changes
parse_svec
handles multiple lengths all together, andparse_svec(1:10)
is equivalent toparse_svec("1:10")
- Allowed
rs_exec
to run nested. However, there is a risk of parent process ends before the nested child process finishes. In this case, parent temporary directory will be destroyed, and child process will become orphan (results will become unavailable) - Replaced some functions from
stringr
to self-implemented base-R functions, plan to removestringr
in the future - Create
shiny_input_bindings
list on package load
Bug Fixes
- Fixed "offset-parent" issue in
compoundInput2
when max-height is unset, but overflow is still hidden for the select inputs - Fixed
print_directory_tree
where anif
condition generates warning for vectors with lengths greater than1