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 39 repositories
  • shinydocker Public

    Dockerize an R or Python Shiny application

    0 0 0 0 Updated Mar 24, 2025
  • multideploy Public

    Systematically deploy files across multiple GitHub repositories

    R 7 AGPL-3.0 0 0 0 Updated Mar 23, 2025
  • .github Public

    GitHub specific template files

    0 0 0 0 Updated Mar 22, 2025
  • shinyelectron Public

    R package to setup a standalone shiny application built with electron

    R 3 0 0 0 Updated Mar 17, 2025
  • rcppbandicoot Public

    Rcpp integration for the Bandicoot templated C++ GPU computational library based on Armadillo

    C++ 1 GPL-3.0 0 0 0 Updated Feb 27, 2025
  • usaspending Public

    Access Records from USASpending.Gov

    R 0 0 0 0 Updated Feb 19, 2025
  • sim Public

    Simulate various kinds of data

    0 0 0 0 Updated Feb 3, 2025
  • peeky Public

    All your shinylive apps are belong to us

    R 12 AGPL-3.0 0 0 0 Updated Jan 17, 2025
  • nntoy Public

    Toy R package showing an implementation of an L-layer network using base R.

    0 0 0 0 Updated Jan 2, 2025
  • shinytangle Public

    Bringing Tangle Slider Inputs to Shiny

    R 2 AGPL-3.0 0 0 0 Updated Dec 28, 2024

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