.libPaths() does not see the new directory added. !> .libPaths() [1] "/opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/library”
In my .Rprofile, I can include the new directory in .libPaths(). But then, why do I need to update my init.el file also? > On Feb 8, 2025, at 10:10 AM, Sparapani, Rodney via ESS-help > <ess-help@r-project.org> wrote: > > Hi Naresh: > > What does .libPaths() show for you? > > For me, � >> .libPaths() > [1] "/home/rsparapa/R/4.3.1/lib64/R/library" > [2] "/usr/local/R/4.3.1/lib64/R/library" > > So for me, I think, it should be set like this� > (setq ess-r-package-library-paths "/home/rsparapa/R/4.3.1/lib64/R/library") > > Of course, R needs to know about this too. In my ~/.Rprofile I have� > .libPaths('~/R/4.3.1/lib64/R/library') > -- > Rodney Sparapani, Associate Professor of Biostatistics, He/Him > President, Wisconsin Chapter of the American Statistical Association > Division of Biostatistics, Data Science Institute > Medical College of Wisconsin, Milwaukee Campus > > > [[alternative HTML version deleted]] > > ______________________________________________ > ESS-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/ess-help ______________________________________________ ESS-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/ess-help