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-mutex | 1.0.0 | A mutex package to ensure environment exclusivity between Anaconda R and MRO. | Mar 25, 2025 | BSD |
| r-askpass | 1.1 | Cross-platform utilities for prompting the user for credentials or a passphrase, for example to authenticate with a server or read a protected key. Includes native programs for MacOS and Windows, hence no 'tcltk' is required. Password entry can be invoked in two different ways: directly from R via the askpass() function, or indirectly as password-entry back-end for 'ssh-agent' or 'git-credential' via the SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user can be prompted for credentials or a passphrase if needed when R calls out to git or ssh. | Mar 25, 2025 | MIT + file LICENSE |
| r-assertthat | 0.2.1 | 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's gone wrong. | Mar 25, 2025 | GPL-3 |
| r-backports | 1.4.1 | Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations. | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-base | 4.2.0 | R is a free software environment for statistical computing and graphics. | Mar 25, 2025 | GPL-2.0 |
| 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-bit | 4.0.4 | Provided are classes for boolean and skewed boolean vectors, fast boolean methods, fast unique and non-unique integer sorting, fast set operations on sorted and unsorted sets of integers, and foundations for ff (range index, compression, chunked processing). | Mar 25, 2025 | GPL-2 | GPL-3 |
| r-bit64 | 4.0.5 | Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support inter- active data exploration and manipulation and optionally leverage caching. | Mar 25, 2025 | GPL-2 | GPL-3 |
| 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-brio | 1.1.3 | Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings. | Mar 25, 2025 | MIT |
| r-broom | 0.8.0 | Summarizes key information about statistical objects in tidy tibbles. This makes it easy to report results, create plots and consistently work with large numbers of models at once. Broom provides three verbs that each provide different types of information about a model. tidy() summarizes information about model components such as coefficients of a regression. glance() reports information about an entire model, such as goodness of fit measures like AIC and BIC. augment() adds information about individual observations to a dataset, such as fitted values or influence measures. | Mar 25, 2025 | MIT |
| r-bslib | 0.3.1 | Simplifies custom 'CSS' styling of both 'shiny' and 'rmarkdown' via 'Bootstrap' 'Sass'. Supports both 'Bootstrap' 3 and 4 as well as their various 'Bootswatch' themes. An interactive widget is also provided for previewing themes in real time. | Mar 25, 2025 | MIT |
| r-callr | 3.7.0 | It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that. | Mar 25, 2025 | MIT |
| r-cellranger | 1.1.0 | Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification. | Mar 25, 2025 | MIT |
| 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-clipr | 0.8.0 | Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards. | Mar 25, 2025 | GPL-3 |
| r-colorspace | 2.0_3 | Carries out mapping between assorted color spaces including RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and polar CIELAB. Qualitative, sequential, and diverging color palettes based on HCL colors are provided along with corresponding ggplot2 color scales. Color palette choice is aided by an interactive app (with either a Tcl/Tk or a shiny graphical user interface) and shiny apps with an HCL color picker and a color vision deficiency emulator. Plotting functions for displaying and assessing palettes include color swatches, visualizations of the HCL space, and trajectories in HCL and/or RGB spectrum. Color manipulation functions include: desaturation, lightening/darkening, mixing, and simulation of color vision deficiencies (deutanomaly, protanomaly, tritanomaly). Details can be found on the project web page at <https://colorspace.R-Forge.R-project.org/> and in the accompanying scientific paper: Zeileis et al. (2020, Journal of Statistical Software, <doi:10.18637/jss.v096.i01>). | Mar 25, 2025 | BSD_3_clause |
| 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-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-curl | 4.3.2 | 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. | 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-dbi | 1.1.2 | A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations. | Mar 25, 2025 | LGPL-2.1 |
| 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-desc | 1.4.1 | Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages. | Mar 25, 2025 | MIT |
| r-diffobj | 0.3.5 | Generate a colorized diff of two R objects for an intuitive visualization of their differences. | Mar 25, 2025 | GPL-2 | GPL-3 |