Configure Nvim-R inside ~/.vimrc as follows:
let R_path = "~/.R" " or whatever
let R_launcher = "r-launcher.sh"To launch R, either use the default options and <leader>rf, or perform a custom launch with <leader>rc and enter the desired command line options, .e.g.
-n2 --quiet