exasol / r-exasol

The EXASOL package for R provides an interface to the EXASOL database.
http://www.exasol.com
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Change install documentation for Linux #105

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

Background

Our Getting Started -> Prerequisites chapter states:

...
For Linux: Install the `R-devel` (RPM) or `r-base-dev` (Debian) package.
...

However, for RPM, we should recommend to use the R-base-devel package, which uses the production version of R, not the developer version.

Acceptance Criteria

Change the documentation to:

For Linux: Install the `R-base-devel` (RPM) or `r-base-dev` (Debian) package.