R-ArcGIS / r-bridge-install

Install the R ArcGIS Tools
Apache License 2.0
188 stars 59 forks source link

404 error bad url #121

Open HWOOLLEYBLM opened 9 months ago

HWOOLLEYBLM commented 9 months ago

zip master file references bad url. results in error unable to access repository. unable to access correct package.

JosiahParry commented 9 months ago

@HWOOLLEYBLM can you please provide more details? Which zip master file reference?

HWOOLLEYBLM commented 9 months ago

https://github.com/R-ArcGIS/r-bridge-install/archive/refs/heads/master.zip

references

https://r.esri.com/bin/windows/contrib/4.3 which gives me the 404 error

JosiahParry commented 9 months ago

Thanks for providing the urls. Where are you finding the links with bad urls?

HWOOLLEYBLM commented 9 months ago

Annotation 2023-10-02 142245

amilanes2424 commented 8 months ago

Did you ever get this resolved? I have the same issue.

JosiahParry commented 8 months ago

@HWOOLLEYBLM @amilanes2424 this is because there is no 4.3 build of arcgisbinding. The error message indicates that you have R version 4.3 installed. You can install the 4.2 build from https://r.esri.com/bin/ by downloading the zip and using install.packages("path/to/pkg.zip", repos = NULL). I've brought this up to the team and we should be able to fix it in the coming weeks.