s3alfisc / fwildclusterboot

Fast Wild Cluster Bootstrap Inference for Regression Models / OLS in R. Additionally, R port to WildBootTests.jl via the JuliaConnectoR.
https://s3alfisc.github.io/fwildclusterboot/
GNU General Public License v3.0
22 stars 4 forks source link

arm64 Architecture Incompatibility #83

Closed jcha1997 closed 1 year ago

jcha1997 commented 1 year ago

Hello again, I'm currently operating off a 2022 Macbook Pro, which runs off of an arm64 architecture. While the CRAN download supported this new architecture, the current devtools/github/r-universe ports do not, which is leading to compilation errors. Most of the previous issue errors seems to be a result of this issue as well. Currently, I believe the package installation relies on an x86 architecture, but I could be wrong. Thought I would open up an issue!

Jeremiah

s3alfisc commented 1 year ago

Yes, this appears to still be an open issue within the r-universe ecosystem. Thanks for letting me know! I still have not heard back from CRAN (I re-submitted around two weeks ago) & hope that this will change rather soon =) Have you managed to install the package by downloading the github repo and installing it locally?

jcha1997 commented 1 year ago

Unfortunately, I could not - it seems that although I could pull the binaries manually from r-universe and have a local tar.gz file for install, the installation fails because it relies on a x86 architecture for files. This guide gives some information about the change from Intel to M chips, but to no avail :(

s3alfisc commented 1 year ago

One last thing to try is to download the tar.gz from the CRAN archive and try to install locally?

jcha1997 commented 1 year ago

Unfortunately, I tried that as well

s3alfisc commented 1 year ago

[fwildclusterboot](https://cran.r-project.org/web/packages/fwildclusterboot/index.html) is back on CRAN! I suppose you will be able to download the binaries within the next days 😄