Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
734 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- cderv/mastering-shiny R
- cderv/Main PowerShell
- cderv/TMwR R
Created a pull request in rstudio/rmarkdown that received 13 comments
- Fix preview of Rmd file
- Also match url with single quote when identifying resources to move.
- Add default behavior for input in render_book by supporting a directory
- fence_theorems should work with implicit label without a comma before
- Correctly relocate references with Pandoc 2.11
- Add an example for fontsettings config in the book
- detect bibliography field outside of yaml header as Pandoc supports
- correctly delete tex file if keep_tex = FALSE
- never use the original input directory as the intermediate directory ever
- pkg_file_lua now works with devtools
- Add mention of !expr use in df_print about custom function.
- Remove duplicate insertion of Pandoc's higlighting css
Created an issue in rstudio/blogdown that received 30 comments
Website in Viewer is updated before Rmd rendering
I believe with blogdown.knit.on_save activated, the viewer is reloaded before the Rmd is rerendered with the change. At least, in most of the time …
- Preview chapter does not seem to work with dev bookdown
- theorem like environment are conflicted with template using cls file that already define it.
- Support beamer for the ne theorem environment using fenced divs
- Correctly place the square of proof env using fenced divs environment in HTML
- Check references feature with new Pandoc --citeproc processing
- Having file with only PART header will cause wrong html structure in previous chapter
- Kindlegen no longer available
- Use new documentPath() from rstudioapi to get the path of the current doc in RStudio 1.4
- by-products are not moved correctly with leaf bundle and Hugo academic
- when using processx and we restart R, all the child processes are not killed
- blogdown.knit.on_save = FALSE and blogdown.serve_site.startup =TRUE will start a server but it will be killed at startup too
- Testing server feature and auto mode on/off - using the knit button
- Also change `stop_server` because hugo server is used now
- No more preview in Rmarkdown document anymore
- Refresh the current opened page in the viewer pane
- Closing All Except Current does not keep the correct file
- inline code chunk in Rmarkdown does not exectute for preview anymore and is changed to block code chunk
- Up and Down arrow keys in Console to navigate last commands don't work correctly anymore