3e2e88a3d6
Commits on Jan 25, 2022
-
Merge pull request #10362 from rstudio/bugfix/find_in_files_replace_r…
…egex Change regex flags and add unit tests for word boundaries
-
Commits on Jan 24, 2022
Commits on Jan 21, 2022
-
Merge branch 'spotted-wakerobin' of github.com:rstudio/rstudio into s…
…potted-wakerobin
-
Merge pull request #10413 from rstudio/feature/rsandbox-group
Companion PR for Pro 3215
-
-
-
-
-
-
Commits on Jan 20, 2022
-
-
-
-
.rs.formatDataColumnDispatch()iterates through classes ofx(#10390) * + local_methods(), borrowed from dplyr * .rs.formatDataColumnDispatch() iterates through the classes of x * - space * + NEWS * add [.foo in test and test .rs.frmatDataColumn() * Apply suggestions from code review Co-authored-by: Kevin Ushey <kevin@rstudio.com> * not using envir = globalenv() * remove file, no need for `local_methods()` for now Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Merge pull request #10380 from rstudio/feature/upgrade-windows-grep
Update GNU Grep for Windows to Grep 3.0, after new upload to S3
Commits on Jan 19, 2022
-
Merge pull request #10392 from rstudio/feature/bump-r-version-debian9
Bump R to 3.6.3
-
-
-
-
Discard pending input on error (#10368)
* Discard pending input on error Add callback for console reset to clear console input * Update NEWS.md
-
Use
reticulate::py_len()instead ofbuiltins$len()(#10384)* warn when reticulate.describeObjectContentsImpl errors * use reticulate::py_len() if possible * Update src/cpp/session/modules/SessionReticulate.R Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Guessing C++ style based on
LinkingTo(#10386)* + new rpc projectGuessCppStyle() * deal with case when not in a project * new line * rework the function to use early exits * Apply suggestions from code review Co-authored-by: Kevin Ushey <kevin@rstudio.com> * guard against read.dcf() errors * Apply suggestions from code review Co-authored-by: Kevin Ushey <kevin@rstudio.com> Co-authored-by: Kevin Ushey <kevin@rstudio.com>
-
Support for
rs.api.sendToConsole(echo = FALSE)andanimate=(#10366)* When flag && kConsoleInputNoEcho: cancel prompt and consoleinput event * + FLAG_NO_ECHO * SendToConsoleEvent handles `echo` * unused import * fire event with NO_ECHO flag * missing ) * .rs.api.sendToConsole(animate = TRUE) * less code * not suppressing the event when not echoing
-
Add Date: field with default to
r Sys.Date()(#10351)* Add Date: field with default to `r Sys.Date()` * Add a checkbox to control Date * Keep current date on display but use R code if checkbox clicked