Skip to content
Permalink
b5c570ee03
Switch branches/tags

Commits on Jan 7, 2022

  1. Merge pull request #10320 from rstudio/bugfix/macos-quarto-fix

    Update how quarto is bundled in macOS package
    cm421 committed Jan 7, 2022
  2. Merge pull request #10319 from rstudio/bugfix/main-thread-rmd

    Fixed errors when opening/saving Rmd files when R is busy
    jeffvroom committed Jan 7, 2022
  3. indentation fix

    jeffvroom committed Jan 7, 2022

Commits on Jan 6, 2022

  1. Minor formatting update

    cm421 committed Jan 6, 2022
  2. Add case for installing on macOS to ensure that quarto/share ends up …

    …in the Resources directory of the package
    cm421 committed Jan 6, 2022
  3. Fixes to avoid errors running R code on main thread

    - Went through the offlineable requests and found a few places
    where R code could be invoked by onDocUpdated, onDocAdded, and onDocPendingRemoved  For those code paths, schedule the R code to run in a delayed callback that will later be run on the main thread before handling the next rpc request
    
    - Make sure that rmarkdownAvailable() can be called from the offline thread. This will get initialized when the session starts, before it's possible for the offline thread to handle any requests. Same thing for reticulatePython()
    
    - Changed a few LOG_ERROR calls to debug messages. This eliminates some spurious errors when a file gets removed that's open in the editor, and when interrupting an R operation that's running
    jeffvroom committed Jan 6, 2022
  4. update quarto to v0.2.444

    jjallaire committed Jan 6, 2022
  5. Omit "Presentation" from labels (#10250)

    * Omit "Presentation" from labels
    
    * Using `StringUtil.equals()`
    romainfrancois committed Jan 6, 2022
  6. Error starting r win 10151 (#10313)

    * not calling veryInitialized() before initialize()
    
    * FileLock::initialize() does nothing if already initialized
    romainfrancois committed Jan 6, 2022
  7. make-package tweaks

    kevinushey committed Jan 6, 2022

Commits on Jan 5, 2022

  1. Merge pull request #10222 from StatCan/rohan-rsconnect-xml

    feat(i18n): i18-nify RSConnect UIBinder files
    gtritchie committed Jan 5, 2022
Older