summarylogtreecommitdiffstats
path: root/setup.R
blob: ac8fbbb106cc6c3898d65216d8a5116ea72bd36f (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env Rscript
args = commandArgs(trailingOnly=TRUE)

if (!require("remotes",quietly=TRUE))
  install.packages("remotes",
                   lib=args[1],
                   repo="https://cloud.r-project.org/")

remotes::install_local("ledgerplots",lib=args[1])