Failed Installation: Error: package or namespace load failed for ‘timechange’ in dyn.load(file, DLLpath = DLLpath, ...):
Hi I am trying to install timechange with command install.packages("timechange"). I continue getting the error Error: package or namespace load failed for ‘timechange’ in dyn.load(file, DLLpath = DLLpath, ...). below is the full error description
I am using R version 4.4.0 with gcc-14 on MacOS. I also installed cctz as dependency already. Thank you so much for your help.
CI build on mac and all CRAN checks on mac are ok. I guess it has to do with the GCC on your machine. Any chance you can compile it with the default clang on Mac? In fact install.packages should pick up the binary by default on Mac. It does not do that for you.
It's kinda time to bump CCTZ dependency for this package. I wonder if it could help your case 🤔