freebsd-ports/devel/RStudio/pkg-message
2019-08-13 16:01:59 +00:00

15 lines
306 B
Text

[
{ type: install
message: <<EOM
You installed RStudio: Integrated development environment (IDE) for R.
Please note that RStudio requires /proc to be mounted.
The usual way to do this is to add this line to /etc/fstab:
proc /proc procfs rw 0 0
and then run this command as root:
# mount /proc
EOM
}
]