rdonnellyr
by rdonnellyr (Organization)
by rdonnellyr (Organization)
To install packages from this channel, use the channel temporarily with conda or add it to your .condarc file for configured ongoing access. Learn more
| Name | Latest Version | Summary | Updated | License |
|---|
| r-jsonlite | 1.5 | A fast JSON parser and generator optimized for statistical data and the web. Started out as a fork of 'RJSONIO', but has been completely rewritten in recent versions. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications. | Mar 25, 2025 | MIT + file LICENSE |
| r-r6 | 2.2.2 | The R6 package allows the creation of 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 support inheritance, even when the classes are defined in different packages. | Mar 25, 2025 | MIT + file LICENSE |
| mro-base | 3.5.1 | R is a free software environment for statistical computing and graphics. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-rcpp | 0.12.18 | The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, <doi:10.18637/jss.v040.i08>), the book by Eddelbuettel (2013, <doi:10.1007/978-1-4614-6868-4>) and the paper by Eddelbuettel and Balamuta (2018, <doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details. | Mar 25, 2025 | GPL (>= 2) |
| r-magrittr | 1.5 | Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe." | Mar 25, 2025 | MIT + file LICENSE |
| r-crayon | 1.3.4 | Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project. | Mar 25, 2025 | MIT + file LICENSE |
| r-glue | 1.3.0 | An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/stable/manual/strings/#triple-quoted-string-literals>. | Mar 25, 2025 | MIT + file LICENSE |
| mro-base_impl | 3.5.1 | R is a free software environment for statistical computing and graphics. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-revoutils | 11.0.0 | Utility functions for Microsoft R | Mar 25, 2025 | GPL-2 |
| r-lattice | 0.20_35 | A powerful and elegant high-level data visualization system inspired by Trellis graphics, with an emphasis on multivariate data. Lattice is sufficient for typical graphics needs, and is also flexible enough to handle most nonstandard requirements. See ?Lattice for an introduction. | Mar 25, 2025 | GPL (>= 2) |
| r-digest | 0.6.15 | Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash' and 'murmurhash' algorithms) permitting easy comparison of R language objects, as well as a function 'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used. | Mar 25, 2025 | GPL (>= 2) |
| r-nlme | 3.1_137 | Fit and compare Gaussian linear and nonlinear mixed-effects models. | Mar 25, 2025 | GPL (>= 2) | file LICENCE |
| r-curl | 3.2 | The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with http specific tools and logic. | Mar 25, 2025 | MIT + file LICENSE |
| r-base64enc | 0.1_3 | This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-stringi | 1.2.4 | Allows for fast, correct, consistent, portable, as well as convenient character string/text processing in every locale and any native encoding. Owing to the use of the 'ICU' library, the package provides 'R' users with platform-independent functions known to 'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available features include: pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, Unicode normalization, date-time formatting and parsing, and many more. | Mar 25, 2025 | file LICENSE (FOSS) |
| r-stringr | 1.3.1 | A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another. | Mar 25, 2025 | GPL-2 | file LICENSE |
| r-evaluate | 0.11 | Parsing and evaluation tools that make it easy to recreate the command line behaviour of R. | Mar 25, 2025 | MIT + file LICENSE |
| r-htmltools | 0.3.6 | Tools for HTML generation and output. | Mar 25, 2025 | GPL (>= 2) |
| r-utf8 | 1.1.4 | Process and print 'UTF-8' encoded international text (Unicode). Input, validate, normalize, encode, format, and display. | Mar 25, 2025 | Apache License (== 2.0) | file LICENSE |
| r-tibble | 1.4.2 | Provides a 'tbl_df' class (the 'tibble') that provides stricter checking and better formatting than the traditional data frame. | Mar 25, 2025 | MIT + file LICENSE |
| r-rlang | 0.2.1 | A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation. | Mar 25, 2025 | GPL-3 |
| r-pillar | 1.3.0 | Provides a 'pillar' generic designed for formatting columns of data using the full range of colours provided by modern terminals. | Mar 25, 2025 | GPL-3 |
| r-assertthat | 0.2.0 | assertthat is an extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what they've done wrong. | Mar 25, 2025 | GPL-3 |
| r-cli | 1.0.0 | A suite of tools designed to build attractive command line interfaces ('CLIs'). Includes tools for drawing rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. | Mar 25, 2025 | MIT + file LICENSE |
| r-purrr | 0.2.5 | A complete and consistent functional programming toolkit for R. | Mar 25, 2025 | GPL-3 | file LICENSE |