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

Found 10000 packages in 0.04 seconds

natcpp — by Gregory Jefferis, 3 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.

Rcereal — by Wush Wu, 2 months ago

"Cereal Headers for R and C++ Serialization"

To facilitate using 'cereal' with R via 'cpp11' or 'Rcpp'. 'cereal' is a header-only C++11 serialization library. 'cereal' takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, 'XML', or 'JSON'. 'cereal' was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code or used standalone. Please see < https://uscilab.github.io/cereal/> for more information.

odeintr — by Timothy H. Keitt, 8 years ago

C++ ODE Solvers Compiled on-Demand

Wraps the Boost odeint library for integration of differential equations.

e1071 — by David Meyer, 3 months ago

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 ...

RMixtCompIO — by Quentin Grimonprez, a year 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.

roxygen2 — by Hadley Wickham, 5 months ago

In-Line Documentation for R

Generate your Rd documentation, 'NAMESPACE' file, and collation field using specially formatted comments. Writing documentation in-line with code makes it easier to keep your documentation up-to-date as your requirements change. 'roxygen2' is inspired by the 'Doxygen' system for C++.

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, 2 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, 5 years 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 < http://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.

cforward — by John Muschelli, 4 years ago

Forward Selection using Concordance/C-Index

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