install.packages(
"bmhe",
repos=c("https://cran.rstudio.com","giabaio.github.io/drat/"),
type="source",
dependencies=TRUE
)Gianluca Baio’s R repository
This webpage is my own personal R repository. It contains a number of R packages that are not hosted on CRAN, the official R repository. It has been constructed using the R package drat.
Packages hosted on this repository
Instructions
To install one of the packages hosted in this repository, you can use the standard install.packages command in your R terminal. For example, something like the following.