[This article was first published on R – rud.is, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
RStudio is continuing to refine their
RStudio-pro-2021.11.0-daily+23.pro1.dmg
The full URL for these Amazon S3-hosted builds is something like:
https://s3.amazonaws.com/rstudio-ide-build/desktop/macos/RStudio-pro-2021.11.0-daily%2B23.pro1.dmg
with the +
getting URL encoded to %2B
.
Unfortunately, AWS S3’s fairly unintelligent web server really wanted that +
encoded to %2B
for it to properly map to the retrieved-by-explicit-path-key bucket-backed object store. Since it was not, the download component of RSwitch v2.x failed with a somewhat inaccurate error message.
It was a minor fix that I finally had some spare cycles to make today.
You can download the RSwitch 2.1.2b universal binary here.
To leave a comment for the author, please follow the link and comment on their blog: R – rud.is.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.