inst/doc/z-advanced-topic-handling-packages-with-remote-dependencies.R

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

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

## ----eval = F-----------------------------------------------------------------
# path_default_nix <- tempdir()
# 
# rix(
#   r_ver = "latest-upstream",
#   r_pkgs = NULL,
#   system_pkgs = NULL,
#   git_pkgs = list(
#     package_name = "lookup",
#     repo_url = "https://github.com/jimhester/lookup/",
#     commit = "eba63db477dd2f20153b75e2949eb333a36cccfc"
#   ),
#   ide = "none",
#   project_path = path_default_nix,
#   overwrite = TRUE,
#   print = TRUE
# )

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.