Skip to content
@coatless-rpkg

Various R Packages

R packages created by @coatless and contributors

Various R Packages

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.

Installation

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")

Requirements

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

Contact

For questions, suggestions, or issues:

Acknowledgments

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.

Popular repositories Loading

  1. searcher searcher Public

    Query Search Portals from R

    R 73 6

  2. assignr assignr Public

    Tools for Educators Writing Assignments in RMarkdown

    R 42 7

  3. rcppensmallen rcppensmallen Public

    Rcpp integration for the Ensmallen templated C++ mathematical optimization library

    C++ 32 3

  4. r-to-armadillo r-to-armadillo Public

    Converting base R code to Armadillo code for use with RcppArmadillo or for external programs (e.g. Matlab, Mathematica, ...)

    C++ 30 9

  5. cetcolor cetcolor Public

    CET Perceptually Uniform Colour Maps for R

    R 30 3

  6. errorist errorist Public

    Automatic Error and Warning Search from R

    R 27 2

Repositories

Showing 10 of 44 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

R C++ C

Most used topics

Loading…