r-stage
by r-stage
by r-stage
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-dbplyr | 2.1.1 | A 'dplyr' back end for databases that allows you to work with remote database tables as if they are in-memory data frames. Basic features works with any database that has a 'DBI' back end; more advanced features require 'SQL' translation to be provided by the package author. | Mar 25, 2025 | MIT |
| r-data.table | 1.14.2 | Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development. | Mar 25, 2025 | MPL-2.0 | file LICENSE |
| r-cpp11 | 0.4.2 | Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors. | Mar 25, 2025 | MIT |
| r-base | 4.2.0 | R is a free software environment for statistical computing and graphics. | Mar 25, 2025 | GPL-2.0 |
| _r-mutex | 1.0.0 | A mutex package to ensure environment exclusivity between Anaconda R and MRO. | Mar 25, 2025 | BSD |
| r-tidyverse | 1.3.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://www.tidyverse.org>. | Mar 25, 2025 | MIT |
| r-openssl | 2.0.0 | Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers. Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519. Cryptographic signatures can either be created and verified manually or via x509 certificates. AES can be used in cbc, ctr or gcm mode for symmetric encryption; RSA for asymmetric (public key) encryption or EC for Diffie Hellman. High-level envelope functions combine RSA and AES for encrypting arbitrary sized data. Other utilities include key generators, hash functions (md5, sha1, sha256, etc), base64 encoder, a secure random number generator, and 'bignum' math methods for manually performing crypto calculations on large multibyte integers. | Mar 25, 2025 | MIT |
| r-lubridate | 1.8.0 | Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details. | Mar 25, 2025 | GPL-2 |
| r-reticulate | 1.25 | Interface to 'Python' modules, classes, and functions. When calling into 'Python', R data types are automatically converted to their equivalent 'Python' types. When values are returned from 'Python' to R they are converted back to R types. Compatible with all versions of 'Python' >= 2.7. | Mar 25, 2025 | Apache License 2.0 |
| r-cli | 3.3.0 | A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well. | Mar 25, 2025 | MIT |
| r-pbdzmq | 0.3_7 | 'ZeroMQ' is a well-known library for high-performance asynchronous messaging in scalable, distributed applications. This package provides high level R wrapper functions to easily utilize 'ZeroMQ'. We mainly focus on interactive client/server programming frameworks. For convenience, a minimal 'ZeroMQ' library (4.2.2) is shipped with 'pbdZMQ', which can be used if no system installation of 'ZeroMQ' is available. A few wrapper functions compatible with 'rzmq' are also provided. | Mar 25, 2025 | GPL-3 |
| r-lattice | 0.20_45 | 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-vctrs | 0.4.1 | Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces. | Mar 25, 2025 | MIT |
| r-pkgconfig | 2.0.3 | Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected. | Mar 25, 2025 | MIT |
| r-rvest | 1.0.2 | Wrappers around the 'xml2' and 'httr' packages to make it easy to download, then manipulate, HTML and XML. | Mar 25, 2025 | MIT |
| r-crayon | 1.5.1 | 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 |
| r-magrittr | 2.0.3 | 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 |
| r-mass | 7.3_57 | Functions and datasets to support Venables and Ripley, "Modern Applied Statistics with S" (4th edition, 2002). | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-purrr | 0.3.4 | A complete and consistent functional programming toolkit for R. | Mar 25, 2025 | GPL-3 |
| r-rcpptoml | 0.1.7 | The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R. | Mar 25, 2025 | GPL-2 |
| r-tibble | 3.1.7 | Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the traditional data frame. | Mar 25, 2025 | MIT |
| r-tzdb | 0.3.0 | Provides an up-to-date copy of the Internet Assigned Numbers Authority (IANA) Time Zone Database. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight saving time rules. Additionally, this package provides a C++ interface for working with the 'date' library. 'date' provides comprehensive support for working with dates and date-times, which this package exposes to make it easier for other R packages to utilize. Headers are provided for calendar specific calculations, along with a limited interface for time zone manipulations. | Mar 25, 2025 | MIT |
| r-utf8 | 1.2.2 | 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-blob | 1.2.3 | R's raw vector is useful for storing a single binary object. What if you want to put a vector of them in a data frame? The 'blob' package provides the blob object, a list of raw vectors, suitable for use as a column in data frame. | Mar 25, 2025 | MIT |
| r-rcolorbrewer | 1.1_3 | Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org. | Mar 25, 2025 | Apache License 2.0 |