aboutsummaryrefslogtreecommitdiffstats
path: root/community/R/R.post-install
blob: 2f831c51593e4d0e28a2ac33a9d7c25049d1bf4f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cat <<EOF
*
* If you want to install R packages from CRAN that contains native extensions,
* then you must also install R-dev.
*
* To avoid warnings about R.css when installing R extensions also install R-doc.
*
EOF