From fa7cad52e5c400bcfbad97328bce0a8d35ab4487 Mon Sep 17 00:00:00 2001 From: Andreas Sagen Date: Tue, 2 Jun 2020 00:01:18 +0200 Subject: [PATCH] R project.base (#1304) * Added base distribution of R * Changed RProject.base to RProject.R * Changed LicenseUrl based on feedback * Added x86 installer * Added AppMoniker Co-authored-by: Christophe Dervieux * Added ManifestVersion * Added Switches to x64 installer * Removed x86 due to incompadability with the repo atm * # in front of ManifestVersion to fix error * Removed switches; Changed InstallerType Co-authored-by: Christophe Dervieux --- manifests/RProject/R/4.0.0.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/RProject/R/4.0.0.yaml diff --git a/manifests/RProject/R/4.0.0.yaml b/manifests/RProject/R/4.0.0.yaml new file mode 100644 index 000000000..4e1a87a53 --- /dev/null +++ b/manifests/RProject/R/4.0.0.yaml @@ -0,0 +1,14 @@ +Id: RProject.R +Publisher: RProject +Name: RProject R +AppMoniker: R +Version: 4.0.0 +License: GNU General Public License, version 2 +LicenseUrl: https://www.r-project.org/COPYING +Description: The base binary distribution of R statistics language. +InstallerType: inno +Installers: + - Arch: x64 + Url: https://cloud.r-project.org/bin/windows/base/R-4.0.0-win.exe + Sha256: CA0C28A4F3E0AE66F64F01024BCCF3F3477C6E1008698AB96CEB3162E24E6C87 +# ManifestVersion: 0.1.0 \ No newline at end of file