Skip to content

Releases: jalvesaq/Nvim-R

Version 0.9.20

03 Mar 19:48
Compare
Choose a tag to compare

Minor bug fixes

Version 0.9.19

22 Nov 15:45
Compare
Choose a tag to compare

Make TCP connection on Windows work again, and fix minor bugs.

Version 0.9.18

12 Nov 11:09
Compare
Choose a tag to compare
  • TCP communication on Windows is broken.
  • Integration with cmp-nvim-r, a source for nvim-cmp.
  • Delete options R_auto_omni and R_hi_fun_globenv.
  • New options: R_filetypes, R_fun_data_1 and R_fun_data_2, R_quarto_intel, R_bib_compl, R_enable_comment.
  • Require either Neovim 0.6.0 or Vim 8.2.84.

Version 0.9.17

29 Sep 10:26
Compare
Choose a tag to compare
  • Require either Neovim 0.5.0 or Vim 8.2.84.
  • New options: R_set_omnifunc, R_auto_omni, R_rmarkdown_args, R_objbr_auto_start, R_quarto_render_args, and R_quarto_preview_args, R_debug_center, R_term_title.
  • Delete options: R_omni_tmp_file and R_omni_size.

Version 0.9.16

29 Apr 20:53
Compare
Choose a tag to compare
  • Minor bug fixes.
  • New options: R_omni_size and R_omni_tmp_file.

Version 0.9.15

15 Apr 18:44
Compare
Choose a tag to compare
  • Delete options R_ls_env_tol, R_objbr_labelerr, R_show_arg_help.
  • New options: R_clear_console, R_debug, R_auto_start, R_dbg_jump.
  • Replace options R_in_buffer, R_term and R_term_cmd with a single option: R_external_term.
  • Make R_rmdchunk more flexible.
  • Change default key binding for calling debug() from \db to \bg to avoid conflict with \d (send line).
  • Require either Neovim >= 0.4.3 or Vim >= 8.1.1705.

Version 0.9.14

01 Jun 16:06
Compare
Choose a tag to compare
  • New command \su (send all lines above the current one).
  • New command \m (send lines from motion command).
  • New option: R_disable_cmds.
  • New option: R_after_ob_open.
  • R_after_start is a list now.
  • Recommend Visidata and delete option R_csv_warn.
  • Delete command triggered by <LocalLeader>tp.
  • Delete options R_args_in_stline, R_sttline_fmt, R_show_args, R_complete and Rtools_path.
  • Limited support for debugging R functions.

Version 0.9.13

05 May 12:57
Compare
Choose a tag to compare
  • Support for Python code in knitr chunks: integration with the R package reticulate and with the jedi-vim plugin.
  • New options: R_editing_mode, R_buffer_opts.
  • Minor bug fixes.

Version 0.9.12

19 Aug 11:27
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Bibliographic completion for Rmd.
  • New command: :RDebugInfo
  • New options: R_hi_fun_globenv, R_auto_scroll, R_ls_env_tol, R_non_r_compl, R_cite_pattern.
  • Accept prefix "terminal:" in R_csv_app.
  • Remove option R_tmux_split.
  • Changes:
    • If the Object Browser is already open, \ro will close it.
    • The values "bottom" and "top" are no longer valid for R_objbr_place
      (use "below" and "above" instead).

Version 0.9.11

30 Jan 00:13
Compare
Choose a tag to compare
  • The option R_latexcmd now is a list and the option R_latexmk no longer exists. By default, latexmk and xelatex will be called to compile pdf documents.
  • Arguments completion is now done by CTRL-X CTRL-O.
  • New options: R_OutDec, R_csv_delim, R_rmdchunk, R_parenblock, R_bracketed_paste, R_complete.
  • New command: :RSend.
  • Require Neovim >= 0.2.0 (Linux, OS X) or >= 0.2.1 (Windows).