lintr not working in R Studio

I am unable to get lintr to work in RStudio. Any suggestion appreciated. I believe I have updated everything. (For context, I am a newbie. I could certainly be doing something dumb.) Here's what happens to me:

library(lintr)
Error: package or namespace load failed for ‘lintr’:
.onLoad failed in loadNamespace() for 'processx', details:
call: loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
error: object 'vI' not found
In addition: Warning message:
package ‘lintr’ was built under R version 3.6.3

I have been able to get lintr to work by uninstalling R and deleting the folder that holds packages and then reinstalling R. And then installing the packages lintr, shiny, and miniUI at the R console. Agreeing to let RStudio install the latter two did not work.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.