AtomLinter / linter-lintr

Lint R on the fly, using lintr
11 stars 7 forks source link

Enable .Renviron to set library path #123

Closed heavywatal closed 11 months ago

heavywatal commented 5 years ago

The current version of linter-lintr requires lintr package to be installed in the system library because R is invoked with --vanilla. I would suggest allowing users to use ~/.Renviron for setting R_LIBS_USER to install lintr. This PR replaces --vanilla with explicit --no-* flags other than --no-environ.