Skip to content
Prev 14680 / 15075 Next

R 4.4 crashes loading dplyr

Hmm, worx4me. At least from a fresh source build.

I am suspicious of the "4.2" in a number of entries in your log, e.g. 

 {
   "source" : "P",
   "arch" : "x86_64",
   "base" : 5029900288,
   "size" : 3260416,
   "uuid" : "c3e6d895-7059-3865-aa61-a941ea1c4569",
   "path" :
"\/Library\/Frameworks\/R.framework\/Versions\/4.2\/Resources\/lib\/libR.dylib",

   "name" : "libR.dylib"
 },

which suggests that you may be mixing incompatible binaries. Do you have an older private library on your search path? That has bitten me at some point.


- pd.