question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
randy3kcommented, Jan 31, 2018
1reaction
randy3kcommented, Sep 4, 2017

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
Read more comments on GitHub >

github_iconTop Results From Across the Web

Nvim-R/Nvim-R.txt at master · jalvesaq/Nvim-R - GitHub
Vim plugin to work with R. Contribute to jalvesaq/Nvim-R development by ... If R does not start with the <LocalLeader>rf command and you...
Read more >
Nvim-R Documentation - GitHub
PDF viewer with SyncTeX support and capable of automatically reloading documents.
Read more >
Vim /usr/bin/bash: /s: No such file or directory
Just set up nvim; unfortunately, the following error is plaguing the setup. Whenever I try to install or change plugins or use Vimtex, ......
Read more >
Nvim-R - Plugin to work with R : vim online
package script version date Vim version user Nvim‑R‑0.9.17.zip 0.9.17 2022‑09‑29 8.2 Jakson Aquino Nvim‑R‑0.9.16.zip 0.9.16 2021‑04‑30 8.2 Jakson Aquino Nvim‑R.zip 0.9.15 2021‑04‑16 8.2 Jakson Aquino
Read more >
How to Turn Vim Into an IDE for R - Medium
In order to get a better understanding of your code you have a couple options. From within Nvim-R there are two of particular...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found