Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----eval = FALSE-------------------------------------------------------------
# rix(
# date = ...,
# r_pkgs = c(...), # whatever packages you need
# ide = "positron",
# ...
# )
## ----eval = FALSE-------------------------------------------------------------
# rix(
# date = ...,
# r_pkgs = ...,
# ide = "code", # or "codium"
# ...
# )
## ----eval = FALSE-------------------------------------------------------------
# rix(
# date = ...,
# r_pkgs = c("languageserver", ...), # languageserver is needed
# ide = "none",
# ...
# )
## ----eval = FALSE-------------------------------------------------------------
# rix(
# date = ...,
# r_pkgs = c(...), # whatever packages you need
# ide = "other",
# ...
# )
## ----eval = FALSE-------------------------------------------------------------
# rix(
# date = ...,
# r_pkgs = c(...), # whatever packages you need
# system_pkgs = "emacs",
# ...
# )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.