From e6ff50fc2e6b69a3b58127d50b5dc7c61d29fe6f Mon Sep 17 00:00:00 2001 From: Andreas Andreou <42944990+adandreou@users.noreply.github.com> Date: Thu, 25 Jun 2020 02:23:23 +0300 Subject: [PATCH] Add R 4.0.2 (#1952) * add R 4.0.1 * fix version * fix manifest * fix 4.0.1.yaml * change version to 4.0.2 --- manifests/RProject/R/4.0.2.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifests/RProject/R/4.0.2.yaml diff --git a/manifests/RProject/R/4.0.2.yaml b/manifests/RProject/R/4.0.2.yaml new file mode 100644 index 000000000..c98cb1d42 --- /dev/null +++ b/manifests/RProject/R/4.0.2.yaml @@ -0,0 +1,13 @@ +Id: RProject.R +Publisher: RProject +Name: RProject R +AppMoniker: R +Version: 4.0.2 +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.2-win.exe + Sha256: c2445666c5387aee6137e5587013e9c2643d80fc871767d548efefa60e56029c \ No newline at end of file