TIER is an R package to Provides documentation for your R project,
through version 4.0 of the TIER protocol, developed by Project TIER.
Install the package from CRAN using:
install.packages("TIER")To install the package’s development version, use:
if(!require(remotes)) install.packages("remotes")
remotes::install_github("marcustorresz/TIER")Using TIER to help to organize you project is easy. Just use
tier_protocol function and you are ready to go.
We welcome any help to improve TIER. In case you wish to contribute
with code, use GitHub Pull
Requests
– we will be more than happy to acknowledge any assistance by updating
our authors’ list. Bug reports and suggestions can be done via GitHub
issues.