-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Dear @jalvesaq first of all I want to thank you about the amazing work
on developing and maintaining Nvim-R + Rnvim.
What am I asking is a bit of an old feature, which is to use containers as a back end to run R and perform all the data analysis there.
I have read the following issue from Nvim-R:
jalvesaq/Vim-R#259
and I am thinking if there is the possibility to integrate on R.nvim (on the server side probably?) to have a direct connection (using sockets maybe?) so as to send directly the commands in the container and do fast back and forth communication.
My workflow would like to be:
- nvim + R.nvim and any other dependencies on host (here there is an issue with the need of R and R.nvim dependencies polluting host, but I will not address it as a current issue for now)
- R library folder for each project that would be mount as a volume on container run (this of course can just be always the same folder for simplicity, at first at least)
- data folder for each project that would be mount as a volume on container run
I am interested in implementing/developing this tooling.
Let me know if you are interested to accept such [enhancement]/[feature request] and you would like to provide any information which I can read so as to follow up on this!
Cheers