Posit Documentation Theme
This is a Quarto website. Reference the Quarto docs for more information.
Header two
Deploy all the work you create in R & Python with Posit Connect, including Shiny, Streamlit, Bokeh, and Dash applications. Quarto documents. Jupyter Notebooks. Models. Reports. Dashboards. Even APIs. With customizable access controls and authentication options that make IT1 happy.
Other examples:
- The
Server.DataDirdirectory containing all variable data used by Posit Connect. - The
SQLite.Dirdirectory, which can optionally be placed outside the data directory. - Configuration directories, including
/etc/rstudio-connect. - The
Server.TempDirdirectory contains aconnect-workspacessub-directory with per-process temporary directories.
Code blocks
# Posit Workbench
helm repo add rstudio https://helm.rstudio.com
# Pull the latest versions of the Helm charts
helm repo updateTerminal
cat i-am-not-a-cat.txtlibrary(sparklyr)
sc <- spark_connect(
cluster_id = "Enter here your cluster ID",
method = "databricks_connect"
)Code tabs
RHEL 9
$ curl -O https://download2.rstudio.org/server/rhel9/x86_64/rstudio-workbench-rhel-?var:version-x86_64.rpm
$ sudo yum install rstudio-workbench-rhel-?var:version-x86_64.rpmRHEL 8
$ curl -O https://download2.rstudio.org/server/rhel8/x86_64/rstudio-workbench-rhel-?var:version-x86_64.rpm
$ sudo yum install rstudio-workbench-rhel-?var:version-x86_64.rpmRHEL/CentOS 7 / Amazon Linux 2
$ curl -O https://download2.rstudio.org/server/centos7/x86_64/rstudio-workbench-rhel-?var:version-x86_64.rpm
$ sudo yum install rstudio-workbench-rhel-?var:version-x86_64.rpmUbuntu 22
$ sudo apt-get install gdebi-core
$ curl -O https://download2.rstudio.org/server/jammy/amd64/rstudio-workbench-?var:version-amd64.deb
$ sudo gdebi rstudio-workbench-?var:version-amd64.debUbuntu 20 / Debian 10/11/12
$ sudo apt-get install gdebi-core
$ curl -O https://download2.rstudio.org/server/focal/amd64/rstudio-workbench-?var:version-amd64.deb
$ sudo gdebi rstudio-workbench-?var:version-amd64.deb$ curl -O https://download2.rstudio.org/server/opensuse15/x86_64/rstudio-workbench-?var:version-x86_64.rpm
$ sudo zypper install rstudio-workbench-?var:version-x86_64.rpmOther elements
Callouts
Note
Something here
Tip
Something here
Warning
Something here
Important
Something here
Expand me
Something here
Expand me
Something here
Expand me
Something here
Expand me
Something here
Quotes
Something really interesting here.
Lists
- Unordered list
- Unordered list
- Unordered list
- Unordered list
- Unordered list
- Unordered list
- first
- second
- third
Images
Below, is an image.
Footnotes
Information Technology↩︎