aports/testing/R/R.post-install
Jakub Jirutka 086e95610c testing/R: enable most of the USE flags and add -dev dependencies
R users often plots graphs, so they need all these USE flags for
graphics stuff.
2016-05-23 11:40:36 +00:00

9 lines
144 B
Bash

#!/bin/sh
cat <<EOF
*
* If you want to install R packages from CRAN that contains native extensions,
* then you must also install R-dev.
*
EOF