On 14/06/2019 5:04 a.m., Michael Gruenstaeudl wrote:
Assume an R package (`myRpackage`) that has a conda package
(`condaDependecy`) as a system requirement. The file `DESCRIPTION` of
the R package would read like:
Package: myRpackage
...
SystemRequirements: condaDependecy (>= 0
Assume an R package (`myRpackage`) that has a conda package
(`condaDependecy`) as a system requirement. The file `DESCRIPTION` of
the R package would read like:
Package: myRpackage
...
SystemRequirements: condaDependecy (>= 0.1)
...
How can I ensure the automatic installation o