b5c570ee03
Commits on Jan 7, 2022
-
Merge pull request #10320 from rstudio/bugfix/macos-quarto-fix
Update how quarto is bundled in macOS package
-
Merge pull request #10319 from rstudio/bugfix/main-thread-rmd
Fixed errors when opening/saving Rmd files when R is busy
-
-
-
Commits on Jan 6, 2022
-
-
Add case for installing on macOS to ensure that quarto/share ends up …
…in the Resources directory of the package
-
-
Merge branch 'main' of https://github.com/rstudio/rstudio into bugfix…
…/main-thread-rmd
-
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
-
-
-
Omit "Presentation" from labels (#10250)
* Omit "Presentation" from labels * Using `StringUtil.equals()`
-
Error starting r win 10151 (#10313)
* not calling veryInitialized() before initialize() * FileLock::initialize() does nothing if already initialized
-
Commits on Jan 5, 2022
-
Merge pull request #10222 from StatCan/rohan-rsconnect-xml
feat(i18n): i18-nify RSConnect UIBinder files
-
-
Commits on Jan 4, 2022
Commits on Jan 3, 2022
-
-
-
-
only add website output dir to search exclude list if its a subdirect…
…ory of the build target directory
-
-
-
-
-