a-package-installation.Rmd
library(finddxtemplate)
if (requireNamespace("remotes")){install.packages("remotes")}
remotes::install_local(path = "path/to/finddxtemplate_0.1.0.tar.gz",
repos = "http://cran.rstudio.com",
type = "source")
if (requireNamespace("remotes")){install.packages("remotes")}
# a window opens and asks to choose the package in tar.gz format
remotes::install_local(path = file.choose(),
repos = "http://cran.rstudio.com",
type = "source")