This package provides proc macros used by the signature crate.
It's not intended to be used directly. See the signature crate's documentation for additional details.
This library implements parts of the JSON-RPC specification, allowing for calling methods on remote servers by exchanging JSON objects.
This gem is a Faraday adapter for the Net::HTTP
library. Faraday is an HTTP client library that provides a common interface over many adapters.
Powerful user interface for adding symbols, smileys, arrows, building mathematical equations using LaTeX
or r2symbols'. Built for use in development of Markdown and Shiny Outputs.
This package provides a code generator for rust-protobuf. It includes a library to invoke programmatically (e.g. from build.rs
) and protoc-gen-rust
binary.
This package provides a simple sieve of Eratosthenes designed for testing faster sieves. For use in Rust crates, use rust-primal-sieve
or rust-primal
instead.
Flat Remix is an icon theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
This package provides methods to calculate approximate regional consistency probabilities using Method 1 and Method 2 proposed by the Japanese Ministry of Health, Labor and Welfare (2007) <https://www.pmda.go.jp/files/000153265.pdf>. These methods are useful for assessing regional consistency in multi-regional clinical trials. The package can calculate unconditional, joint, and conditional regional consistency probabilities. For technical details, please see Homma (2024) <doi:10.1002/pst.2358>.
Constructing an epistemic model such that, for every player i and for every choice c(i) which is optimal, there is one type that expresses common belief in rationality.
Send server-side tracking data from R. The Measurement Protocol version 2 <https://developers.google.com/analytics/devguides/collection/protocol/ga4> allows sending HTTP tracking events from R code.
Data sets for statistical inference modeling related to People Analytics. Contains various data sets from the book Handbook of Regression Modeling in People Analytics by Keith McNulty
(2020).
Estimates weights to make a continuous-valued exposure statistically independent of a vector of pre-treatment covariates using the method proposed in Huling, Greifer, and Chen (2021) <arxiv:2107.07086>.
This crate implements support for automatically deriving the Arbitrary
trait. Don't depend on this crate directly, though. Instead, enable the derive
feature of the arbitrary
crate.
This crate implements support for automatically deriving the Arbitrary
trait. Don't depend on this crate directly, though. Instead, enable the derive
feature of the arbitrary
crate.
CL-random-forest is an implementation of Random Forest for multiclass classification and univariate regression written in Common Lisp. It also includes an implementation of Global Refinement of Random Forest.
Enable seamless interaction with Consibio Cloud <https://consibio.cloud> API <https://api.v2.consibio.com/api-docs/>. This package provides tools to query data from resources like projects, elements, devices, and datalogs.
Utility functions for discovering and managing metadata associated with spatially unique "known locations". Applications include all fields of environmental monitoring (e.g. air and water quality) where data are collected at stationary sites.
Calculate incidence and prevalence using data mapped to the Observational Medical Outcomes Partnership (OMOP) common data model. Incidence and prevalence can be estimated for the total population in a database or for a stratification cohort.
Fits temperature response models to rate measurements taken at different temperatures. Etienne Low-Decarie,Tobias G. Boatman, Noah Bennett,Will Passfield,Antonio Gavalas-Olea,Philipp Siegel, Richard J. Geider (2017) <doi:10.1002/ece3.3576> .
Package cors is net/http
handler to handle Cross-origin resource sharing related requests as defined by http://www.w3.org/TR/cors/.
The package provides support for use of Babel in documents written in Russian (in both traditional and modern forms). The support is adapted for use both under traditional TeX engines, and under XeTeX and LuaTeX.
Implementation of conceptual properties norming studies, including estimates of CPNs parameters with their corresponding variances and estimates for the sampling process, and a sampling property function based on a modified empirical distribution from the original data.
Trusted Timestamps (tts) are created by incorporating a hash of a file or dataset into a transaction on the decentralized blockchain (Stellar network). The package makes use of a free service provided by <https://stellarapi.io>.
The Rcpp package contains a C++ library that facilitates the integration of R and C++ in various ways via a rich API. This API was preceded by an earlier version which has been deprecated since 2010 (but is still supported to provide backwards compatibility in the package RcppClassic
'). This package RcppClassicExamples
provides usage examples for the older, deprecated API. There is also a corresponding package RcppExamples
with examples for the newer, current API which we strongly recommend as the basis for all new development.