r-ellipse
|
public |
Contains various routines for drawing ellipses and ellipse-like confidence regions, implementing the plots described in Murdoch and Chow (1996), A graphical display of large correlation matrices, The American Statistician 50, 178-180. There are also routines implementing the profile plots described in Bates and Watts (1988), Nonlinear Regression Analysis and its Applications.
|
2025-03-25 |
r-dynamictreecut
|
public |
Contains methods for detection of clusters in hierarchical clustering dendrograms.
|
2025-03-25 |
r-dummies
|
public |
Expands factors, characters and other eligible classes into dummy/indicator variables.
|
2025-03-25 |
r-dtt
|
public |
This package provides functions for 1D and 2D Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT).
|
2025-03-25 |
r-downloader
|
public |
Provides a wrapper for the download.file function, making it possible to download files over HTTPS on Windows, Mac OS X, and other Unix-like platforms. The 'RCurl' package provides this functionality (and much more) but can be difficult to install because it must be compiled with external dependencies. This package has no external dependencies, so it is much easier to install.
|
2025-03-25 |
r-doparallel
|
public |
Provides a parallel backend for the %dopar% function using the parallel package.
|
2025-03-25 |
r-domc
|
public |
Provides a parallel backend for the %dopar% function using the multicore functionality of the parallel package.
|
2025-03-25 |
r-disposables
|
public |
Create disposable R packages for testing. You can create, install and load multiple R packages with a single function call, and then unload, uninstall and destroy them with another function call. This is handy when testing how some R code or an R package behaves with respect to other packages.
|
2025-03-25 |
r-dichromat
|
public |
Collapse red-green or green-blue distinctions to simulate the effects of different types of color-blindness.
|
2025-03-25 |
r-diagram
|
public |
Visualises simple graphs (networks) based on a transition matrix, utilities to plot flow diagrams, visualising webs, electrical networks, etc. Support for the book "A practical guide to ecological modelling - using R as a simulation platform" by Karline Soetaert and Peter M.J. Herman (2009), Springer. and the book "Solving Differential Equations in R" by Karline Soetaert, Jeff Cash and Francesca Mazzia (2012), Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb).
|
2025-03-25 |
r-dfoptim
|
public |
Derivative-Free optimization algorithms. These algorithms do not require gradient information. More importantly, they can be used to solve non-smooth optimization problems.
|
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-deriv
|
public |
R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.
|
2025-03-25 |
r-deoptimr
|
public |
Differential Evolution (DE) stochastic algorithms for global optimization of problems with and without constraints. The aim is to curate a collection of its state-of-the-art variants that (1) do not sacrifice simplicity of design, (2) are essentially tuning-free, and (3) can be efficiently implemented directly in the R language. Currently, it only provides an implementation of the 'jDE' algorithm by Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
|
2025-03-25 |
r-denstrip
|
public |
Graphical methods for compactly illustrating probability distributions, including density strips, density regions, sectioned density plots and varying width strips.
|
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-dbi
|
public |
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.
|
2025-03-25 |
r-daag
|
public |
Various data sets used in examples and exercises in the book Maindonald, J.H. and Braun, W.J. (2003, 2007, 2010) "Data Analysis and Graphics Using R".
|
2025-03-25 |
r-cvst
|
public |
The fast cross-validation via sequential testing (CVST) procedure is an improved cross-validation procedure which uses non-parametric testing coupled with sequential analysis to determine the best parameter set on linearly increasing subsets of the data. By eliminating under-performing candidates quickly and keeping promising candidates as long as possible, the method speeds up the computation while preserving the capability of a full cross-validation. Additionally to the CVST the package contains an implementation of the ordinary k-fold cross-validation with a flexible and powerful set of helper objects and methods to handle the overall model selection process. The implementations of the Cochran's Q test with permutations and the sequential testing framework of Wald are generic and can therefore also be used in other contexts.
|
2025-03-25 |
r-csvy
|
public |
Support for import from and export to the CSVY file format. CSVY is a file format that combines the simplicity of CSV (comma-separated values) with the metadata of other plain text and binary formats (JSON, XML, Stata, etc.) by placing a YAML header on top of a regular CSV.
|
2025-03-25 |
r-crul
|
public |
A simple HTTP client, with tools for making HTTP requests, and mocking HTTP requests. The package is built on R6, and takes inspiration from Ruby's 'faraday' gem (<https://rubygems.org/gems/faraday>). The package name is a play on curl, the widely used command line tool for HTTP, and this package is built on top of the R package 'curl', an interface to 'libcurl' (<https://curl.haxx.se/libcurl>).
|
2025-03-25 |
r-crayon
|
public |
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.
|
2025-03-25 |
r-countrycode
|
public |
Standardize country names, convert them into one of eleven coding schemes, convert between coding schemes, and assign region descriptors.
|
2025-03-25 |
r-corrplot
|
public |
A graphical display of a correlation matrix or general matrix. It also contains some algorithms to do matrix reordering. In addition, corrplot is good at details, including choosing color, text labels, color labels, layout, etc.
|
2025-03-25 |
r-corpcor
|
public |
Implements a James-Stein-type shrinkage estimator for the covariance matrix, with separate shrinkage for variances and correlations. The details of the method are explained in Schafer and Strimmer (2005) <DOI:10.2202/1544-6115.1175> and Opgen-Rhein and Strimmer (2007) <DOI:10.2202/1544-6115.1252>. The approach is both computationally as well as statistically very efficient, it is applicable to "small n, large p" data, and always returns a positive definite and well-conditioned covariance matrix. In addition to inferring the covariance matrix the package also provides shrinkage estimators for partial correlations and partial variances. The inverse of the covariance and correlation matrix can be efficiently computed, as well as any arbitrary power of the shrinkage correlation matrix. Furthermore, functions are available for fast singular value decomposition, for computing the pseudoinverse, and for checking the rank and positive definiteness of a matrix.
|
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-conf.design
|
public |
This small library contains a series of simple tools for constructing and manipulating confounded and fractional factorial designs.
|
2025-03-25 |
r-combinat
|
public |
routines for combinatorics
|
2025-03-25 |
r-codetools
|
public |
Code analysis tools for R.
|
2025-03-25 |
r-coda
|
public |
Provides functions for summarizing and plotting the output from Markov Chain Monte Carlo (MCMC) simulations, as well as diagnostic tests of convergence to the equilibrium distribution of the Markov chain.
|
2025-03-25 |
r-clisymbols
|
public |
A small subset of Unicode symbols, that are useful when building command line applications. They fall back to alternatives on terminals that do not support Unicode. Many symbols were taken from the 'figures' 'npm' package (see <https://github.com/sindresorhus/figures>).
|
2025-03-25 |
r-clipr
|
public |
Simple utility functions to read from and write to the Windows, OS X, and X11 clipboards.
|
2025-03-25 |
r-cli
|
public |
A suite of tools designed to build attractive command line interfaces ('CLIs'). Includes tools for drawing rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives.
|
2025-03-25 |
r-circstats
|
public |
Circular Statistics, from "Topics in Circular Statistics" (2001) S. Rao Jammalamadaka and A. SenGupta, World Scientific.
|
2025-03-25 |
r-circlize
|
public |
Circular layout is an efficient way for the visualization of huge amounts of information. Here this package provides an implementation of circular layout generation in R as well as an enhancement of available software. The flexibility of the package is based on the usage of low-level graphics functions such that self-defined high-level graphics can be easily implemented by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, it gives users more convenience and freedom to design figures for better understanding complex patterns behind multiple dimensional data.
|
2025-03-25 |
r-catdata
|
public |
This R-package contains examples from the book "Regression for Categorical Data", Tutz 2011, Cambridge University Press. The names of the examples refer to the chapter and the data set that is used.
|
2025-03-25 |
r-cardata
|
public |
Datasets to Accompany J. Fox and S. Weisberg, An R Companion to Applied Regression, Third Edition, Sage (forthcoming).
|
2025-03-25 |
r-callr
|
public |
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.
|
2025-03-25 |
r-calibrator
|
public |
Performs Bayesian calibration of computer models as per Kennedy and O'Hagan 2001. The package includes routines to find the hyperparameters and parameters; see the help page for stage1() for a worked example using the toy dataset. A tutorial is provided in the calex.Rnw vignette; and a suite of especially simple one dimensional examples appears in inst/doc/one.dim/.
|
2025-03-25 |
r-ca
|
public |
Computation and visualization of simple, multiple and joint correspondence analysis.
|
2025-03-25 |
r-brobdingnag
|
public |
Handles very large numbers in R. Real numbers are held using their natural logarithms, plus a logical flag indicating sign. The package includes a vignette that gives a step-by-step introduction to using S4 methods.
|
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-boot
|
public |
Functions and datasets for bootstrapping from the book "Bootstrap Methods and Their Application" by A. C. Davison and D. V. Hinkley (1997, CUP), originally written by Angelo Canty for S.
|
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-biocmanager
|
public |
A convenient tool to install and update Bioconductor packages.
|
2025-03-25 |
r-bindr
|
public |
Provides a simple interface for creating active bindings where the bound function accepts additional arguments.
|
2025-03-25 |
r-bh
|
public |
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'.
|
2025-03-25 |
r-betareg
|
public |
Beta regression for modeling beta-distributed dependent variables, e.g., rates and proportions. In addition to maximum likelihood regression (for both mean and precision of a beta-distributed response), bias-corrected and bias-reduced estimation as well as finite mixture models and recursive partitioning for beta regressions are provided.
|
2025-03-25 |
r-beanplot
|
public |
Plots univariate comparison graphs, an alternative to boxplot/stripchart/violin plot.
|
2025-03-25 |
r-bbmle
|
public |
Methods and functions for fitting maximum likelihood models in R. This package modifies and extends the 'mle' classes in the 'stats4' package.
|
2025-03-25 |