Commit a2592d21 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1534 from skiman6010/patch-6

Update r.rb
parents 1cf8e1f9 82ffc4ad
......@@ -3,22 +3,9 @@ require 'package'
class R < Package
description 'R is a free software environment for statistical computing and graphics.'
homepage 'https://www.r-project.org/'
version '3.4.2'
source_url 'https://cran.r-project.org/src/base/R-3/R-3.4.2.tar.gz'
source_sha256 '971e30c2436cf645f58552905105d75788bd9733bddbcb7c4fbff4c1a6d80c64'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/r-3.4.2-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'dac307e30891e02a849e6431df21acac81c8f20bae560c88f5db3216dd2261d0',
armv7l: 'dac307e30891e02a849e6431df21acac81c8f20bae560c88f5db3216dd2261d0',
i686: '',
x86_64: '44be08fad3ef36250aa8b82a26ed3131e8726ba72e0ffbfe6ab120125ea1a26b',
})
version '3.4.3'
source_url 'https://cran.r-project.org/src/base/R-3/R-3.4.3.tar.gz'
source_sha256 '7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426'
# depends_on 'gfortran' # require gfortran enabled gcc
depends_on 'pcre' # need to use pcre not pcre2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment