Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 10000 packages in 0.04 seconds

natcpp — by Gregory Jefferis, 4 years ago

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.

odeintr — by Timothy H. Keitt, 8 years ago

C++ ODE Solvers Compiled on-Demand

Wraps the Boost odeint library for integration of differential equations.

RMixtCompIO — by Quentin Grimonprez, 2 years ago

Minimal Interface of the C++ 'MixtComp' Library for Mixture Models with Heterogeneous and (Partially) Missing Data

Mixture Composer < https://github.com/modal-inria/MixtComp> is a project to build mixture models with heterogeneous data sets and partially missing data management. It includes models for real, categorical, counting, functional and ranking data. This package contains the minimal R interface of the C++ 'MixtComp' library.

Rtsne — by Jesse Krijthe, 2 years ago

T-Distributed Stochastic Neighbor Embedding using a Barnes-Hut Implementation

An R wrapper around the fast T-distributed Stochastic Neighbor Embedding implementation by Van der Maaten (see < https://github.com/lvdmaaten/bhtsne/> for more information on the original implementation).

lsoda — by Mark Clements, 2 months ago

'C++' Header Library for Ordinary Differential Equations

A 'C++' header library for using the 'libsoda-cxx' library with R. The 'C++' header reimplements the 'lsoda' function from the 'ODEPACK' library for solving initial value problems for first order ordinary differential equations (Hindmarsh, 1982; < https://computing.llnl.gov/sites/default/files/ODEPACK_pub1_u88007.pdf>). The 'C++' header can be used by other R packages by linking against this package. The 'C++' functions can be called inline using 'Rcpp'. Finally, the package provides an 'ode' function to call from R.

rminqa — by Yi Pan, 2 years ago

Derivative-Free Optimization in R using C++

Perform derivative-free optimization algorithms in R using C++. A wrapper interface is provided to call C function of the 'bobyqa' implementation (See < https://github.com/emmt/Algorithms/tree/master/bobyqa>).

cleancall — by Gábor Csárdi, 3 years ago

C Resource Cleanup via Exit Handlers

Wrapper of .Call() that runs exit handlers to clean up C resources. Helps managing C (non-R) resources while using the R API.

RcppExamples — by Dirk Eddelbuettel, 4 months ago

Examples using 'Rcpp' to Interface R and C++

Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site < https://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.

cforward — by John Muschelli, 3 months ago

Forward Selection using Concordance/C-Index

Performs forward model selection, using the C-index/concordance in survival analysis models.

RcppClassicExamples — by Dirk Eddelbuettel, 2 years ago

Examples using 'RcppClassic' to Interface R and C++

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.