R Package Template Repository (RPTR)
RPTR is a template repository for NuclearFF R packages.
Install RPTR with pak using the R console:
install.packages("pak")
pak::pak("nuclearfantasyfootball/rptr")Another way is to utilize remotes:
remotes::install_github("nuclearfantasyfootball/rptr")