## ----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
# )