erblast
by erblast
by erblast
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-ggplot2 | 3.1.1 | A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details. | Mar 25, 2025 | GPL-2 | file LICENSE |
| r-rlang | 0.4.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-bit | 1.1_14 | True boolean datatype (no NAs), coercion from and to logicals, integers and integer subscripts; fast boolean operators and fast summary statistics. With 'bit' vectors you can store true binary booleans {FALSE,TRUE} at the expense of 1 bit only, on a 32 bit architecture this means factor 32 less RAM and ~ factor 32 more speed on boolean operations. Due to overhead of R calls, actual speed gain depends on the size of the vector: expect gains for vectors of size > 10000 elements. Even for one-time boolean operations it can pay-off to convert to bit, the pay-off is obvious, when such components are used more than once. Reading from and writing to bit is approximately as fast as accessing standard logicals - mostly due to R's time for memory allocation. The package allows to work with pre-allocated memory for return values by calling .Call() directly: when evaluating the speed of C-access with pre-allocated vector memory, coping from bit to logical requires only 70% of the time for copying from logical to logical; and copying from logical to bit comes at a performance penalty of 150%. the package now contains further classes for representing logical selections: 'bitwhich' for very skewed selections and 'ri' for selecting ranges of values for chunked processing. All three index classes can be used for subsetting 'ff' objects (ff-2.1-0 and higher). | Mar 25, 2025 | GPL-2 |
| r-htmlwidgets | 1.3 | A framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and 'Shiny' web applications. | Mar 25, 2025 | MIT + file LICENSE |
| r-oetter | 0.2.14 | Collection of functions I frequently use | Mar 25, 2025 | None |
| r-knitr | 1.20 | Provides a general-purpose tool for dynamic report generation in R using Literate Programming techniques. | Mar 25, 2025 | GPL |
| r-xgboost | 0.90.0.2 | Extreme Gradient Boosting, which is an efficient implementation of the gradient boosting framework from Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>. This package is its R interface. The package includes efficient linear model solver and tree learning algorithms. The package can automatically do parallel computation on a single machine which could be more than 10 times faster than existing gradient boosting packages. It supports various objective functions, including regression, classification and ranking. The package is made to be extensible, so that users are also allowed to define their own objectives easily. | Mar 25, 2025 | Apache License (== 2.0) | file LICENSE |
| r-matrix | 1.2_14 | 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. | Mar 25, 2025 | GPL (>= 2) | file LICENCE |
| r-viridislite | 0.3.0 | Implementation of the 'viridis' - the default -, 'magma', 'plasma', 'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', and 'inferno' are ported from 'matplotlib' <http://matplotlib.org/>, a popular plotting library for 'python'. 'cividis', was developed by Jamie R. Nuñez and Sean M. Colby. 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 (all color maps in this package) and color vision deficiency ('cividis' only). This is the 'lite' version of the more complete 'viridis' package that can be found at <https://cran.r-project.org/package=viridis>. | Mar 25, 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. | 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-maps | 3.3.0 | Display of maps. Projection code and larger maps are in separate packages ('mapproj' and 'mapdata'). | Mar 25, 2025 | GPL-2 |
| r-pls | 2.6_0 | Multivariate regression methods Partial Least Squares Regression (PLSR), Principal Component Regression (PCR) and Canonical Powered Partial Least Squares (CPPLS). | Mar 25, 2025 | GPL-2 |
| r-hms | 0.4.2 | Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class. | Mar 25, 2025 | GPL-3 |
| r-mass | 7.3_50 | Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002). | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-scales | 0.5.0 | Graphical scales map data to aesthetics, and provide methods for automatically determining breaks and labels for axes and legends. | Mar 25, 2025 | MIT + file LICENSE |
| r-islr | 1.2 | We provide the collection of data-sets used in the book 'An Introduction to Statistical Learning with Applications in R'. | Mar 25, 2025 | GPL-2 |
| r-dimred | 0.1.0 | A collection of dimensionality reduction techniques from R packages and provides a common interface for calling the methods. | Mar 25, 2025 | GPL-3 | file LICENSE |
| r-tidyverse | 1.2.1 | The 'tidyverse' is a set of packages that work in harmony because they share common data representations and 'API' design. This package is designed to make it easy to install and load multiple 'tidyverse' packages in a single step. Learn more about the 'tidyverse' at <https://tidyverse.org>. | Mar 25, 2025 | GPL-3 | file LICENSE |
| r-fastmatch | 1.1_0 | Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory. | Mar 25, 2025 | GPL-2 |
| 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'. | Mar 25, 2025 | BSL-1.0 |
| 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-spam | 2.2_2 | Set of functions for sparse matrix algebra. Differences with other sparse matrix packages are: (1) we only support (essentially) one sparse matrix format, (2) based on transparent and simple structure(s), (3) tailored for MCMC calculations within G(M)RF. (4) and it is fast and scalable (with the extension package spam64). | Mar 25, 2025 | LGPL-2 | BSD_3_clause + file LICENSE |
| r-igraph | 1.2.2 | Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more. | Mar 25, 2025 | GPL (>= 2) |
| r-rstudioapi | 0.7 | Access the RStudio API (if available) and provide informative error messages when it's not. | Mar 25, 2025 | MIT + file LICENSE |