Skip to content

Releases: jalvesaq/Nvim-R

Version 0.9.10

09 Sep 00:39
Compare
Choose a tag to compare
  • Change command \dt to \td and \pt to \tp.
  • New default value for R_show_args = 1.
  • New options: R_hi_fun_paren, R_show_arg_help,R_sttline_fmt and R_set_sttline_cmd.
  • Minor bug fixes.

Version 0.9.9

22 Apr 13:43
Compare
Choose a tag to compare
  • Delete option R_vsplit.
  • New options: R_min_editor_width and R_wait_reply, Rtools_path, R_remote_tmpdir, R_nvimcom_home, R_paragraph_begin.
  • Rename option R_ca_ck as R_clear_line
  • Change in \pp behavior.
  • Minor bug fixes.

Version 0.9.8

10 Dec 18:42
Compare
Choose a tag to compare
  • Minor bug fixes.
  • New commands: \dt and \pt
  • Require Neovim >= 0.1.7.

Version 0.9.7

26 Sep 14:05
Compare
Choose a tag to compare
  • Require Vim >= 8.0.0 or Neovim >= 0.1.5.
  • Replaced R_nvimcom_wait (time in miliseconds) with R_wait (time in seconds).
  • Minor bug fixes.

Version 0.9.6

10 Aug 14:56
Compare
Choose a tag to compare
  • New option: R_open_example.
  • Change default value of R_source_args to "print.eval=TRUE".
  • Change in \aa and \ae: do not save the buffer before sending the whole file to R.
  • Minor bug fixes.

Version 0.9.5

18 May 09:24
Compare
Choose a tag to compare
  • Ask whether R_LIBS_USER directory should be created.

Version 0.9.4

16 May 21:58
Compare
Choose a tag to compare
  • Delete option R_tmux_ob. The Object Browser will always start in a Vim split window, not in a Tmux split pane.
  • New option: R_cmd.
  • Minor bug fixes.
  • Require Neovim >= 0.1.4 or Vim >= 7.4.1829.

Version 0.9.3

24 Mar 10:05
Compare
Choose a tag to compare
  • Build nvimcom even when Nvim-R directory in non-writable.

Version 0.9.2

19 Mar 14:18
Compare
Choose a tag to compare
  • Embed nvimcom.
  • Support Vim.
  • New option: R_app.

Version 0.9.1

29 Feb 00:26
Compare
Choose a tag to compare
  • New option: R_close_term.
  • Delete option: R_restart.