- Remove lintr function. If you want to use lintr, please install R LSP Client
- Fix for security dependencies
- Fix Run Selected has strange behavior #42 (Thank you @Ladvien)
- Disabled lintr for default setting that is already implemented by LSP
- Fix Commented lines are not ignored when determining code blocks #61 (Thank you @Ladvien)
- Fix some dependencies for perform and developments
- Add package dev commands #58 (Thank you @jacob-long)
- fix snippets
- R term name to R interactive (fix #46)
- Send code from Rmd chunk to terminal (fix #49)
- Depend R language server extension
- fix default r.rterm.option again to
["--no-save", "--no-restore", "--no-site-file"]
- fix default r.rterm.option to
["--no-save", "--vanilla"]
- Support code region by
#region
and#endregion
- Support package lint
- Add shebang support for R syntax highlight #33(Thank you @dongzhuoer)
- Added block detection and execute whole block #32(Thank you @Ladvien)
- Proposed fix for Load Chunk problems #27 #31(Thank you @Ladvien)
- Update some snippets from VS
- Fix Windows key map
- Add some snippets from VS
- Fix syntax
- Fix Readme
- Fix icon
- Added Environment Viewer command
- Fix syntax little
- Set icon dark and light
- Improve data viewer perform(Thank you @Lavien)
- Remove extra package
- Add
Run Source
icon
- Added Data viewer Command(Thank you @Lavien)
- Add Source with echo
- Fix keybind
- Add more shortcut key
- Add shortcut key
- Fix README.md
- Fix problem lintr was running other language's files
- Improve
Run Selection/Line
(Thank you @Ladvien)- Added cursorMove after line execution #13
- Don't pass Rterm comments #14
- run lintr on did save automaticaly
- fix Terminal #7
- fix syntax
- add "builtin function" from RBox
- New syntax color from R Box
- fix typo(Thank you @Shians) #12
- fix Run Selection/Line only executes the first line of file when nothing was selected #9
- update lintr behavar
- fix lintr on Mac
- add command
R: Run Selection/Line
- add setting
r.source.focus
#5
- add setting
r.lintr.executable
#2r.rterm.option
#2r.source.encoding
(Thank you @ondrejpialek) #4
- save before
R:Run Source
command #5 - update snippets
- add
Run Selected
andRun Source
command
- fix for Windows
- support lintr option cache and linters
- support lintr on Mac and Linux
- support lintr on Windows
- use new icon
- fix R term's perform
- fix packages
- Create .gitignore
- Fix Run R perform
- R Markdown Snippets as Markdown
- Support R Markdown
- R Integrated Terminal
- Rdocumentation Snippets
- R Snippets
- Support R documentation
- Initial release
- Output Plot
- Debug
- Language Server
- Intellisense