I'm trying to renv::restore()
on a macOS-Intel, R 4.1, and I'm running into trouble with RcppArmadillo
version 0.11.2.0.0. I can't install from source — there are some compiler errors, and sorting those out is completely beyond my skillset.
Some web searching uncovered this forum thread, which pointed me to Posit Package Manager. The forum thread gave the example https://packagemanager.posit.co/cran/2023-10-31/bin/windows/contrib/4.3/xfun_0.40.zip: using the Package manager, find a date when the old package version was current, plug that into the URL, and you can retrieve a binary. Opening that URL in my browser downloads a zip archive that, I assume, contains the correct binary.
In my case, the url should be something like https://packagemanager.posit.co/cran/2022-08-17/bin/macosx/contrib/4.1/RcppArmadillo_0.11.2.0.0.tgz. The date there is the day before the next version of RcppArmadillo was released. But that 404s. I get the same 404 if I try the day of and the day after version 0.11.2.0.0 was released.
Any idea how I can locate this archived binary?