NEWS
rdocsyntax 0.6.2.9000
rdocsyntax 0.6.2
Bug fixes and improvements
- Fix vignette code background for client side highlighting (#32)
- Fix inline
## Notrun
regex (#34)
- Update
ace
to v1.4.13
(#33)
- Drop
rvest
dependency (#31)
- No longer trim leading whitespaces from code chunk (#35)
rdocsyntax 0.6.1
Bug fixes and improvements
- Make
memoise
dependency optional (#29)
rdocsyntax 0.6.0
Changes
- Highlighting is now done client side, i.e. the JavaScript highlighting code is executed by whatever browser that eventually displays the HTML docs, either RStudio or an external browser, instead of
V8
. This change allows us to drop the heavy V8
dependency (#25).
rdocsyntax 0.5.4
Bug fixes and improvements
- Remove
readr
dependency (#23)
rdocsyntax 0.5.3
Bug fixes and improvements
- Finally (hopefully) fixed encoding on Windows (#6) (#21)
- Use the
RSTUDIO
environment variable to check for RStudio usage. This also removes rstudioapi
dependency (#21).