Port details |
- RStudio Integrated development environment (IDE) for R (desktop UI version)
- 2022.12.0+353_8 devel
=3 2022.12.0+353_8Version of this port present on the latest quarterly branch. BROKEN: fails to build with Boost>=1.87
IGNORE: is marked as broken: fails to build with Boost>=1.87
- Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-12-02 03:32:27
- Last Update: 2025-02-14 03:17:20
- Commit Hash: 58eb0d4
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- Also Listed In: java math
- License: AGPLv3
- WWW:
- https://rstudio.com/
- Description:
- RStudio is an integrated development environment (IDE) for R.
It includes a console, syntax-highlighting editor that supports direct
code execution, as well as tools for plotting, history, debugging and
workspace management.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/RStudio/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install devel/RStudio
- pkg install RStudio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: RStudio
- Package flavors (<flavor>: <package>)
- desktop: RStudio
- server: RStudio-server
- distinfo:
- TIMESTAMP = 1672353588
SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494
SIZE (core-dictionaries.zip) = 876339
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ant : devel/apache-ant
- sysinfo.h : devel/libsysinfo
- node : www/node
- pandoc : textproc/hs-pandoc
- R-cran-rstudioapi>0 : devel/R-cran-rstudioapi
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- java : java/openjdk11
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- as : devel/binutils
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- qmldir : x11-toolkits/qt5-quickcontrols
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- qmldir : x11-toolkits/qt5-quickcontrols
- Library dependencies:
-
- libR.so : math/R
- libboost_thread.so : devel/boost-libs
- libinotify.so : devel/libinotify
- libsoci_core.so : databases/soci
- libuuid.so : misc/e2fsprogs-libuuid
- libyaml-cpp.so : devel/yaml-cpp
- libpq.so.5 : databases/postgresql16-client
- libsqlite3.so : databases/sqlite3
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Qml.so : x11-toolkits/qt5-declarative
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Location.so : devel/qt5-location
- libQt5Network.so : net/qt5-network
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Sensors.so : comms/qt5-sensors
- libQt5Sql.so : databases/qt5-sql
- libQt5Svg.so : graphics/qt5-svg
- libQt5WebChannel.so : www/qt5-webchannel
- libQt5WebEngineCore.so : www/qt5-webengine
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- libQt5XmlPatterns.so : textproc/qt5-xmlpatterns
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for RStudio-2022.12.0+353_8:
WITH_QUARTO=off: Build with support for Quarto
===> Use 'make config' to modify these settings
- Options name:
- devel_RStudio
- USES:
- cmake fortran java:build localbase:ldflags pgsql pkgconfig sqlite ssl desktop-file-utils qt:5 shared-mime-info
- pkg-message:
- For install:
- 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
In order to enable RStudio Server service at startup and start it please run:
# sysrc rstudio_server_enable="YES"
# service rstudio-server start
and then navigate to http://localhost:8787/ in your browser.
You can also start the RStudio Server service once with:
# service rstudio-server onestart
and then navigate to http://localhost:8787/ in your browser.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.443 28 Mar 2018 16:28:14
  |
yuri  |
devel/RStudio: Update 1.1.442 -> 1.1.443 |
1.1.442 18 Mar 2018 15:32:15
  |
yuri  |
devel/RStudio: Update to 1.1.442
Changelog is in:
https://support.rstudio.com/hc/en-us/articles/200716783-RStudio-Release-History |
1.1.441_1 10 Mar 2018 17:46:06
  |
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.1.441 07 Mar 2018 18:11:02
  |
yuri  |
devel/RStudio: Update to 1.1.441
Approved by: tcberner (mentor, implicit) |
1.1.436 01 Mar 2018 06:16:12
  |
yuri  |
devel/RStudio: Update to 1.1.436
Also added the symlink to pandoc that is needed for some commands.
Approved by: tcberner (mentor, implicit) |
1.1.434 26 Feb 2018 08:16:59
  |
yuri  |
devel/RStudio: Unbroke the port; Updated to 1.1.434
It was broken because due to the internally set LD_LIBRARY_PATH
containing /lib /lib/libgcc_s.so.1 was loading and causing
conflict with the gcc's libgcc_s.so library.
Fixed by LD_PRELOAD of the gcc's libgcc_s.so library.
Approved by: tcberner (mentor, implicit) |
1.1.409_1 18 Jan 2018 04:11:03
  |
jbeich  |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
1.1.409 07 Jan 2018 20:50:32
  |
yuri  |
devel/RStudio: Update to 1.1.409 (also fixes building with boost 1.66)
The RStudio's upstream merged the boost fix into the master for FreeBSD.
Additionally, the comment is modified to reflect the new poudriere feature
MAX_FILES_${PKGBASE} that needs to be utilized to make this port build
in poudriere, since it opens more files than the default limit of 1024.
PR: 224827
Submitted by: myself
Reported by: jbeich
Approved by: adamw
Differential Revision: https://reviews.freebsd.org/D13748 |
1.1.405 23 Dec 2017 18:17:51
  |
yuri  |
devel/RStudio: Update to 1.1.405
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13597 |
1.1.385 06 Dec 2017 11:55:20
  |
mat  |
Do not set WRKSRC when using USE_GITHUB, it is always correct.
If it is not correct, it is because you did not set GH_PROJECT
correctly.
Sponsored by: Absolight |
1.1.385 02 Dec 2017 03:32:17
  |
yuri  |
New port: devel/rstudio: Integrated development environment (IDE) for R
PR: 220359
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13139 |