Skip to content
Prev 56952 / 63421 Next

Offer zip builds

Hi,

I am on macOS primarily, albeit, I have run both Windows and Linux routinely in years past.

That being said, these days, I do run Windows 10 under a Parallels VM on macOS, as I have a single commercial application that I need to run for clients now and then, and it sadly only runs on a real Windows install (e.g. not with Wine).

To your points:

The R for Windows FAQ does provide some information on installing R as a non-Admin:

  https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-install-R-for-Windows_003f

as well as Registry change related information:

  https://cran.r-project.org/bin/windows/base/rw-FAQ.html#Does-R-use-the-Registry_003f

There is also information on running from external media:

 https://cran.r-project.org/bin/windows/base/rw-FAQ.html#Can-I-run-R-from-a-CD-or-USB-drive_003f

and uninstalling:

  https://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-UNinstall-R_003f


In addition, the R-Admin manual provides information on the Inno Setup installer:

  https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Building-the-Inno-Setup-installer
  https://cran.r-project.org/doc/manuals/r-release/R-admin.html#The-Inno-Setup-installer

which leads you to:

  http://jrsoftware.org/isinfo.php

and shows that Inno Setup is, like R, fully open source, hence reviewable and not a black box, any more than R itself is. That should not be a surprise...

While I understand the use case you describe, it is, as I noted initially, up to R Core to be willing to provide an official release of a ZIP based installation. Unless you can make the case to them to expend the finite resources that they have to support this as part of each version release process, in light of the prior discussions, it is not clear that this appears to be a priority.

Again, I do not speak for them.

Otherwise, it falls to the community to volunteer to engage in that activity and fulfill the need.

Regards,

Marc