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

Found 349 packages in 0.01 seconds

neatRanges — by Aljaz Jelenko, 3 years ago

Tidy Up Date/Time Ranges

Collapse, partition, combine, fill gaps in and expand date/time ranges.

mverse — by Michael Jongho Moon, 7 months ago

Tidy Multiverse Analysis Made Simple

Extends 'multiverse' package (Sarma A., Kale A., Moon M., Taback N., Chevalier F., Hullman J., Kay M., 2021) , which allows users perform to create explorable multiverse analysis in R. This extension provides an additional level of abstraction to the 'multiverse' package with the aim of creating user friendly syntax to researchers, educators, and students in statistics. The 'mverse' syntax is designed to allow piping and takes hints from the 'tidyverse' grammar. The package allows users to define and inspect multiverse analysis using familiar syntax in R.

eDNAfuns — by Ramón Gallego Simón, 6 months ago

Working with Metabarcoding Data in a Tidy Format

A series of R functions that come in handy while working with metabarcoding data. The reasoning of doing this is to have the same functions we use all the time stored in a curated, reproducible way. In a way it is all about putting together the grammar of the 'tidyverse' from Wickham et al.(2019) with the functions we have used in community ecology compiled in packages like 'vegan' from Dixon (2003) and 'phyloseq' McMurdie & Holmes (2013) . The package includes functions to read sequences from FAST(A/Q) into a tibble ('fasta_reader' and 'fastq_reader'), to process 'cutadapt' Martin (2011) 'info-file' output. When it comes to sequence counts across samples, the package works with the long format in mind (a three column 'tibble' with Sample, Sequence and counts ), with functions to move from there to the wider format.

holodeck — by Eric Scott, 3 years ago

A Tidy Interface for Simulating Multivariate Data

Provides pipe-friendly (%>%) wrapper functions for MASS::mvrnorm() to create simulated multivariate data sets with groups of variables with different degrees of variance, covariance, and effect size.

walkscore — by Christopher Belanger, 3 years ago

A Tidy Interface to the 'Walk Score' API

Easily collect walk scores, bike scores, and transit scores (where available) from the 'Walk Score' API < https://www.walkscore.com/professional/api.php>, a proprietary API that assigns locations a walkability score between 0 and 100.

tidyextreme — by Marcio Baldissera Cure, 2 months ago

A Tidy Toolbox for Climate Extreme Indices

Calculate Expert Team on Climate Change Detection and Indices (ETCCDI) <-- (acronym) climate indices from daily or hourly temperature and precipitation data. Provides flexible data handling.

strength — by Alex Paynter, 23 days ago

Operations Designed for Tidy Strength Data

Mappings for estimated one rep max from commonly used formulas. Convenience functions for turning mass/rep/set data into useful derived quantities.

tidyILD — by Alex Litovchenko, 9 days ago

Tidy Intensive Longitudinal Data Analysis

A reproducible, tidyverse-style framework for intensive longitudinal data analysis in R, with built-in methodological safeguards, provenance tracking, and reporting tools. Encodes time structure, enforces within-between decomposition, provides spacing-aware lags, and integrates diagnostics and visualization. Use ild_prepare(), ild_center(), ild_lag(), and related functions for a unified pipeline from raw EMA/diary data to interpretable models.

tsibbledata — by Mitchell O'Hara-Wild, 4 years ago

Diverse Datasets for 'tsibble'

Provides diverse datasets in the 'tsibble' data structure. These datasets are useful for learning and demonstrating how tidy temporal data can tidied, visualised, and forecasted.

broom.helpers — by Joseph Larmarange, 6 months ago

Helpers for Model Coefficients Tibbles

Provides suite of functions to work with regression model 'broom::tidy()' tibbles. The suite includes functions to group regression model terms by variable, insert reference and header rows for categorical variables, add variable labels, and more.