Giter VIP home page Giter VIP logo

Comments (2)

jalvesaq avatar jalvesaq commented on July 22, 2024

There is now a command (:RpluginConfig) to help users to configure .tmux.conf, .vimrc, .Rprofile and .bashrc, however according to your system info you're using zsh and not bash. So you have to adapt manually to your .zshrc what is in the Vim-R-plugin documentation at r-plugin-bash-setup. This should make the VIMEDITOR_SVRNM warning disappear but probably will not solve your problem because perhaps its source might be this commit:
303e15f

The message

In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
   cannot open file '/r-plugin/objlist/omnils_stats_3.0.2': No such file or directory

means that R didn't inherited the environment variable VIMRPLUGIN_TMPDIR and is trying to create a file at the directory "/r-plugin" which doesn't exist and obviously, cannot be created by a normal user because it would be located in the root directory. To fix the problem, it's necessary to make the environment variable VIMRPLUGIN_TMPDIR be passed to R. Can you edit the r-plugin/common_global.vim and try to fix the problem there?

from vim-r-plugin.

khughitt avatar khughitt commented on July 22, 2024

Hi jalvesaq,

Thanks for the suggestions. I had actually seen your guide and adopted many of the configuration settings for .vimrc, .Rprofile, and tmux.conf, but this was the problem -- I had been using the version of vim-r from https://github.com/vim-scripts/Vim-R-plugin, but following the documentation on http://www.lepem.ufc.br/jaa/r-plugin.html#r-plugin-bash-setup.

Some of the features described in your version of the docs are not yet in the vim-scripts team repo and this is what was producing the strange errors above.

I updated vim-r using your fork and now everything is working fine!

Regarding Bash vs. ZSH, they should be pretty similar so it may not be necessary to differentiate as you do in the docs and code. I am able to use your bash configuration settings pretty much as-is (with some tweaks to adjust for my default terminal) with no issue. If there is something you would like me to test on ZSH though, let me know and I would be happy to.

from vim-r-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.