inst/doc/how_to_use.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
    echo=TRUE,
    eval=FALSE,
    comment = "#>"
)

## -----------------------------------------------------------------------------
#  packages_to_install <- tibble::tribble(~package,       ~source,~url,
#                                    "librarian",    "github","DesiQuintans/librarian",
#                                    "box",          "cran","",
#                                    "randomForest", "cran","",    # for RandomForest
#                                    "here",         "cran","",
#                                    "fs",           "cran","",
#                                    "aussiemaps",    "r-universe","https://carlosyanez.r-universe.dev"
#                                    )
#  

## -----------------------------------------------------------------------------
#  just.install::justinstall(packages_to_install)

Try the just.install package in your browser

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

just.install documentation built on March 18, 2022, 7:44 p.m.