Building interactive web applications with R is incredibly easy with Shiny. Behind the scenes, Shiny builds a reactive graph that can quickly become intertwined and difficult to debug. The reactlog package provides a visual insight into that black box of Shiny reactivity by constructing a directed dependency graph of the application's reactive state at any time point in a reactive recording.
Uses convolution-based techniques to generate simulated camera bokeh, depth of field, and other camera effects, using an image and an optional depth map. Accepts both filename inputs and in-memory array representations of images and matrices. Includes functions to perform 2D convolutions, reorient and resize images/matrices, add image and text overlays, generate camera vignette effects, and add titles to images.
Display spatial data with interactive maps powered by the open- source JavaScript
library Leaflet (see <https://leafletjs.com/>). Maps can be rendered in a web browser or displayed in the HTML viewer pane of RStudio'. This package is designed to be easy to use and can create complex maps with vector and raster data, web served map tiles and interface elements.
This package provides methods for fast computation of running sample statistics for time series. These include: (1) mean, (2) standard deviation, and (3) variance over a fixed-length window of time-series, (4) correlation, (5) covariance, and (6) Euclidean distance (L2 norm) between short-time pattern and time-series. Implemented methods utilize Convolution Theorem to compute convolutions via Fast Fourier Transform (FFT).
This package provides Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.
R and C++ functions to perform exact and approximate optimal transport. All C++ methods can be linked to other R packages via their header files.
Datasets and functions for the book "Initiation à la Statistique avec R", F. Bertrand and M. Maumy-Bertrand (2022, ISBN:978-2100782826 Dunod, fourth edition).
Quantify variability (such as confidence interval) of fertilizer response curves and optimum fertilizer rates using bootstrapping residuals with several popular non-linear and linear models.
This package provides a replacement for dplyr::na_if()
. Allows you to specify multiple values to be replaced with NA using a single function.
This package provides a full set of fast data manipulation tools with a tidy front-end and a fast back-end using collapse and cheapr'.
This package provides a simple way to interact with and extract data from the official Google Knowledge Graph API <https://developers.google.com/knowledge-graph/>.
Estimation of partial correlation matrix using ridge penalty followed by thresholding and reestimation. Under multivariate Gaussian assumption, the matrix constitutes an Gaussian graphical model (GGM).
An almost direct port of the python humanize package <https://github.com/jmoiron/humanize>. This package contains utilities to convert values into human readable forms.
This package contains data sets to accompany the book: Lazic SE (2016). "Experimental Design for Laboratory Biologists: Maximising Information and Improving Reproducibility". Cambridge University Press.
Allows the estimation and downstream statistical analysis of the mitochondrial DNA Heteroplasmy calculated from single-cell datasets <https://github.com/ScialdoneLab/MitoHEAR/tree/master>
.
Optimization for nonlinear objective and constraint functions. Linear or nonlinear equality and inequality constraints are allowed. It accepts the input parameters as a constrained matrix.
Density, distribution function, quantile function and random generation for the Nakagami distribution of Nakagami (1960) <doi:10.1016/B978-0-08-009306-2.50005-4>.
It estimates power and sample size for Partial Least Squares-based methods described in Andreella, et al., (2024), <doi:10.48550/arXiv.2403.10289>
.
This package provides a simple function to bind a piped object to a placeholder symbol to enable complex function evaluation with the base R |> pipe.
Estimation, hypothesis tests, and variable selection in partially linear single-index models. Please see H. (2010) at <doi:10.1214/10-AOS835> for more details.
Programmatic access to the PGS Catalog. This package provides easy access to PGS Catalog data by accessing the REST API <https://www.pgscatalog.org/rest/>.
Surveys to collect employment data so as to obtain data estimates on the number of employed people, the number of unemployed, and other employment indicators.
This package uses the source code of zlib-1.2.5 to create libraries for systems that do not have these available via other means.
Rapidcheck is a property based testing framework for C++. It works by generating random data to try and find a case breaks your given pre-condition.