inst/doc/b1-setting-up-and-using-rix-on-linux-and-windows.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----include=FALSE------------------------------------------------------------
library(rix)

## ----eval = F-----------------------------------------------------------------
# library(rix)
# 
# rix(
#   r_ver = "4.4.2",
#   r_pkgs = c("dplyr", "ggplot2"),
#   system_pkgs = NULL,
#   git_pkgs = NULL,
#   ide = "none",
#   project_path = ".",
#   overwrite = TRUE
# )

## ----eval = F-----------------------------------------------------------------
# rix(
#   r_ver = "latest-upstream",
#   r_pkgs = NULL,
#   git_pkgs = list(
#     package_name = "rix",
#     repo_url = "https://github.com/ropensci/rix",
#     commit = "76d1bdd03d78589d399b4b9d473ecde616920a82"
#   ),
#   ide = "none",
#   project_path = ".",
#   overwrite = TRUE
# )

## ----parsermd-chunk-2-0, eval = FALSE-----------------------------------------
# install.packages("rix")

## ----parsermd-chunk-2, eval = FALSE-------------------------------------------
# install.packages("rix", repos = c(
#   "https://ropensci.r-universe.dev",
#   "https://cloud.r-project.org"
# ))

Try the rix package in your browser

Any scripts or data that you put into this service are public.

rix documentation built on Sept. 11, 2025, 5:12 p.m.