Re: Automating R package dependencies

2019-07-04 Thread Elliott Sales de Andrade
FYI, I have put together a Change proposal for this work, which you may have seen announced [1]. On Mon, 17 Jun 2019 at 09:35, José Abílio Matos wrote: > > On Sunday, 16 June 2019 03.09.41 WEST Elliott Sales de Andrade wrote: > > Hi R-interested packagers and others, > > > > So now the question i

Re: Automating R package dependencies

2019-06-18 Thread Florian Festi
It would be really great to have a proper upstream repository for these scripts so they don't just live inside of distgit. They could have their own repository in https://github.com/rpm-software-management or could be placed in https://github.com/rpm-software-management/rpm-extras. What ever you li

Re: Automating R package dependencies

2019-06-17 Thread José Abílio Matos
On Sunday, 16 June 2019 03.09.41 WEST Elliott Sales de Andrade wrote: > Hi R-interested packagers and others, > > So now the question is how to apply this. I expect there are social > concerns, i.e., discussing with the R maintainer, making a > Self-contained Change, etc. But for this email, I am

Re: Automating R package dependencies

2019-06-16 Thread Iñaki Ucar
On Sun, 16 Jun 2019 at 22:52, Elliott Sales de Andrade wrote: > >> > 6. R only has two levels of dependencies (hard-require or suggested, >> > but not installed by default). Thus both build- and runtime-optional >> > packages are in Suggests; do we care about the extra Suggests? >> >> Sometimes th

Re: Automating R package dependencies

2019-06-16 Thread Elliott Sales de Andrade
On Sun, Jun 16, 2019, 10:00 AM Iñaki Ucar, wrote: > On Sun, 16 Jun 2019 at 05:07, Elliott Sales de Andrade > wrote: > > > > Hi R-interested packagers and others, > > > > Recently, I've been looking at how RPM can automatically determine > > Provides and Requires [1]. I have since implemented thi

Re: Automating R package dependencies

2019-06-16 Thread Iñaki Ucar
On Sun, 16 Jun 2019 at 05:07, Elliott Sales de Andrade wrote: > > Hi R-interested packagers and others, > > Recently, I've been looking at how RPM can automatically determine > Provides and Requires [1]. I have since implemented this for R using > an R script [2] and some file attributes [3]. Foll

Automating R package dependencies

2019-06-15 Thread Elliott Sales de Andrade
Hi R-interested packagers and others, Recently, I've been looking at how RPM can automatically determine Provides and Requires [1]. I have since implemented this for R using an R script [2] and some file attributes [3]. Following other languages' Provides, I have namespaced them as R(packageName).