R packages from the Comprehensive R Archive Network. 20 packages indexed with health scores.
Highest ranked & most cached
Functions for Base Types and Core R and 'Tidyverse' Features. A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.
Encapsulated Classes with Reference Semantics. Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they sup
Helpers for Developing Command Line Interfaces. A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII'