Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----include=FALSE------------------------------------------------------------
library(rix)
## ----eval = F-----------------------------------------------------------------
# path_default_nix <- tempdir()
#
#
# rix(
# r_ver = "4.3.1",
# r_pkgs = c("quarto"),
# system_pkgs = "quarto",
# tex_pkgs = c("amsmath"),
# ide = "none",
# shell_hook = "",
# project_path = path_default_nix,
# overwrite = TRUE,
# print = TRUE
# )
## ----eval = FALSE-------------------------------------------------------------
# rix(
# r_ver = "4.3.1",
# r_pkgs = c("quarto", "MASS"),
# system_pkgs = "quarto",
# tex_pkgs = c("amsmath"),
# ide = "none",
# shell_hook = "",
# project_path = path_default_nix,
# overwrite = TRUE,
# print = TRUE
# )
## ----eval = FALSE-------------------------------------------------------------
# rix(
# r_ver = "4.3.1",
# r_pkgs = c("quarto", "MASS"),
# system_pkgs = "quarto",
# tex_pkgs = c(
# "amsmath",
# "environ",
# "fontawesome5",
# "orcidlink",
# "pdfcol",
# "tcolorbox",
# "tikzfill"
# ),
# ide = "none",
# shell_hook = "",
# project_path = path_default_nix,
# overwrite = TRUE,
# print = TRUE
# )
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.