Found 10000 packages in 0.06 seconds
'C++' Header Files from 'Abseil'
Wraps the 'Abseil' 'C++' library for use by R packages. Original files are from < https://github.com/abseil/abseil-cpp>. Patches are located at < https://github.com/doccstat/abseil-r/tree/main/local/patches>.
Capture Hi-C Analysis Engine
Toolkit for processing and calling interactions in capture Hi-C data. Converts BAM files into counts of reads linking restriction fragments, and identifies pairs of fragments that interact more than expected by chance. Significant interactions are identified by comparing the observed read count to the expected background rate from a count regression model.
Allow Access to the 'Dlib' C++ Library
Interface for 'Rcpp' users to 'dlib' < http://dlib.net> which is a 'C++' toolkit containing machine learning algorithms and computer vision tools. It is used in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments. This package allows R users to use 'dlib' through 'Rcpp'.
'C++' Implementations of Functional Enrichment Analysis
Fast implementations of functional enrichment analysis methods using 'C++' via 'Rcpp'.
Currently provides Over-Representation Analysis (ORA) and Gene Set Enrichment Analysis (GSEA).
The multilevel GSEA algorithm is derived from the 'fgsea' package.
Methods are described in Subramanian et al. (2005)
C++ Implementations of Phylogenetic Cladogenesis Calculations
Various cladogenesis-related calculations that are slow in pure R are implemented in C++ with Rcpp. These include the calculation of the probability of various scenarios for the inheritance of geographic range at the divergence events on a phylogenetic tree, and other calculations necessary for models which are not continuous-time markov chains (CTMC), but where change instead occurs instantaneously at speciation events. Typically these models must assess the probability of every possible combination of (ancestor state, left descendent state, right descendent state). This means that there are up to (# of states)^3 combinations to investigate, and in biogeographical models, there can easily be hundreds of states, so calculation time becomes an issue. C++ implementation plus clever tricks (many combinations can be eliminated a priori) can greatly speed the computation time over naive R implementations. CITATION INFO: This package is the result of my Ph.D. research, please cite the package if you use it! Type: citation(package="cladoRcpp") to get the citation information.
Fast C++ Primitives for the 'NeuroAnatomy Toolbox'
Fast functions implemented in C++ via 'Rcpp' to support the 'NeuroAnatomy Toolbox' ('nat') ecosystem. These functions provide large speed-ups for basic manipulation of neuronal skeletons over pure R functions found in the 'nat' package. The expectation is that end users will not use this package directly, but instead the 'nat' package will automatically use routines from this package when it is available to enable large performance gains.
Fuzzy C-Means for Fuzzy Data
Implements a fuzzy clustering approach for ordinal Likert-type data
using triangular fuzzy numbers (TFNs). The package extends the classical
fuzzy C-means algorithm to better handle uncertainty in ordinal scales and
includes automatic selection of the number of clusters using the Xie-Beni
validity index. References: Coppi, R., D'Urso, P., and Giordani, P. (2012),
"Fuzzy and possibilistic clustering for fuzzy data",
Langevin Diffusion Samplers with a C++ Backend
Provides lightweight, dependency-minimal implementations of
Langevin diffusion based Markov chain Monte Carlo samplers, including
the Unadjusted Langevin Algorithm (ULA) and the Metropolis-Adjusted
Langevin Algorithm (MALA). The core sampling loops are written in C++
via 'Rcpp' and 'RcppArmadillo' for performance, while exposing a simple
R-level interface where the user supplies the gradient of the negative
log-density (and, for MALA, the negative log-density itself). Intended
as a building block for Bayesian inference and stochastic optimization
rather than a full probabilistic programming framework. Methods follow
Roberts and Tweedie (1996)
C++ ODE Solvers Compiled on-Demand
Wraps the Boost odeint library for integration of differential equations.
Toolbox for Pseudo and Quasi Random Number Generation and Random Generator Tests
Provides (1) pseudo random generators - general linear congruential generators,
multiple recursive generators and generalized feedback shift register (SF-Mersenne Twister
algorithm (