How to broke the connection between R and Github

Hi guys,

I'm having a problem, every time that I start the R an error appears:

File .Renviron contain invalid lines(s)
usethis::edit_r_environ()
library(devtools)
devtools::instal_github("cardiomoon/semMediation")
library(devtools)
devtools::install_github("cardiomoon/semMediation")
GITHUB_PAT<-
91f6eb875597ce9159e370278d62e3171df
They were ignored

If I do not start R first and then the Rstudio, I can't open Rstudio. Does anyone know how to solve that? I think I have to stop the connection between R and Github, but I don't know how to do that.

Thanks

This is the key to your issue, you have invalid code in your .Renviron file, just open it and fix it or remove those lines of code.

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