You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 🤔
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 descriptionI 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.
The text was updated successfully, but these errors were encountered: