Install Applications on Local Machine
Usage
InstallLocal(
what = c("tmux", "julia", "mpdemo", "lazygit", "pfetch", "quarto"),
all = FALSE,
force = FALSE
)
Arguments
- what
Character string. Vector of applications to install. Valid values include
"tmux"
,"julia"
,"mpdemo"
,"lazygit"
,"pfetch"
, and"quarto"
.- all
Logical. If
all = TRUE
, ignorewhat
and install all validwhat
values.- force
Logical. If
force = TRUE
, install whether or not the application is available in the system.