timechange icon indicating copy to clipboard operation
timechange copied to clipboard

Failed Installation: Error: package or namespace load failed for ‘timechange’ in dyn.load(file, DLLpath = DLLpath, ...):

Open ciel1021 opened this issue 1 year ago • 1 comments

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 Screenshot 2024-12-23 at 2 43 08 AM

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.

ciel1021 avatar Dec 23 '24 07:12 ciel1021

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 🤔

vspinu avatar Dec 26 '24 22:12 vspinu