kite-eating-tree
by kite-eating-tree (Organization)
by kite-eating-tree (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 |
|---|
| rpy2 | 2.9.1 | Python interface to the R language (embedded R) | Mar 25, 2025 | GPL-2.0 |
| r-base | 3.4.3 | R is a free software environment for statistical computing and graphics. | Mar 25, 2025 | GPL-3.0 |
| r-xts | 0.10_1 | Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability. | Mar 25, 2025 | GPL (>= 2) |
| r-xtable | 1.8_2 | Coerce data to LaTeX and HTML tables. | Mar 25, 2025 | GPL (>= 2) |
| r-withr | 2.1.1 | A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions. | Mar 25, 2025 | GPL (>= 2) |
| r-yaml | 2.1.16 | 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-whisker | 0.3_2 | logicless templating, reuse templates in many programming languages including R | Mar 25, 2025 | GPL-3 |
| r-zoo | 1.8_0 | An S3 class with methods for totally ordered indexed observations. It is particularly aimed at irregular time series of numeric vectors/matrices and factors. zoo's key design goals are independence of a particular index/date/time class and consistency with ts and base R by providing methods to extend standard generics. | Mar 25, 2025 | GPL-2 | GPL-3 |
| rstudio | 1.1.383 | A set of integrated tools designed to help you be more productive with R | Mar 25, 2025 | Commercial or AGPLv3 |
| r-knitr | 1.18 | Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. | Mar 25, 2025 | GPL |
| 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) |
| 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-stringr | 1.2.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. | Mar 25, 2025 | GPL-2 | file LICENSE |
| r-strucchange | 1.5_1 | Testing, monitoring and dating structural changes in (linear) regression models. strucchange features tests/methods from the generalized fluctuation test framework as well as from the F test (Chow test) framework. This includes methods to fit, plot and test fluctuation processes (e.g., CUSUM, MOSUM, recursive/moving estimates) and F statistics, respectively. It is possible to monitor incoming data online using fluctuation processes. Finally, the breakpoints in regression models with structural changes can be estimated together with confidence intervals. Emphasis is always given to methods for visualizing the data. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-spatial | 7.3_11 | Functions for kriging and point pattern analysis. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-vgam | 1.0_4 | An implementation of about 6 major classes of statistical regression models. At the heart of it are the vector generalized linear and additive model (VGLM/VGAM) classes, and the book "Vector Generalized Linear and Additive Models: With an Implementation in R" (Yee, 2015) <DOI:10.1007/978-1-4939-2818-7> gives details of the statistical framework and VGAM package. Currently only fixed-effects models are implemented, i.e., no random-effects models. Many (150+) models and distributions are estimated by maximum likelihood estimation (MLE) or penalized MLE, using Fisher scoring. VGLMs can be loosely thought of as multivariate GLMs. VGAMs are data-driven VGLMs (i.e., with smoothing). The other classes are RR-VGLMs (reduced-rank VGLMs), quadratic RR-VGLMs, reduced-rank VGAMs, RCIMs (row-column interaction models)---these classes perform constrained and unconstrained quadratic ordination (CQO/UQO) models in ecology, as well as constrained additive ordination (CAO). Note that these functions are subject to change; see the NEWS and ChangeLog files for latest changes. | Mar 25, 2025 | GPL-3 |
| r-uuid | 0.1_2 | Tools for generating and handling of UUIDs (Universally Unique Identifiers). | Mar 25, 2025 | MIT + file LICENSE |
| r-tensorflow | 1.4.3 | Interface to 'TensorFlow' <https://www.tensorflow.org/>, an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more 'CPUs' or 'GPUs' in a desktop, server, or mobile device with a single 'API'. 'TensorFlow' was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well. | Mar 25, 2025 | Apache License 2.0 |
| 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-sp | 1.2_5 | Classes and methods for spatial data; the classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc. | Mar 25, 2025 | GPL (>= 2) |
| _r-mutex | 1.0.0 | A mutex package to ensure environment exclusivity between Anaconda r and MRO. | Mar 25, 2025 | BSD |
| 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-tibble | 1.4.1 | 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-viridis | 0.4.0 | Port of the new 'matplotlib' color maps ('viridis' - the default -, 'magma', 'plasma' and 'inferno') to 'R'. 'matplotlib' <http://matplotlib.org/ > is a popular plotting library for 'python'. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness. | Mar 25, 2025 | MIT + file LICENSE |
| r-xml2 | 1.1.1 | Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library. | Mar 25, 2025 | GPL (>= 2) |