The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at <http://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, ...
Artifacts using Rcpp (1,407)
81.PolynomF6 usages
org.renjin.cran » PolynomF GPL
Implements univariate polynomial operations in R, including polynomial arithmetic, finding zeros, plotting, and some operations on lists of polynomials.
Last Release on Feb 14, 2021
A suite of functions for computing various Bayes factors for simple designs, including contingency tables, one- and two-sample designs, one-way designs, general ANOVA designs, and linear regression.
Last Release on May 1, 2022
83.RNifti6 usages
org.renjin.cran » RNifti GPL
Provides very fast read and write access to images stored in the NIfTI-1 and ANALYZE-7.5 formats, with seamless synchronisation between compiled C and interpreted R code. Also provides a C/C++ API that can be used by other packages.
Last Release on May 1, 2022
84.Mcmcse5 usages
org.renjin.cran » mcmcse GPL
Provides tools for computing Monte Carlo standard errors (MCSE) in Markov chain Monte Carlo (MCMC) settings. MCSE computation for expectation and quantile estimators is supported as well as multivariate estimations.
Last Release on Feb 13, 2021
Implements Affinity Propagation clustering introduced by Frey and Dueck (2007) <DOI:10.1126/science.1136800>. The algorithms are largely analogous to the 'Matlab' code published by Frey and Dueck.
Last Release on Apr 30, 2022
The Ziggurat generator for normally distributed random numbers, originally proposed by Marsaglia and Tsang (2000, <doi:10.18637/jss.v005.i08>) has been improved upon a few times starting with Leong et al (2005, <doi:10.18637/jss.v012.i07>). This ...
Last Release on May 1, 2022
87.RcppRoll5 usages
org.renjin.cran » RcppRoll GPL
Provides fast and efficient routines for common rolling / windowed operations. Routines for the efficient computation of windowed mean, median, sum, product, minimum, maximum, standard deviation and variance are provided.
Last Release on Apr 30, 2022
88.Roxygen25 usages
org.renjin.cran » roxygen2 GPL
A 'Doxygen'-like in-source documentation system for Rd, collation, and 'NAMESPACE' files.
Last Release on Feb 14, 2021
Convert natural language text into tokens. Includes tokenizers for shingled n-grams, skip n-grams, words, word stems, sentences, paragraphs, characters, shingled characters, lines, tweets, Penn Treebank, regular expressions, as well as functions for ...
Last Release on May 1, 2022