README.md

augmentr

R-CMD-check

Additional utilities that are not included in base R

The {augmentr} package for R contains several, one-off tools that augment the functionality provided by base R. This collection of functions are utility or calculatory in nature.

Getting Started

Prerequisites

Some prerequisites to getting this product up and running in R: - Install R (https://www.r-project.org/) - Install RStudio (recommended) (https://www.rstudio.com/) - Download and install the {devtools} package from CRAN - From R/RStudio console enter: install.packages("devtools") - Download and install the most current {devtools} package from Github - From R/RStudio console enter: remotes::install_github("r-lib/devtools")

Installing

Now that R is setup (with or without RStudio) and the {devtools} package is installed, it's possible to start downloading and installing R packages directly from Gitub. To download, install, and start using the {augmentr} package follow the steps: - Download and install the {augmentr} package from Github - From R/RStudio console enter: remotes::install_github("mike-decarlo/augmentr") - Load the {augmentr} package library - From R/RStudio console enter: library(augmentr)

Authors

License

This project is licensed under the GPL-3 License - see the LICENSE file for details

Acknowledgments



mike-decarlo/augmentR documentation built on March 17, 2023, 11:05 a.m.