diff options
Diffstat (limited to 'community/R/R.post-install')
-rw-r--r-- | community/R/R.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/R/R.post-install b/community/R/R.post-install new file mode 100644 index 0000000000..f4603051e1 --- /dev/null +++ b/community/R/R.post-install @@ -0,0 +1,8 @@ +#!/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 |