Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: devoneonline/rstudio

Tags

v0.99.1202

Toggle v0.99.1202's commit message
use version rather than longer form

v0.99.1201

Toggle v0.99.1201's commit message
Merge branch 'master' of github.com:rstudio/rstudio

v0.99.1200

Toggle v0.99.1200's commit message
support "auto" option for cores

v0.99.1199

Toggle v0.99.1199's commit message

Verified

This commit was signed with the committer’s verified signature.
jmcphers Jonathan
pass commit mode parameter to alternate chunk execution engines

v0.99.1198

Toggle v0.99.1198's commit message

Verified

This commit was signed with the committer’s verified signature.
jmcphers Jonathan
run restart-prefixed notebook commands in current window

v0.99.1197

Toggle v0.99.1197's commit message

Verified

This commit was signed with the committer’s verified signature.
jmcphers Jonathan
apply R Markdown front matter more selectively/efficiently

This change includes two improvements to dealing with front matter:
- The front matter is now extracted more efficiently. The entire
  document is not flattened; instead, we read only as many lines as
  necessary.
- More importantly, only the region of the document containing the front
  matter is changed when the front matter is modified; this fixes some
  bugs that occur when swapping out the entire document's contents, and
  makes undo perform more reasonably.

v0.99.1196

Toggle v0.99.1196's commit message
better name

v0.99.1195

Toggle v0.99.1195's commit message
better name

v0.99.1194

Toggle v0.99.1194's commit message
better name

v0.99.1193

Toggle v0.99.1193's commit message
implement chunk interrupt handling for non-R chunks