inst/dependencies.R

# No Remotes ----
# Attachments ----
# to_install <- c("MASS", "numDeriv")
to_install <- c("MASS")
no.packages = length(to_install)

for (i in 1:no.packages) {
    message(paste("looking for ", to_install[i]))
    message(paste("     installing", to_install[i] ))
    install.packages(to_install[i])
}

Try the bayesestdft package in your browser

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

bayesestdft documentation built on April 3, 2025, 7:46 p.m.