- Notifications
You must be signed in to change notification settings - Fork5
Seenews.md for details.
Major Changes
- Added
rstudioapiwrapperrs_edit_fileto allow editing files directly inRStudio - Added a special
%OF%to make sure the result is constrained
Minor Changes
parse_svechandles multiple lengths all together, andparse_svec(1:10)is equivalent toparse_svec("1:10")- Allowed
rs_execto 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
stringrto self-implemented base-R functions, plan to removestringrin the future - Create
shiny_input_bindingslist on package load
Bug Fixes
- Fixed "offset-parent" issue in
compoundInput2when max-height is unset, but overflow is still hidden for the select inputs - Fixed
print_directory_treewhere anifcondition generates warning for vectors with lengths greater than1
Assets2
Uh oh!
There was an error while loading.Please reload this page.