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.DataDir directory containing all variable data used by Posit Connect.
  • The SQLite.Dir directory, which can optionally be placed outside the data directory.
  • Configuration directories, including /etc/rstudio-connect.
  • The Server.TempDir directory contains a connect-workspaces sub-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 update
Terminal
cat i-am-not-a-cat.txt
library(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.rpm
RHEL 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.rpm
RHEL/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.rpm
Ubuntu 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.deb
Ubuntu 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.rpm

Other elements

Callouts

Note

Something here

Tip

Something here

Warning

Something here

Important

Something here

Something here

Something here

Something here

Something here

Quotes

Something really interesting here.

Lists

  • Unordered list
    • Unordered list
      • Unordered list
  • Unordered list
  • Unordered list
  1. first
  2. second
  3. third

Images

Below, is an image.

Testing out the alt text styles.

Footnotes

  1. Information Technology↩︎