Page MenuHomeSolus

Improve runtime dependencies for RStudio
Closed, ResolvedPublic

Description

Installing packages in RStudio requires their compilation. Packages like "make" are not installed along RStudio, thus compilation fails. It might be a good idea to pull the development packages along RStudio to ensure that all required tools are present.

Event Timeline

Many people can (and do) use R without building additional packages.

If you added system.devel, many R packages still wouldn't build without further packages installed. Where does it end, install every package that an R package needs to compile as well?

In saying that, there is certainly a need for the information to be available for users. My thinking is towards the future 'Help Center' as the solution rather than overloading it with rundeps.

As soon as you want to create/use more advanced graphics and methods you need to use R packages like ggplot2 and thus compile them before. system.devel is probably overkill, but as gcc and gcc-fortran are installed along the RStudio package, make should be as well. And maybe also the R base package itself for a little bit more convenience.

as gcc and gcc-fortran are installed along the RStudio package, make should be as well.

The reason gfortran (and therefore gcc) are installed with R is because they're required for R to run

And maybe also the R base package itself for a little bit more convenience.

Ahhh yeah, definitely should be installed with it!

JoshStrobl renamed this task from Include system.devel as dependency for RStudio to Improve runtime dependencies for RStudio.Dec 21 2016, 10:45 AM
JoshStrobl triaged this task as Normal priority.
JoshStrobl edited projects, added Software; removed Platform Integration.
JoshStrobl moved this task from Backlog to Package Fixes on the Software board.