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

Found 204 packages in 0.03 seconds

BAT — by Pedro Cardoso, 3 months ago

Biodiversity Assessment Tools

Includes algorithms to assess alpha and beta diversity in all their dimensions (taxonomic, phylogenetic and functional). It allows performing a number of analyses based on species identities/abundances, phylogenetic/functional distances, trees, convex-hulls or kernel density n-dimensional hypervolumes depicting species relationships. Cardoso et al. (2015) .

RcppClassic — by Dirk Eddelbuettel, 4 months ago

Deprecated 'classic' 'Rcpp' 'API'

The 'RcppClassic' package provides a deprecated C++ library which facilitates the integration of R and C++. New projects should use the new 'Rcpp' 'API' in the 'Rcpp' package.

mafR — by François Rousset, 2 months ago

Interface for Masked Autoregressive Flows

Interfaces the 'python' library 'zuko' implementing Masked Autoregressive Flows. See Rozet, Divo and Schnake (2023) and Papamakarios, Pavlakou and Murray (2017) .

missMDA — by Francois Husson, a day ago

Handling Missing Values with Multivariate Data Analysis

Imputation of incomplete continuous or categorical datasets; Missing values are imputed with a principal component analysis (PCA), a multiple correspondence analysis (MCA) model or a multiple factor analysis (MFA) model; Perform multiple imputation with and in PCA or MCA.

eurostat — by Leo Lahti, 3 years ago

Tools for Eurostat Open Data

Tools to download data from the Eurostat database < https://ec.europa.eu/eurostat> together with search and manipulation utilities.

sfReapportion — by François Briatte, 3 months ago

Reapportion Data from One Geography to Another

A port of the 'spReapportion' package, using Simple Features in order to lose the dependencies to the retired 'maptools' and 'rgeos' packages.

palettesForR — by Francois Rebaudo, 7 years ago

GPL Palettes Copied from 'Gimp' and 'Inkscape'

A set of palettes imported from 'Gimp' distributed under GPL3 (< https://www.gimp.org/about/COPYING>), and 'Inkscape' distributed under GPL2 (< https://inkscape.org/about/license/>).

Factoshiny — by Francois Husson, a year ago

Perform Factorial Analysis from 'FactoMineR' with a Shiny Application

Perform factorial analysis with a menu and draw graphs interactively thanks to 'FactoMineR' and a Shiny application.

FAdist — by Thomas Petzoldt, 4 years ago

Distributions that are Sometimes Used in Hydrology

Probability distributions that are sometimes useful in hydrology.

cpp11 — by Davis Vaughan, 2 months ago

A C++11 Interface for R's C Interface

Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.