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

Found 312 packages in 0.01 seconds

holodeck — by Eric Scott, 2 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.

ttservice — by Stefano Mangiola, 5 months ago

A Service for Tidy Transcriptomics Software Suite

It provides generic methods that are used by more than one package, avoiding conflicts. This package will be imported by 'tidySingleCellExperiment' and 'tidyseurat'.

schematic — by Will Hipson, 7 months ago

Tidy Schema Validation for Data Frames

Validate data.frames against schemas to ensure that data matches expectations. Define schemas using 'tidyselect' and predicate functions for type consistency, nullability, and more. Schema failure messages can be tailored for non-technical users and are ideal for user-facing applications such as in 'shiny' or 'plumber'.

mverse — by Michael Jongho Moon, 4 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, 3 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.

denguedatahub — by Thiyanga S. Talagala, 6 months ago

A Tidy Format Datasets of Dengue by Country

Provides a weekly, monthly, yearly summary of dengue cases by state/ province/ country.

neatRanges — by Aljaz Jelenko, 3 years ago

Tidy Up Date/Time Ranges

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

tidycharts — by Bartosz Sawicki, 4 years ago

Generate Tidy Charts Inspired by 'IBCS'

There is a wide range of R packages created for data visualization, but still, there was no simple and easily accessible way to create clean and transparent charts - up to now. The 'tidycharts' package enables the user to generate charts compliant with International Business Communication Standards ('IBCS'). It means unified bar widths, colors, chart sizes, etc. Creating homogeneous reports has never been that easy! Additionally, users can apply semantic notation to indicate different data scenarios (plan, budget, forecast). What's more, it is possible to customize the charts by creating a personal color pallet with the possibility of switching to default options after the experiments. We wanted the package to be helpful in writing reports, so we also made joining charts in a one, clear image possible. All charts are generated in SVG format and can be shown in the 'RStudio' viewer pane or exported to HTML output of 'knitr'/'markdown'.

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.

fabletools — by Mitchell O'Hara-Wild, 4 months ago

Core Tools for Packages in the 'fable' Framework

Provides tools, helpers and data structures for developing models and time series functions for 'fable' and extension packages. These tools support a consistent and tidy interface for time series modelling and analysis.