knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

montelo

Montelo provides a loose collection of modeling functions for testing only

To Dos

Installation

Montelo is a private package. You can install the released version of montelo from github with:

library(devtools)
install_github("lukasfeuer/montelo", auth_token = github_pat(quiet = TRUE) )

This requires the PAT stored in the environment. Add or edith the PAT with:

library(devtools)
usethis::edit_r_environ()

paste:

GITHUB_PAT="actual_token_value"


lukasfeuer/montelo documentation built on Aug. 14, 2022, 5:35 a.m.