Found 100 packages in 0.01 seconds
Datasets from the Datasaurus Dozen
The Datasaurus Dozen is a set of datasets with the same
summary statistics. They retain the same summary statistics despite
having radically different distributions. The datasets represent a
larger and quirkier object lesson that is typically taught via
Anscombe's Quartet (available in the 'datasets' package). Anscombe's
Quartet contains four very different distributions with the same
summary statistics and as such highlights the value of visualisation
in understanding data, over and above summary statistics. As well as
being an engaging variant on the Quartet, the data is generated in a
novel way. The simulated annealing process used to derive datasets
from the original Datasaurus is detailed in "Same Stats, Different
Graphs: Generating Datasets with Varied Appearance and Identical
Statistics through Simulated Annealing"
A 'Neo4J' Driver
A Modern and Flexible 'Neo4J' Driver, allowing you to query data on a 'Neo4J' server and handle the results in R. It's modern in the sense it provides a driver that can be easily integrated in a data analysis workflow, especially by providing an API working smoothly with other data analysis and graph packages. It's flexible in the way it returns the results, by trying to stay as close as possible to the way 'Neo4J' returns data. That way, you have the control over the way you will compute the results. At the same time, the result is not too complex, so that the "heavy lifting" of data wrangling is not left to the user.
High-Performance 'WebGl' Rendering for Package 'leaflet'
Provides bindings to the 'Leaflet.glify' JavaScript library which extends the 'leaflet' JavaScript library to render large data in the browser using 'WebGl'.
Functions Related to ICES Advice
A collection of functions that facilitate computational steps related to advice for fisheries management, according to ICES guidelines. These include methods for calculating reference points and model diagnostics.
Modelling Framework for the Estimation of Salmonid Abundance
A set of functions to estimate capture probabilities and densities from multipass pass removal data.
Names Your 'R Markdown' Chunks
It names the 'R Markdown' chunks of files based on the filename.
DATRAS Trawl Survey Database Web Services
R interface to access the web services of the ICES (International Council for the Exploration of the Sea) DATRAS trawl survey database < https://datras.ices.dk/WebServices/Webservices.aspx>.
String Distance Calculation with Tidy Data Principles
Calculation of string distance following the tidy data principles. Built on top of the 'stringdist' package.
Functions to Support the ICES Transparent Assessment Framework
Functions to support the ICES Transparent Assessment Framework < https://taf.ices.dk> to organize data, methods, and results used in ICES assessments. ICES is an organization facilitating international collaboration in marine science.
Formal Parser and Related Tools for R Markdown Documents
An implementation of a formal grammar and parser for R Markdown documents using the Boost Spirit X3 library. It also includes a collection of high level functions for working with the resulting abstract syntax tree.