okay how do I find and edit the .Renviron file? I tried using the find command in terminal but it was unable to locate it.
When I tried > Sys.getenv("R_PROFILE_USER")
[
This is what I got.
1] ""
Warning messages:
1: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
2: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
3: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
4: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
5: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
6: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
7: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
8: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
9: In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
I also tried your advice by using the following:
install.packages("qqman", lib = "C:/Program Files/R/R-3.6.3/library")
And I am still getting the In get(Info...R_decompress1 error message. I assume it is saying that it is still unable to find the environment for the packages?