[ESS] Ess does not find path to user packages
Naresh Gurbuxani
n@re@h_gurbux@n| @end|ng |rom hotm@||@com
Sat Feb 8 16:16:17 CET 2025
.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 using 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 using r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/ess-help
More information about the ESS-help
mailing list