Validate dataset by columns and rows using convenient predicates inspired by assertr package. Generate good looking HTML report or print console output to display in logs of your data processing pipeline.
This package provides functions for identification of putative causal loci in whole-genome sequencing data. The functions allow genome-wide association scan. It also includes an efficient knockoff generator for genetic data.
Data handling and estimation functions for animal movement estimation from archival or satellite tags. Helper functions are included for making image summaries binned by time interval from Markov Chain Monte Carlo simulations.
This crate lets you write system dependencies in Cargo.toml
metadata, rather than programmatically in build.rs
. This makes those dependencies declarative, so other tools can read them as well.
This crate lets you write system dependencies in Cargo.toml
metadata, rather than programmatically in build.rs
. This makes those dependencies declarative, so other tools can read them as well.
This crate lets you write system dependencies in Cargo.toml
metadata, rather than programmatically in build.rs
. This makes those dependencies declarative, so other tools can read them as well.
This crate lets you write system dependencies in Cargo.toml
metadata, rather than programmatically in build.rs
. This makes those dependencies declarative, so other tools can read them as well.
This package provides a selection of regular expression subroutines including is_regexp
, regexp_seen_evals
, regexp_is_foreign
, regexp_is_anchored
, serialize_regexp
, and deserialize_regexp
.
This package allows you to create an interactive Ruby session in your browser. Those sessions are launched automatically in case of an error and can also be launched manually in any page.
VersionGem aims to provide introspection of a Version
module based on a Version::VERSION
constant string wile not interfering with gemspec parsing where the VERSION
string is traditionally used.
This is a LaTeX package for drawing rulers around a box. This might be useful when showing the absolute size of something in electronic documents, or designating the relative scale in printed materials.
BibTeX-Ruby is the Rubyist's Swiss Army knife for all things BibTeX. It includes a parser for all common BibTeX objects and a sophisticated name parser that tokenizes correctly formatted names. BibTeX-Ruby recognizes BibTeX string replacements, joins values containing multiple strings or variables, supports cross-references, and decodes common LaTeX formatting instructions to unicode. If you are in a hurry, it also allows for easy export/conversion to formats such as YAML, JSON, CSL, and XML (BibTeXML).
Client for AWS Comprehend <https://aws.amazon.com/comprehend>, a cloud natural language processing service that can perform a number of quantitative text analyses, including language detection, sentiment analysis, and feature extraction.
This package provides functionality for determining the sample size of replication studies using Bayesian design approaches in the normal-normal hierarchical model (Pawel et al., 2022) <doi:10.48550/arXiv.2211.02552>
.
Visualization and analysis tools to aid in the interpretation of neural network models. Functions are available for plotting, quantifying variable importance, conducting a sensitivity analysis, and obtaining a simple list of model weights.
Shiny UI to identify cliques of related constructs in repertory grid data. See Burr, King, & Heckmann (2020) <doi:10.1080/14780887.2020.1794088> for a description of the interpretive clustering (IC) method.
Based on Shapley values to explain multivariate outlyingness and to detect and impute cellwise outliers. Includes implementations of methods described in Mayrhofer and Filzmoser (2023) <doi:10.1016/j.ecosta.2023.04.003>.
Complex heatmaps are efficient to visualize associations between different sources of data sets and reveal potential structures. This package provides a highly flexible way to arrange multiple heatmaps and supports self-defined annotation graphics.
This package combines several other packages and defines additional macros and environments for documenting LaTeX code. The package mainly serves the purpose of combining the preferences used in the author's own package documentations.
This package provides a comprehensive suite of statistical tools for Quality Management, designed around the Define, Measure, Analyze, Improve, and Control (DMAIC) cycle used in Six Sigma methodology. Based on the discontinued CRAN package qualitytools', this package refactors its original design by incorporating R6 object-oriented programming for increased flexibility and performance. It replaces traditional graphics with modern, interactive visualizations using ggplot2 and plotly'. Built on tidyverse principles, it simplifies data manipulation and visualization, offering an intuitive approach to quality science.
Association analysis between categorical variables using the Goodman and Kruskal tau measure. This asymmetric association measure allows the detection of asymmetric relations between categorical variables (e.g., one variable obtained by re-grouping another).
This package produces high resolution, publication ready linkage maps and quantitative trait loci maps. Input can be output from R/qtl', simple text or comma delimited files. Output is currently a portable document file.
This package provides a RStudio addin allowing to paste the content of the clipboard as a comment block or as roxygen lines. This is very useful to insert an example in the roxygen block.
Unsupervised text tokenizer focused on computational efficiency. Wraps the YouTokenToMe
library <https://github.com/VKCOM/YouTokenToMe>
which is an implementation of fast Byte Pair Encoding (BPE) <https://aclanthology.org/P16-1162/>.