r-proto
|
public |
An object oriented system using object-based, also called prototype-based, rather than class-based object oriented ideas.
|
2025-03-25 |
r-profvis
|
public |
Interactive visualizations for profiling R code.
|
2025-03-25 |
r-profilemodel
|
public |
profileModel provides tools that can be used to calculate, evaluate, plot and use for inference the profiles of *arbitrary* inference functions for *arbitrary* 'glm'-like fitted models with linear predictors.
|
2025-03-25 |
r-prodlim
|
public |
Fast and user friendly implementation of nonparametric estimators for censored event history (survival) analysis. Kaplan-Meier and Aalen-Johansen method.
|
2025-03-25 |
r-processx
|
public |
Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes and their children; restart processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
|
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-praise
|
public |
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
|
2025-03-25 |
r-pool
|
public |
Enables the creation of object pools, which make it less computationally expensive to fetch a new object. Currently the only supported pooled objects are 'DBI' connections.
|
2025-03-25 |
r-polspline
|
public |
Routines for the polynomial spline fitting routines hazard regression, hazard estimation with flexible tails, logspline, lspec, polyclass, and polymars, by C. Kooperberg and co-authors.
|
2025-03-25 |
r-plyr
|
public |
A set of tools that solves a common set of problems: you need to break a big problem down into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to fit a model to each spatial location or time point in your study, summarise data by panels or collapse high-dimensional arrays to simpler summary statistics. The development of 'plyr' has been generously supported by 'Becton Dickinson'.
|
2025-03-25 |
r-plumber
|
public |
Gives the ability to automatically generate and serve an HTTP API from R functions using the annotations in the R documentation around your functions.
|
2025-03-25 |
r-plotly
|
public |
Easily translate 'ggplot2' graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them) can be viewed and modified in a web browser.
|
2025-03-25 |
r-plogr
|
public |
A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.
|
2025-03-25 |
r-plm
|
public |
A set of estimators and tests for panel data econometrics.
|
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-pkgmaker
|
public |
Provides some low-level utilities to use for package development. It currently provides managers for multiple package specific options and registries, vignette, unit test and bibtex related utilities. It serves as a base package for packages like NMF, RcppOctave, doRNG, and as an incubator package for other general purposes utilities, that will eventually be packaged separately. It is still under heavy development and changes in the interface(s) are more than likely to happen.
|
2025-03-25 |
r-pkgconfig
|
public |
Set configuration options on a per-package basis. Options set by a given package only apply to that package, other packages are unaffected.
|
2025-03-25 |
r-pillar
|
public |
Provides a 'pillar' generic designed for formatting columns of data using the full range of colours provided by modern terminals.
|
2025-03-25 |
r-perm
|
public |
Perform Exact or Asymptotic permutation tests
|
2025-03-25 |
r-pcapp
|
public |
Provides functions for robust PCA by projection pursuit. The methods are described in Croux et al. (2006) <doi:10.2139/ssrn.968376>, Croux et al. (2013) <doi:10.1080/00401706.2012.727746>, Todorov and Filzmoser (2013) <doi:10.1007/978-3-642-33042-1_31>.
|
2025-03-25 |
r-pbkrtest
|
public |
Test in mixed effects models. Attention is on mixed effects models as implemented in the 'lme4' package. This package implements a parametric bootstrap test and a Kenward Roger modification of F-tests for linear mixed effects models and a parametric bootstrap test for generalized linear mixed models.
|
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-openssl
|
public |
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey parsers. Supports RSA, DSA and EC curves P-256, P-384 and P-521. 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.
|
2025-03-25 |
r-odbc
|
public |
A DBI-compatible interface to ODBC databases.
|
2025-03-25 |
r-oce
|
public |
Supports the analysis of Oceanographic data, including 'ADCP' measurements, measurements made with 'argo' floats, 'CTD' measurements, sectional data, sea-level time series, coastline and topographic data, etc. Provides specialized functions for calculating seawater properties such as potential temperature in either the 'UNESCO' or 'TEOS-10' equation of state. Produces graphical displays that conform to the conventions of the Oceanographic literature.
|
2025-03-25 |
r-nycflights13
|
public |
Airline on-time data for all flights departing NYC in 2013. Also includes useful 'metadata' on airlines, airports, weather, and planes.
|
2025-03-25 |
r-numderiv
|
public |
Methods for calculating (usually) accurate numerical first and second order derivatives. Accurate calculations are done using 'Richardson''s' extrapolation or, when applicable, a complex step derivative is available. A simple difference method is also provided. Simple difference is (usually) less accurate but is much quicker than 'Richardson''s' extrapolation and provides a useful cross-check. Methods are provided for real scalar and vector valued functions.
|
2025-03-25 |
r-nmf
|
public |
Provides a framework to perform Non-negative Matrix Factorization (NMF). The package implements a set of already published algorithms and seeding methods, and provides a framework to test, develop and plug new/custom algorithms. Most of the built-in algorithms have been optimized in C++, and the main interface function provides an easy way of performing parallel computations on multicore machines.
|
2025-03-25 |
r-nlp
|
public |
Basic classes and methods for Natural Language Processing.
|
2025-03-25 |
r-nloptr
|
public |
nloptr is an R interface to NLopt. NLopt is a free/open-source library for nonlinear optimization, providing a common interface for a number of different free optimization routines available online as well as original implementations of various other algorithms. See http://ab-initio.mit.edu/wiki/index.php/NLopt_Introduction for more information on the available algorithms. During installation on Unix the NLopt code is downloaded and compiled from the NLopt website.
|
2025-03-25 |
r-networkd3
|
public |
Creates 'D3' 'JavaScript' network, tree, dendrogram, and Sankey graphs from 'R'.
|
2025-03-25 |
r-mvtnorm
|
public |
Computes multivariate normal and t probabilities, quantiles, random deviates and densities.
|
2025-03-25 |
r-munsell
|
public |
Provides easy access to, and manipulation of, the Munsell colours. Provides a mapping between Munsell's original notation (e.g. "5R 5/10") and hexadecimal strings suitable for use directly in R graphics. Also provides utilities to explore slices through the Munsell colour tree, to transform Munsell colours and display colour palettes.
|
2025-03-25 |
r-multcomp
|
public |
Simultaneous tests and confidence intervals for general linear hypotheses in parametric models, including linear, generalized linear, linear mixed effects, and survival models. The package includes demos reproducing analyzes presented in the book "Multiple Comparisons Using R" (Bretz, Hothorn, Westfall, 2010, CRC Press).
|
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-modeltools
|
public |
A collection of tools to deal with statistical models. The functionality is experimental and the user interface is likely to change in the future. The documentation is rather terse, but packages `coin' and `party' have some working examples. However, if you find the implemented ideas interesting we would be very interested in a discussion of this proposal. Contributions are more than welcome!
|
2025-03-25 |
r-modelr
|
public |
Functions for modelling that help you seamlessly integrate modelling into a pipeline of data manipulation and visualisation.
|
2025-03-25 |
r-modelmetrics
|
public |
Collection of metrics for evaluating models written in C++ using 'Rcpp'.
|
2025-03-25 |
r-mnormt
|
public |
Functions are provided for computing the density and the distribution function of multivariate normal and "t" random variables, and for generating random vectors sampled from these distributions. Probabilities are computed via non-Monte Carlo methods; different routines are used in the case d=1, d=2, d>2, if d denotes the number of dimensions.
|
2025-03-25 |
r-mlmrev
|
public |
Data and examples from a multilevel modelling software review as well as other well-known data sets from the multilevel modelling literature.
|
2025-03-25 |
r-misctools
|
public |
Miscellaneous small tools and utilities. Many of them facilitate the work with matrices, e.g. inserting rows or columns, creating symmetric matrices, or checking for semidefiniteness. Other tools facilitate the work with regression models, e.g. extracting the standard errors, obtaining the number of (estimated) parameters, or calculating R-squared values.
|
2025-03-25 |
r-minqa
|
public |
Derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell.
|
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-mime
|
public |
Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
|
2025-03-25 |
r-microbenchmark
|
public |
Provides infrastructure to accurately measure and compare the execution time of R expressions.
|
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-maxlik
|
public |
Functions for Maximum Likelihood (ML) estimation and non-linear optimization, and related tools. It includes a unified way to call different optimizers, and classes and methods to handle the results from the ML viewpoint. It also includes a number of convenience tools for testing and developing your own models.
|
2025-03-25 |
r-matrixmodels
|
public |
Modelling with sparse and dense 'Matrix' matrices, using modular prediction and response module classes.
|
2025-03-25 |
r-markdown
|
public |
Provides R bindings to the 'Sundown' 'Markdown' rendering library (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting syntax that can be converted to 'XHTML' or other formats. See http://en.wikipedia.org/wiki/Markdown for more information about 'Markdown'.
|
2025-03-25 |