This package provides traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API.
GL on Whatever: a set of bindings to run GL (Open GL, OpenGL
ES, and WebGL
) anywhere, and avoid target-specific code.
This package provides a date and time library. It is fully interoperable with the standard library, and is mostly compatible with #![no_std]
.
This package provides a date and time library. It is fully interoperable with the standard library, and is mostly compatible with #![no_std]
.
Surf is a friendly HTTP client built for casual Rustaceans and veterans alike. It's completely modular, and built directly for async/await
.
This package provides a way to access the System Management Unit for certain AMD Ryzen processors. This includes access to the System Management Network.
Tilt is a thin interface over a number of different Ruby template engines in an attempt to make their usage as generic as possible.
This package provides tools to find the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library. There is support for approximate as well as exact searches, fixed radius searches and bd
as well as kd
trees. The distance is computed using the L1 (Manhattan, taxicab) metric.
Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.
This package provides a simple client for the Amazon Web Services ('AWS') Identity and Access Management ('IAM') API <https://aws.amazon.com/iam/>.
An unofficial companion to the textbook "Applied Regression Analysis" by N.R. Draper and H. Smith (3rd Ed., 1998) including all the accompanying datasets.
Implementations of recent complex-valued wavelet shrinkage procedures for smoothing irregularly sampled signals, see Hamilton et al (2018) <doi:10.1080/00401706.2017.1281846>.
This package creates define.xml documents used for regulatory submissions based on spreadsheet metadata. Can also help create metadata and generate HTML data explorer.
Perform a test of a simple null hypothesis about a directly standardized rate and obtain the matching confidence interval using a choice of methods.
Deconvolving cell types from high-throughput gene profiling data. For more information on dtangle see Hunt et al. (2019) <doi:10.1093/bioinformatics/bty926>.
Exploitation, processing and 2D-3D visualization of DICOM-RT files (structures, dosimetry, imagery) for medical physics and clinical research, in a patient-oriented perspective.
This package provides a collection of functions to manage, to investigate and to analyze data sets of financial assets from different points of view.
This package provides a simple and time saving multiple linear regression function (OLS) with interpretation, optional bootstrapping, effect size calculation and all tested requirements.
All datasets and functions used in the german book "Statistik mit R und RStudio" by grosse Schlarmann (2010-2024) <https://www.produnis.de/R/>.
Allow to run jshint on JavaScript
files with a R command or a RStudio addin. The report appears in the RStudio viewer pane.
This package provides a largish collection of example datasets, including several classics. Many of these datasets are well suited for regression, classification, and visualization.
This package implements a logistic box-cox model. This model is fully described in Xing, L. et al. (2021) <doi:10.1002/cjs.11587>.
This package contains the datasets for use with the book Salvan, Sartori and Pace (2020, ISBN:978-88-470-4002-1) "Modelli Lineari Generalizzati".
An object that supports automatic differentiation of matrix- and multidimensional-valued functions with respect to multidimensional independent variables. Automatic differentiation is via forward accumulation'.