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