Joshua Spiewak
1e0fa9b8e7
Merge pull request #53 from rstudio/r-4
...
Support R 4.x.x
2020-04-27 14:41:30 -04:00
Joshua Spiewak
16be369c4f
Support R 4.x.x
...
- Be compatible with AWS CLI v2
- `npm audit fix`
2020-04-27 14:21:57 -04:00
Jonathan Curran
c30d2f734e
s/Inc/PBC/
2020-04-24 15:29:11 -06:00
Jonathan Curran
9ad80adba4
Merge branch 'master' into jc-ubuntu-20
2020-04-24 15:27:36 -06:00
Greg Lin
1e03fcc8bb
Merge pull request #50 from rstudio/sles12-repo
...
Update SLES 12 installation for Science repository removal
2020-04-24 14:31:00 -05:00
Greg Lin
7d2f5ee7cc
Update SLES 12 installation for Science repository removal
...
The Science repo no longer supports SLES 12. Switch to using the
Python backports repository on SLES 12 for openblas-devel.
2020-04-24 13:29:10 -05:00
Greg Lin
0e2cfa3f83
Merge pull request #51 from rstudio/fix-c6
...
Fix pip installation on CentOS 6; RStudio, Inc -> PBC
2020-04-24 13:24:05 -05:00
Greg Lin
374827079c
Fix pip installation on CentOS 6
...
Previously, the pip install was failing with:
InsecurePlatformWarning: A true SSLContext object is not available.
2020-04-24 10:35:02 -05:00
Greg Lin
606e0ba647
Update RStudio Inc. -> RStudio, PBC
2020-04-24 10:34:49 -05:00
Jonathan Curran
833b44f315
Add Ubuntu 20 support
2020-04-23 08:40:24 -06:00
Greg Lin
dc71610429
Merge pull request #48 from rstudio/zlib-centos8
...
Skip CentOS 8 / R 3.3 builds with the configure script bug
2019-11-06 09:39:52 -06:00
Greg Lin
5c0fb384cc
Skip CentOS 8 / R 3.3 builds with the configure script bug
2019-11-05 17:48:05 -06:00
Steve Nolen
f1c4167ba1
Merge pull request #46 from rstudio/chore-deploy
...
shift deploy to separate job
2019-11-05 11:54:31 -05:00
Steve Nolen
d1c0f3c94a
pr feedback
2019-10-31 11:08:14 -04:00
Steve Nolen
0016ba2f4b
shift deploy to separate job
2019-10-31 09:56:31 -04:00
Greg Lin
1b347c9714
Merge pull request #45 from rstudio/rhel7-repo-doc
...
Add note about enabling the Optional repo on RHEL 7
2019-10-29 11:53:43 -05:00
Greg Lin
ce0180967f
Add note about enabling the Optional repo on RHEL 7
2019-10-28 16:42:50 -05:00
Jonathan Yoder
8aea222dbf
Merge pull request #44 from rstudio/jon/qi
...
Support RHEL Minor Versions in quick install
2019-10-28 14:44:17 -04:00
Jonathan Yoder
535f98b82e
Support RHEL Minor Versions in quick install
2019-10-28 09:01:30 -04:00
Greg Lin
6d0ff57098
Merge pull request #38 from rstudio/centos-8
...
Add R builds for CentOS/RHEL 8
2019-10-17 18:08:32 -05:00
Greg Lin
355ab5aada
Merge pull request #39 from rstudio/fix-centos6-cxx11
...
Fix incompatibility with default gcc on CentOS/RHEL 6
2019-10-07 10:05:52 -05:00
Greg Lin
bcc588166c
Add bash shebangs
2019-10-04 13:05:40 -05:00
Greg Lin
b973973d39
Additional details on C++11 config note
2019-10-04 11:01:56 -05:00
Greg Lin
f8c4a7d4ff
Clarify comment about C++11 config
2019-10-03 17:54:50 -05:00
Greg Lin
ff7f7906c6
Use -std=gnu++0x on CentOS/RHEL 6 for compatibility with the default gcc
...
CentOS/RHEL 6 have gcc 4.4.7 by default, which does not support -std=gnu++11.
Previously, packages like digest were failing to compile on CentOS 6 using the
default gcc.
2019-10-03 16:57:29 -05:00
Greg Lin
501a66c96c
Add R builds for CentOS 8
2019-10-02 17:03:39 -05:00
Greg Lin
7182392191
Merge pull request #37 from ricardofandrade/ricardo/parametrized_quick_install
...
Ricardo/parametrized quick install
2019-09-20 15:33:53 -05:00
Ricardo Andrade
91c91eb9b8
Better documentation
2019-09-20 11:53:50 -05:00
Ricardo Andrade
b45d75e22a
Optionally skips confirmation during the quick install
2019-09-20 11:10:27 -05:00
Greg Lin
cacc3f17bb
Merge pull request #34 from rstudio/user-agent-2
...
Add OS info to user agent; set user agent in system Rprofile
2019-09-09 14:39:22 -05:00
Jonathan Yoder
135b42074b
Merge pull request #31 from rstudio/jon/quick-install
...
Quick Install Script
2019-09-09 15:30:15 -04:00
Jonathan Yoder
5a4df2094c
Full semantic versioning
...
Co-Authored-By: Ricardo Andrade <ricardofandrade@users.noreply.github.com>
2019-09-09 15:29:15 -04:00
Jonathan Yoder
ee97eaf99e
versions -> version
...
Co-Authored-By: Ricardo Andrade <ricardofandrade@users.noreply.github.com>
2019-09-09 15:29:03 -04:00
Jonathan Yoder
cfbf3b36b9
Better matching
2019-09-09 09:02:41 -04:00
Jonathan Yoder
e945acf089
Fixes per PR feedback
2019-09-09 08:55:54 -04:00
Jonathan Yoder
58408121ea
Merge pull request #35 from ricardofandrade/ricardo/parametrized_quick_install
...
Takes version as 2nd arg, R versions, help and version CLI switches, silent json fetch
2019-09-09 08:09:23 -04:00
Ricardo Andrade
be34efabd7
Add help command and standard CLI switches
2019-09-06 15:13:13 -05:00
Ricardo Andrade
5a394f7990
Tweaks: blank line and plural "versions"
2019-09-06 14:50:39 -05:00
Ricardo Andrade
b95b27f625
Takes version as 2nd argument, list versions switch, silent json fetch
2019-09-06 14:38:38 -05:00
Greg Lin
47312dbe9a
Merge pull request #33 from rstudio/glin/libicu
...
Use non-devel libicu for CentOS 6 rpm
2019-09-06 09:40:03 -05:00
Greg Lin
685c8228ba
Set the HTTP user agent in the system Rprofile
2019-09-05 16:29:49 -05:00
Greg Lin
a541837927
Add OS identifier to the default HTTP user agent
2019-09-05 16:29:49 -05:00
Greg Lin
d453ac42ca
Merge pull request #30 from rstudio/user-agent
...
Set default HTTP user agent
2019-09-05 16:29:21 -05:00
Greg Lin
171e0b0bf8
Use non-devel libicu for CentOS 6 rpm
...
RHEL 6 doesn't come with libicu-devel by default, only libicu.
2019-09-05 14:52:41 -05:00
Greg Lin
75b9a0d60d
Only set user agent for R 3.6.0 and later
2019-09-04 16:44:06 -05:00
Greg Lin
92028bb31b
Set user agent during build process
2019-09-04 16:44:06 -05:00
Greg Lin
c452bacb94
Switch user agent format
2019-09-04 16:44:06 -05:00
Greg Lin
e496419e09
Preserve the default HTTP user agent for R 3.6+
2019-09-04 16:44:06 -05:00
sellorm
9a8d2ee4ef
Allows building of RPMs for CentOS 6 ( #32 )
...
* Allows building of RPMs for CentOS 6
Builds on earlier work and provides the tooling required to create Linux OS packages (deb in this case).
Modifies: Dockerfile.centos-6
So that it includes the fpm package build tool and also copies in the packaging script
Adds: package.centos-6
which is the packaging script which runs fpm with the required parameters and dependencies
* Added additional font dependency
2019-09-04 22:28:52 +01:00
Jonathan Yoder
674f5fe48e
Tweaks
2019-08-28 11:25:55 -04:00