-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Authors: Jakson A. Aquino <[email protected]> | ||
Jose Claudio Faria <[email protected]> | ||
|
||
Version: 0.9.2 | ||
Version: 0.9.3 | ||
For Neovim >= 0.1.2 and Vim >= 7.4.1579 | ||
|
||
1. Overview |Nvim-R-overview| | ||
|
@@ -121,8 +121,8 @@ Before installing the plugin, you should install its dependencies: | |
|
||
- On Windows, you have to install Rtools to be able to build the package: | ||
https://cran.r-project.org/bin/windows/Rtools/ | ||
If you can't install Rtools, you may want to install the windows binary | ||
`nvimcom.zip` released with Nvim-R: | ||
If you can't install Rtools, you may want to install the latest Windows | ||
binary `nvimcom.zip` released with Nvim-R: | ||
https://github.com/jalvesaq/Nvim-R/releases | ||
|
||
- The Nvim-R plugin sets the environment variable `R_DEFAULT_PACKAGES`, | ||
|
@@ -1694,7 +1694,7 @@ text editors which allow users to jump from a specific line in the text editor | |
to the corresponding line in the PDF viewer and vice-versa. The Nvim-R | ||
has support for the SyncTeX systems of five applications: | ||
|
||
Linux: Evince, Zathura and Okular | ||
Linux: Zathura, Evince and Okular | ||
OS X: Skim | ||
Windows: SumatraPDF | ||
|
||
|
@@ -2668,6 +2668,10 @@ step-by-step procedure to run Nvim-R remotely: | |
10. News~ | ||
|
||
|
||
0.9.3 (2016-03-23) | ||
|
||
* Build nvimcom even when Nvim-R directory in non-writable. | ||
|
||
0.9.2 (2016-03-19) | ||
|
||
* Support Vim. | ||
|