Add RTVS as supported IDE for rmarkdown

This commit is contained in:
Zhang Le 2017-08-02 10:53:43 +08:00 коммит произвёл GitHub
Родитель 13c922130c
Коммит 55a20194ec
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ Each of accelerators shared in this repo is structured following the project tem
* `Docs` - Normally related documentations, references, and perhaps
yielded reports will be put in this directory.
* An accelerator should be able to run interactively as an R notebooks in RStudio.
* An accelerator should be able to run interactively in an IDE that supports R markdown such as [R Tools for Visual Studio (RTVS)](https://docs.microsoft.com/en-us/visualstudio/rtvs/rmarkdown) or RStudio.
* Makefile is by default provided to generate documents of other formats, or alternatively rmarkdown::render can be used for the same purpose.
# Contributing