Welcome to @coatless and contributors' collection of R packages! This GitHub organization serves as a central repository for R packages that provide statistical computing tools, data analysis utilities, and enhanced R programming capabilities.
Each R package is maintained in its own repository, making it easy to find, use, and contribute to specific projects.
Most packages can be installed from either CRAN (Stable) or GitHub (Developmental).
For CRAN released packages, you can install them using:
install.packages("package_name")
For developmental and cutting-edge features, please install the package using:
# install.packages("remotes")
remotes::install_github("coatless-rpkg/package_name")
We assume at least the following is available:
- R (>= 4.2.0)
- RStudio (recommended), Positron, or VS Code
- Additional dependencies specified in individual repository DESCRIPTION files
For questions, suggestions, or issues:
- Open an issue in the relevant repository
- Contact @coatless directly through social media
We thank all contributors who have helped improve and maintain these packages. Special thanks to the R community for their continued support and inspiration.
This organization is maintained by @coatless. For more information about other projects, visit thecoatlessprofessor.com.