r – Rstudio push and pull buttons are grayed out after using the renv package in a project

I installed the renv package in R. The problem is that whenever I activate renv in a project, the Rstudio push and pull buttons are grayed out. From what I could verify:

  • The git and github settings remain the same globally.
  • This only occurs in projects where I am using renv.
  • When accessing the R Studio Tools menu > Project Options > Git/SVN, Origin is set to “none”, and this only happens in those projects where I activate renv.

Any suggestions as to what the problem could be?

Read more here: Source link