Error “.onLoad failed in loadNamespace() for 'tcltk'”
I have a general question about how to effectively load any kind of external package into R. I have found that many sources detailing this information are simply insufficient, but I will leave out mentioning those respective URLs. I have successfully loaded external packages into R before, but I am having difficulties loading the fgui package. In my specific case, I cannot load the library fgui into R Studio. First I download directly from CRAN with the command: install.packages("fgui", lib="~/Documents/R_dir") This works fine for me. My working directory is set to ~/Documents/R_dir The next