Greg Lin
|
b67a78e39e
|
Merge pull request #151 from rstudio/custom-install-path
Support custom installation paths for R
|
2023-01-18 12:25:04 -06:00 |
|
Gábor Csárdi
|
fc4212278b
|
Merge branch 'main' into feature/arm64
|
2023-01-10 20:30:58 +01:00 |
|
Gábor Csárdi
|
3e927c5055
|
Tell arch to nfpm
|
2023-01-10 19:45:32 +01:00 |
|
Greg Lin
|
cca0417d89
|
Support custom installation paths for R
|
2023-01-09 17:43:57 -06:00 |
|
Greg Lin
|
744b8d2a18
|
Update RStudio references to Posit
|
2022-11-30 15:58:14 -06:00 |
|
Greg Lin
|
ef86564f8f
|
Replace fpm with nFPM for all other platforms
|
2022-08-24 11:53:58 -05:00 |
|
Greg Lin
|
d49f9104db
|
Add -dev libs for R packages that link against libR
For consistency with CentOS and SUSE, and to install packages that
link against libR from source, like rJava. See `R CMD config --ldflags` and
https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Compiling-against-the-R-library
|
2020-05-14 14:55:02 -05:00 |
|
Greg Lin
|
650d3650ce
|
Switch to dev PCRE in Ubuntu/Debian packages
For consistency with CentOS and SUSE, and because packages that
link against libR like rJava need PCRE dev headers to install
from source.
|
2020-05-14 13:56:58 -05:00 |
|
Greg Lin
|
048f2ca063
|
Remove unnecessary PCRE2 dependency on R 3.x
For more details on PCRE2 usage in R 3.x, see:
7d25524f8b/m4/R.m4 (L3056-L3058)
7d25524f8b/m4/R.m4 (L3139-L3155)
|
2020-05-14 12:45:10 -05:00 |
|
Dan Buch
|
87c9ed44b0
|
Add support for Debian 10 (buster)
Closes #58
|
2020-04-30 15:10:14 -04:00 |
|