Skip to content
Permalink
e91956c714
Switch branches/tags

Commits on Jan 20, 2022

  1. .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
  2. 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
  7. update to quarto v0.3.24

    jjallaire committed Jan 19, 2022

Commits on Jan 18, 2022

  1. Revert "Omit "Presentation" from labels (#10250)"

    This reverts commit 8006cc4.
    kevinushey committed Jan 18, 2022
  2. revert changes

    jgutman committed Jan 18, 2022
  3. re-add line to delete file

    jgutman committed Jan 18, 2022
  4. fix typo

    jgutman committed Jan 18, 2022
  5. fix typo

    jgutman committed Jan 18, 2022
  6. fix path

    jgutman committed Jan 18, 2022
  7. rework .rs.flattenFrame() so that matrix columns are shown (#10345)

    * rework .rs.flattenFrame() so that matrix columns are shown
    
    * Include the column name for all sub columns, contrary to what tibble does
    
    * Use a non-breaking space instead of a space
    
    * actually no need for spaces
    
    * + tests for .rs.flattenFrame()
    romainfrancois committed Jan 18, 2022
  8. Factor out C++ specific options in Options > Packages > C / C++ (#1…

    …0340)
    
    * Add cpp11 template
    
    * Chossing C++ template from Rcpp (default), cpp11, or empty
    
    * Follow up
    
    * Update src/cpp/session/resources/templates/cpp11.cpp
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    
    * bring back developmentCppTemplate
    
    * new CppPreferencesPane class, moved c++ template choice there
    
    * C/C++ in a tab in Packages
    
    * Update src/gwt/src/org/rstudio/studio/client/workbench/prefs/PrefsConstants_en.properties
    
    * Update src/gwt/src/org/rstudio/studio/client/workbench/prefs/PrefsConstants_fr.properties
    
    Co-authored-by: Kevin Ushey <kevin@rstudio.com>
    romainfrancois and kevinushey committed Jan 18, 2022

Commits on Jan 17, 2022

Commits on Jan 15, 2022

  1. Export PDF option fixes (#10357)

    Fix orientation to match portrait or landscape selection
    Fix setting paper size name to custom when setting a custom size
    timtmok committed Jan 15, 2022

Commits on Jan 14, 2022

  1. Merge pull request #10349 from rstudio/build/sentry-timeout-retry

    Add retry and timeout logic for sentry upload
    jeffvroom committed Jan 14, 2022
  2. support C++ diagnostics etc with rtools42 (#10343)

    * support C++ diagnostics etc with rtools42
    
    * tidying up
    
    * move GNUC defines to Rtools definition
    
    * add utility function for getting compiler include paths
    
    * refactoring
    
    * just use explicit paths
    
    * scope cleanup to R 4.2.x and above
    kevinushey committed Jan 14, 2022
  3. Merge pull request #10354 from StatCan/add-more-fr-locale

    feat(i18n): add more fr locale
    gtritchie committed Jan 14, 2022
Older