r_test
by r_test (Organization)
by r_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 |
|---|
| r-base | 3.6.1 | R is a free software environment for statistical computing and graphics. | Apr 22, 2025 | GPL-3.0 |
| r-rcpp | 1.0.1 | 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. | Apr 22, 2025 | GPL (>= 2) |
| r-lattice | 0.20_38 | 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. | Apr 22, 2025 | GPL (>= 2) |
| r-matrix | 1.2_17 | A rich hierarchy of matrix classes, including triangular, symmetric, and diagonal matrices, both dense and sparse and with pattern, logical and numeric entries. Numerous methods for and operations on these matrices, using 'LAPACK' and 'SuiteSparse' libraries. | Apr 22, 2025 | GPL (>= 2) | file LICENCE |
| r-mass | 7.3_51.3 | Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002). | Apr 22, 2025 | GPL-2 | GPL-3 |
| r-rcpparmadillo | 0.9.300.2.0 | 'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'. Note that Armadillo requires a fairly recent compiler; for the g++ family at least version 4.6.* is required. | Apr 22, 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." | Apr 22, 2025 | MIT + file LICENSE |
| r-r6 | 2.4.0 | 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 support inheritance, even when the classes are defined in different packages. | Apr 22, 2025 | MIT + file LICENSE |
| r-jsonlite | 1.6 | 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. | Apr 22, 2025 | MIT + file LICENSE |
| r-codetools | 0.2_16 | Code analysis tools for R. | Apr 22, 2025 | GPL |
| r-digest | 0.6.18 | 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. | Apr 22, 2025 | GPL (>= 2) |
| r-mvtnorm | 1.0_10 | Computes multivariate normal and t probabilities, quantiles, random deviates and densities. | Apr 22, 2025 | GPL-2 |
| r-glue | 1.3.1 | 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>. | Apr 22, 2025 | MIT + file LICENSE |
| r-survival | 2.44_1.1 | 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. | Apr 22, 2025 | LGPL (>= 2) |
| r-stringi | 1.4.3 | 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' (International Components for Unicode) 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. | Apr 22, 2025 | file LICENSE (FOSS) |
| r-mime | 0.6 | Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems. | Apr 22, 2025 | GPL |
| r-bh | 1.69.0_1 | Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN package. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided. As of release 1.69.0-1, the following Boost libraries are included: 'algorithm' 'align' 'any' 'atomic' 'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' 'detail' 'dynamic_bitset' 'exception' 'filesystem' 'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'math' 'move' 'mpl' 'multiprcecision' 'numeric' 'pending' 'phoenix' 'preprocessor' 'propery_tree' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'utility' 'uuid'. | Apr 22, 2025 | BSL-1.0 |
| r-nlme | 3.1_139 | Fit and compare Gaussian linear and nonlinear mixed-effects models. | Apr 22, 2025 | GPL (>= 2) | file LICENCE |
| 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. | Apr 22, 2025 | Apache License (== 2.0) |
| r-foreach | 1.4.4 | Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. This package in particular is intended to be used for its return value, rather than for its side effects. In that sense, it is similar to the standard lapply function, but doesn't require the evaluation of a function. Using foreach without side effects also facilitates executing the loop in parallel. | Apr 22, 2025 | Apache License (== 2.0) |
| r-pkgconfig | 2.0.2 | Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected. | Apr 22, 2025 | MIT + file LICENSE |
| r-curl | 3.3 | 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. | Apr 22, 2025 | MIT + file LICENSE |
| r-stringr | 1.4.0 | 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. | Apr 22, 2025 | GPL-2 | file LICENSE |
| r-plyr | 1.8.4 | A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of 'plyr' has been generously supported by 'Becton Dickinson'. | Apr 22, 2025 | MIT + file LICENSE |
| r-rlang | 0.3.4 | A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation. | Apr 22, 2025 | GPL-3 |