mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
9 lines
144 B
Bash
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
|