mro_test
by mro_test (Organization)
by mro_test (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 |
|---|
| mro-base | 3.5.0 | — | Mar 25, 2025 | — |
| 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 |
| _r-mutex | 1.0.0 | A mutex package to ensure environment exclusivity between Anaconda R and MRO. | Mar 25, 2025 | BSD |
| 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-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-microsoftr | 3.5.0.108 | Umbrella package with licenses and notices for all Microsoft R packages | Mar 25, 2025 | file LICENSE |
| r-nlme | 3.1_137 | Fit and compare Gaussian linear and nonlinear mixed-effects models. | Mar 25, 2025 | GPL (>= 2) | file LICENCE |
| r-matrix | 1.2_14 | Classes and methods for dense and sparse matrices and operations on them using 'LAPACK' and 'SuiteSparse'. | Mar 25, 2025 | GPL (>= 2) | file LICENCE |
| r-boot | 1.3_20 | Functions and datasets for bootstrapping from the book "Bootstrap Methods and Their Application" by A. C. Davison and D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S. | Mar 25, 2025 | Unlimited |
| r-nnet | 7.3_12 | Software for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-foreign | 0.8_70 | Reading and writing data stored by some versions of 'Epi Info', 'Minitab', 'S', 'SAS', 'SPSS', 'Stata', 'Systat', 'Weka', and for reading and writing some 'dBase' files. | Mar 25, 2025 | GPL (>= 2) |
| r-yaml | 2.1.19 | Implements the 'libyaml' 'YAML' 1.1 parser and emitter (<http://pyyaml.org/wiki/LibYAML>) for R. | Mar 25, 2025 | BSD_3_clause + file LICENSE |
| r-rpart | 4.1_13 | Recursive partitioning for classification, regression and survival trees. An implementation of most of the functionality of the 1984 book by Breiman, Friedman, Olshen and Stone. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-mgcv | 1.8_23 | Generalized additive (mixed) models, some of their extensions and other generalized ridge regression with multiple smoothing parameter estimation by (Restricted) Marginal Likelihood, Generalized Cross Validation and similar. Includes a gam() function, a wide variety of smoothers, JAGS support and distributions beyond the exponential family. | Mar 25, 2025 | GPL (>= 2) |
| r-iterators | 1.0.10 | Support for iterators, which allow a programmer to traverse through all the elements of a vector, list, or other collection of data. | Mar 25, 2025 | Apache License (== 2.0) |
| r-kernsmooth | 2.23_15 | Functions for kernel smoothing (and density estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing". | Mar 25, 2025 | Unlimited |
| r-tidyselect | 0.2.4 | A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection. | Mar 25, 2025 | GPL-3 |
| 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-rlang | 0.2.0 | 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-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-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-rcpp | 0.12.17 | 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-whisker | 0.3_2 | logicless templating, reuse templates in many programming languages including R | Mar 25, 2025 | GPL-3 |
| 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-survival | 2.41_3 | Contains the core survival analysis routines, including definition of Surv objects, Kaplan-Meier and Aalen-Johansen (multi-state) curves, Cox models, and parametric accelerated failure time models. | Mar 25, 2025 | LGPL (>= 2) |