You can install the development version of the R package ufmgthesis as follows:
install.packages('ufmgthesis', repos = c('https://fndemarqui.r-universe.dev', 'https://cloud.r-project.org'))Using the Template
Before using the template for the first time, make sure the following packages are installed:
pkgs <- c("broom", "ggplot2", "kableExtra", "rmarkdown", "tinytex")
pak::pkg_install(pkgs)