radian: Nvim-R: Usage: rice^@^@rice: error: no such option: --no-save^@

Hey,

I understand that there is only partial support for Nvim-R, but I thought I’d report this issue.

After setting let R_app = 'rice', I get this error message when trying to start Nvim-R with an R file open:

Usage: rice^@^@rice: error: no such option: --no-save^@

I tried both pip install rice and pip install git+https://github.com/randy3k/rice.

I couldn’t find any mentions of this error message in either rice’s or Nvim-R’s issues. Any idea what the issue is?

Cheers!

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (10 by maintainers)

Most upvoted comments

BTW, Nvim-R has a settings to turn of the highlight of the terminal, it may be useful.

let g:R_app = "rice"
let g:R_cmd = "R"
let g:R_hl_term = 0