diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-18 13:03:46 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-18 13:03:46 +0200 |
commit | d50351209bd14888ab45c69920b232b2002abe17 (patch) | |
tree | b22bea2d30265b77f37f22629a625cc239793e2b /community/R/R.post-install | |
parent | 8cff117adb70765c083260d727f9e2a3c3fe9407 (diff) | |
download | aports-d50351209bd14888ab45c69920b232b2002abe17.tar.bz2 aports-d50351209bd14888ab45c69920b232b2002abe17.tar.xz |
community/R: move from testing
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 |