Skip to content
Permalink
3e2e88a3d6
Switch branches/tags

Commits on Jan 25, 2022

  1. Merge pull request #10362 from rstudio/bugfix/find_in_files_replace_r…

    …egex
    
    Change regex flags and add unit tests for word boundaries
    jgutman committed Jan 25, 2022
  2. additional unit tests

    jgutman committed Jan 25, 2022

Commits on Jan 21, 2022

  1. Merge pull request #10413 from rstudio/feature/rsandbox-group

    Companion PR for Pro 3215
    MariaSemple committed Jan 21, 2022

Commits on Jan 20, 2022

  1. update to quarto 0.3.32

    jjallaire committed Jan 20, 2022
  2. .rs.formatDataColumnDispatch() iterates through classes of x (#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>
    romainfrancois and kevinushey committed Jan 20, 2022
  3. Merge pull request #10380 from rstudio/feature/upgrade-windows-grep

    Update GNU Grep for Windows to Grep 3.0, after new upload to S3
    jgutman committed Jan 20, 2022

Commits on Jan 19, 2022

  1. bump R to 3.6.3

    MariaSemple committed Jan 19, 2022
  2. Discard pending input on error (#10368)

    * Discard pending input on error
    
    Add callback for console reset to clear console input
    
    * Update NEWS.md
    timtmok committed Jan 19, 2022
  3. Use reticulate::py_len() instead of builtins$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>
    t-kalinowski and kevinushey committed Jan 19, 2022
  4. 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>
    romainfrancois and kevinushey committed Jan 19, 2022
  5. Support for rs.api.sendToConsole(echo = FALSE) and animate= (#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
    romainfrancois committed Jan 19, 2022
  6. 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
    romainfrancois committed Jan 19, 2022
Older