inst/analysis/install.R

stopifnot("Must have `renv` installed." = require(renv))

renv::activate()
tryCatch(
  res <- renv::restore(prompt = FALSE),
  error = function(e) {
    warning(e)
    renv::deactivate()
  }
)

print(res)

Try the paramix package in your browser

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

paramix documentation built on June 10, 2025, 5:14 p.m.