This package serves as a query interface for important community collections of small molecules, while also allowing users to include custom compound collections.
This is a collection of functions created and/or curated to aid in the visualization and analysis of single-cell data using R.
This package provides C-based tools for converting large scatterplot data to rasters. It speeds up plotting of data with millions of points.
These types expose identical APIs to the standard library Mutex
and RwLock
except that they do not return PoisonError
s.
Safe abstraction for nftables JSON API. It can be used to create nftables rulesets in Rust and parse existing nftables rulesets from JSON.
filesize
abstracts platform-specific methods of determining the real space used by files, taking into account file system compression and sparse files.
Expanding opportunities standard library std::fs
and std::io
. Recursively copy folders with recept information about process and much more.
BOOST-RE is a small, portable, lightweight, and quick, regular expression library for Common Lisp. It is a non-recursive, backtracking VM.
This package provides a Partial native implementation of the liquid ruby gem in C that makes it operate about three times faster.
This package extends the String
class and adds a ColorizedString
with methods to set text color, background color, and text effects.
Suite of utilities for accessing and manipulating data from the KoboToolbox
API. KoboToolbox
is a robust platform designed for field data collection in various disciplines. This package aims to simplify the process of fetching and handling data from the API. Detailed documentation for the KoboToolbox
API can be found at <https://support.kobotoolbox.org/api.html>.
Getting and parsing data of location geocode/reverse-geocode and administrative regions from AutoNavi
Maps'<https://lbs.amap.com/api/webservice/summary> API.
This package provides a set of tools to extract bibliographic content from Digital Science Dimensions using DSL API <https://www.dimensions.ai/dimensions-apis/>.
This package produces forest plots using ggplot2 from models produced by functions such as stats::lm()
, stats::glm()
and survival::coxph()
.
Flowcharts can be a useful way to visualise complex processes. This package uses the layered grammar of graphics of ggplot2 to create simple flowcharts.
Easily create overlapping grammar of graphics plots for scientific data visualization. This style of plotting is particularly common in climatology and oceanography research communities.
Simulation tool to facilitate determination of required sample size to achieve category saturation for studies using multiple repertory grids in conjunction with content analysis.
Trace plots and convergence diagnostics for Markov Chain Monte Carlo (MCMC) algorithms on highly multivariate or unordered spaces. Methods outlined in a forthcoming paper.
Run quality checks on data sets using the same checks that are conducted on the ICES Data Submission Utility (DATSU) <https://datsu.ices.dk>.
Generate and correlate synthetic Likert and rating-scale data with predefined means, standard deviations, _Cronbach's Alpha_, _Factor Loading table_, and other summary statistics.
Helper functions for producing reports in Psychology (Reproducible Research). Provides required formatted strings (APA style) for use in Knitr'/'Latex integration within *.Rnw files.
This package creates simulated data from structural equation models with standardized loading. Data generation methods are described in Schneider (2013) <doi:10.1177/0734282913478046>.
This package lets you standardize country names, convert them into one of 40 different coding schemes, convert between coding schemes, and assign region descriptors.
This package provides a trait, and utilities, for downcasting trait objects back to their original types. The same as the rust-downcast-rs crate.