Found 10000 packages in 0.02 seconds
R-Friendly Threading in C++
Provides a C++11-style thread class and thread pool that can safely
be interrupted from R. See Nagler (2021)
Interface to the 'C++' Library 'Pf'
Builds and runs 'c++' code for classes that encapsulate state space model, particle filtering algorithm pairs.
Algorithms include the Bootstrap Filter from Gordon et al. (1993)
Distribution of the 'BayesX' C++ Sources
'BayesX' performs Bayesian inference in structured additive regression (STAR) models. The R package BayesXsrc provides the 'BayesX' command line tool for easy installation. A convenient R interface is provided in package R2BayesX.
Matching Algorithms in R and C++
Computes matching algorithms quickly using Rcpp. Implements the Gale-Shapley Algorithm to compute the stable matching for two-sided markets, such as the stable marriage problem and the college-admissions problem. Implements Irving's Algorithm for the stable roommate problem. Implements the top trading cycle algorithm for the indivisible goods trading problem.
Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien
Functions for latent class analysis, short time Fourier transform, fuzzy clustering, support vector machines, shortest path computation, bagged clustering, naive Bayes classifier, generalized k-nearest neighbour ...
Wrapper for 'lz-string' 'C++' Library
Provide access to the 'lz-string' < http://pieroxy.net/blog/pages/lz-string/index.html> 'C++' library for Lempel-Ziv (LZ) based compression and decompression of strings.
'C++' Standard Template Library Containers
Use 'C++' Standard Template Library containers interactively in R. Includes sets, unordered sets, multisets, unordered multisets, maps, unordered maps, multimaps, unordered multimaps, stacks, queues, priority queues, vectors, deques, forward lists, and lists.
C++ Standard Library Vectors in R
Allows the creation and manipulation of C++ std::vector's in R.
Data Manipulation Functions Implemented in C
Basic functions, implemented in C, for large data manipulation. Fast vectorised ifelse()/nested if()/switch() functions, psum()/pprod() functions equivalent to pmin()/pmax() plus others which are missing from base R. Most of these functions are callable at C level.
'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>.