Skip to content
Permalink
c6b504b7e2
Switch branches/tags

Commits on Feb 10, 2022

  1. Merge pull request #10531 from rstudio/bugfix/rs_api_environment_not_…

    …masked_by_global
    
    Don't use the global environment as the caller env for rs API functions
    jgutman committed Feb 10, 2022
  2. Merge pull request #10560 from rstudio/feature/electron-test-jenkins

    Added Tests on Electron Jenkins
    gtritchie committed Feb 10, 2022
  3. Merge pull request #10557 from rstudio/bugfix/electron-command-line-v…

    …ersion
    
    Include build info in Electron app
    gtritchie committed Feb 10, 2022
  4. mark as dev, not daily

    gtritchie committed Feb 10, 2022
  5. eliminate duplicate cleanup

    gtritchie committed Feb 10, 2022

Commits on Feb 9, 2022

  1. Update to Quarto v0.3.118

    jjallaire committed Feb 9, 2022
  2. Merge pull request #10548 from romainfrancois/update_rstheme

    update rstheme files with regenerate-css
    gtritchie committed Feb 9, 2022
  3. Merge pull request #10526 from rstudio/feature/add_qmd_to_source_file…

    …s_display
    
    Add Qmd to list of Common R source files
    jgutman committed Feb 9, 2022
  4. Fix MacOS Qt build

    Only call Electron specific versioning for Electron builds
    timtmok committed Feb 9, 2022
  5. Fix typo

    Co-authored-by: Romain François <romain@rstudio.com>
    jgutman and romainfrancois committed Feb 9, 2022
  6. Fix duplicate menu separators (#10533)

    Fix duplicate menu separators
    unit tests
    timtmok committed Feb 9, 2022
  7. Merge pull request #10540 from romainfrancois/hyperlink_RSTUDIO_CLI_H…

    …YPERLIKNS
    
    use RSTUDIO_CLI_HYPERLIKNS env var
    romainfrancois committed Feb 9, 2022
  8. Merge pull request #10532 from rstudio/bugfix/check_if_load_is_masked

    Check if load from base is masked before calling load workspace
    jgutman committed Feb 9, 2022
  9. Merge pull request #10536 from rstudio/bugfix/version-stamp-macos-ele…

    …ctron
    
    stamp version into Electron app (macOS)
    gtritchie committed Feb 9, 2022

Commits on Feb 8, 2022

  1. fix NEWS

    kevinushey committed Feb 8, 2022
  2. fix NEWS year

    kevinushey committed Feb 8, 2022
  3. produce separate UTF-8 rsession binary for ucrt builds (#10524)

    * produce separate UTF-8 rsession binary for ucrt builds
    
    * launch Rterm directly
    
    * avoid compiling source files twice
    
    * _WIN32 guards
    
    * remove unneeded change
    
    * no need for UTF-8 session for 32-bit R
    kevinushey committed Feb 8, 2022
  4. alternate mechanism for R_ResetConsole on Windows (#10510)

    * alternate mechanism for R_ResetConsole on Windows
    
    * log potential errors
    
    * don't log noisy errors
    kevinushey committed Feb 8, 2022
  5. use a new environment, containing all R base packages but not contain…

    …ing the global env, for rs api functions
    jgutman committed Feb 8, 2022
Older