About Anaconda Help Download Anaconda

erblast / packages

Package Name Access Summary Updated
r-quantmod public Specify, build, trade, and analyse quantitative financial trading strategies. 2025-03-25
r-profvis public Interactive visualizations for profiling R code. 2025-03-25
r-proc public Tools for visualizing, smoothing and comparing receiver operating characteristic (ROC curves). (Partial) area under the curve (AUC) can be compared with statistical tests based on U-statistics or bootstrap. Confidence intervals can be computed for (p)AUC or ROC curves. 2025-03-25
r-pki public PKI functions such as verifying certificates, RSA encription and signing which can be used to build PKI infrastructure and perform cryptographic tasks. 2025-03-25
r-pbdzmq public '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. 2025-03-25
r-packrat public Manage the R packages your project depends on in an isolated, portable, and reproducible way. 2025-03-25
r-odbc public A DBI-compatible interface to ODBC databases. 2025-03-25
r-mongolite public High-performance 'MongoDB' client based on 'libmongoc' and 'jsonlite'. Includes support for aggregation, indexing, map-reduce, streaming, encryption, enterprise authentication. The online user manual provides an overview of the available methods in the package: <https://jeroen.github.io/mongolite/>. 2025-03-25
r-miniui public Provides UI widget and layout functions for writing Shiny apps that work well on small screens. 2025-03-25
r-memoise public Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value. 2025-03-25
r-irkernel public The R kernel for the 'Jupyter' environment executes R code which the front-end ('Jupyter Notebook' or other front-ends) submits to the kernel via the network. 2025-03-25
r-irdisplay public An interface to the rich display capabilities of 'Jupyter' front-ends (e.g. 'Jupyter Notebook') <https://jupyter.org>. Designed to be used from a running 'IRkernel' session <https://irkernel.github.io>. 2025-03-25
r-git2r public Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands. 2025-03-25
r-formatr public Provides a function tidy_source() to format R source code. Spaces and indent will be added to the code automatically, and comments will be preserved under certain conditions, so that R code will be more human-readable and tidy. There is also a Shiny app as a user interface in this package (see tidy_app()). 2025-03-25
r-essentials public Some essential packages for working with R 2025-03-25
r-devtools public Collection of package development tools. 2025-03-25
r-desc public Tools to read, write, create, and manipulate DESCRIPTION files. It is intended for packages that create or manipulate other packages. 2025-03-25
r-debugme public Specify debug messages as special string constants, and control debugging of packages via environment variables. 2025-03-25
r-config public Manage configuration values across multiple environments (e.g. development, test, production). Read values using a function that determines the current environment and returns the appropriate value. 2025-03-25
r-commonmark public The CommonMark specification defines a rationalized version of markdown syntax. This package uses the 'cmark' reference implementation for converting markdown text into various formats including html, latex and groff man. In addition it exposes the markdown parse tree in xml format. The latest version of this package also adds support for Github extensions including tables, autolinks and strikethrough text. 2025-03-25
r-classint public Selected commonly used methods for choosing univariate class intervals for mapping or other graphics purposes. 2025-03-25
r-brew public brew implements a templating framework for mixing text and R code for report generation. brew template syntax is similar to PHP, Ruby's erb module, Java Server Pages, and Python's psp module. 2025-03-25
r-blob public 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. 2025-03-25
r-bit64 public 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. 2025-03-25
r-zoo public 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. 2025-03-25

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.1) Legal | Privacy Policy