Re: [R-SIG-Mac] Strange library problem with 4.0

2020-04-25 Thread Kevin Ushey
Can you confirm that you see this even with: R --vanilla -s -e "writeLines(.libPaths())" If you don't see the issue there, the most likely culprit is something in a .Rprofile that's causing the old library path to be used. Kevin On Sat, Apr 25, 2020 at 4:59 AM Bob Rudis wrote: > > Can you

Re: [R-SIG-Mac] Strange library problem with 4.0

2020-04-25 Thread Bob Rudis
Can you try it with the "tar" method and see if it has the same behavior? I use the gzip'd tar files and have multiple versions running on multiple Macs and .libPaths() is not exhibiting that behavior. On Sat, Apr 25, 2020 at 5:47 AM Erich Subscriptions wrote: > > I installed R 4.0 on 2

[R-SIG-Mac] Strange library problem with 4.0

2020-04-25 Thread Erich Subscriptions
I installed R 4.0 on 2 machines, an iMac and a Macbook Pro. Before that, I installed RSwitch and did what the site tells to do: sudo pkgutil --forget org.r-project.R.el-capitan.fw.pkg \ --forget org.r-project.x86_64.tcltk.x11 \ --forget org.r-project.x86_64.texinfo \