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

Found 301 packages in 0.06 seconds

tidypopgen — by Andrea Manica, 2 months ago

Tidy Population Genetics

We provide a tidy grammar of population genetics, facilitating the manipulation and analysis of data on biallelic single nucleotide polymorphisms (SNPs). 'tidypopgen' scales to very large genetic datasets by storing genotypes on disk, and performing operations on them in chunks, without ever loading all data in memory. The full functionalities of the package are described in Carter et al. (2025) .

flowchart — by Pau Satorra, 2 months ago

Tidy Flowchart Generator

Creates participant flow diagrams directly from a dataframe. Representing the flow of participants through each stage of a study, especially in clinical trials, is essential to assess the generalisability and validity of the results. This package provides a set of functions that can be combined with a pipe operator to create all kinds of flowcharts from a data frame in an easy way.

tune — by Max Kuhn, 5 days ago

Tidy Tuning Tools

The ability to tune models is important. 'tune' contains functions and classes to be used in conjunction with other 'tidymodels' packages for finding reasonable values of hyper-parameters in models, pre-processing methods, and post-processing steps.

tidyfinance — by Christoph Scheuch, 5 months ago

Tidy Finance Helper Functions

Helper functions for empirical research in financial economics, addressing a variety of topics covered in Scheuch, Voigt, and Weiss (2023) . The package is designed to provide shortcuts for issues extensively discussed in the book, facilitating easier application of its concepts. For more information and resources related to the book, visit < https://www.tidy-finance.org/r/index.html>.

BaseSet — by LluĂ­s Revilla Sancho, 8 months ago

Working with Sets the Tidy Way

Implements a class and methods to work with sets, doing intersection, union, complementary sets, power sets, cartesian product and other set operations in a "tidy" way. These set operations are available for both classical sets and fuzzy sets. Import sets from several formats or from other several data structures.

tidysmd — by Malcolm Barrett, 2 years ago

Tidy Standardized Mean Differences

Tidy standardized mean differences ('SMDs'). 'tidysmd' uses the 'smd' package to calculate standardized mean differences for variables in a data frame, returning the results in a tidy format.

BVARverse — by Lukas Vashold, 5 years ago

Tidy Bayesian Vector Autoregression

Functions to prepare tidy objects from estimated models via 'BVAR' (see Kuschnig & Vashold, 2019 ) and visualisation thereof. Bridges the gap between estimating models with 'BVAR' and plotting the results in a more sophisticated way with 'ggplot2' as well as passing them on in a tidy format.

epiCleanr — by Mohamed A. Yusuf, 2 years ago

A Tidy Solution for Epidemiological Data

Offers a tidy solution for epidemiological data. It houses a range of functions for epidemiologists and public health data wizards for data management and cleaning.

trendyy — by Josiah Parry, 6 years ago

A Tidy Wrapper Around 'gtrendsR'

Access Google Trends information. This package provides a tidy wrapper to the 'gtrendsR' package. Use four spaces when indenting paragraphs within the Description.

ruler — by Evgeni Chasnovski, 3 months ago

Tidy Data Validation Reports

Tools for creating data validation pipelines and tidy reports. This package offers a framework for exploring and validating data frame like objects using 'dplyr' grammar of data manipulation.