mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
3fb0a46958
Port changes: * Add check that /proc is mounted that fails when it is not * Add pkg-message warning users about the need to have /proc mounted * Fix typo in passing arguments in the shell script bin/rstudio Reported by: Kostas Oikonomou <ko@research.att.com> (user)
12 lines
405 B
Plaintext
12 lines
405 B
Plaintext
======================================================================
|
|
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
|
|
======================================================================
|