#!/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
