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

Found 283 packages in 0.01 seconds

metR — by Elio Campitelli, a month ago

Tools for Easier Analysis of Meteorological Fields

Many useful functions and extensions for dealing with meteorological data in the tidy data framework. Extends 'ggplot2' for better plotting of scalar and vector fields and provides commonly used analysis methods in the atmospheric sciences.

REDCapTidieR — by Richard Hanna, 15 days ago

Extract 'REDCap' Databases into Tidy 'Tibble's

Convert 'REDCap' exports into tidy tables for easy handling of 'REDCap' repeat instruments and event arms.

tidyllm — by Eduard Brüll, 3 months ago

Tidy Integration of Large Language Models

A tidy interface for integrating large language model (LLM) APIs such as 'Claude', 'Openai', 'Gemini','Mistral' and local models via 'Ollama' into R workflows. The package supports text and media-based interactions, interactive message history, batch request APIs, and a tidy, pipeline-oriented interface for streamlined integration into data workflows. Web services are available at < https://www.anthropic.com>, < https://openai.com>, < https://aistudio.google.com/>, < https://mistral.ai/> and < https://ollama.com>.

tidysq — by Dominik Rafacz, 5 months ago

Tidy Processing and Analysis of Biological Sequences

A tidy approach to analysis of biological sequences. All processing and data-storage functions are heavily optimized to allow the fastest and most efficient data storage.

tidyfit — by Johann Pfitzinger, 2 months ago

Regularized Linear Modeling with Tidy Data

An extension to the 'R' tidy data environment for automated machine learning. The package allows fitting and cross validation of linear regression and classification algorithms on grouped data.

widyr — by Julia Silge, 3 years ago

Widen, Process, then Re-Tidy Data

Encapsulates the pattern of untidying data into a wide matrix, performing some processing, then turning it back into a tidy form. This is useful for several operations such as co-occurrence counts, correlations, or clustering that are mathematically convenient on wide matrices.

htmldf — by Alastair Rushworth, 3 years ago

Simple Scraping and Tidy Webpage Summaries

Simple tools for scraping webpages, extracting common html tags and parsing contents to a tidy, tabular format. Tools help with extraction of page titles, links, images, rss feeds, social media handles and page metadata.

ripc — by Seth Caldwell, a year ago

Download and Tidy IPC and CH Data

Utilities to access Integrated Food Security Phase Classification (IPC) and Cadre Harmonisé (CH) food security data. Wrapper functions are available for all of the 'IPC-CH' Public API (< https://docs.api.ipcinfo.org>) simplified and advanced endpoints to easily download the data in a clean and tidy format.

tidychangepoint — by Benjamin S. Baumer, 5 months ago

A Tidy Framework for Changepoint Detection Analysis

Changepoint detection algorithms for R are widespread but have different interfaces and reporting conventions. This makes the comparative analysis of results difficult. We solve this problem by providing a tidy, unified interface for several different changepoint detection algorithms. We also provide consistent numerical and graphical reporting leveraging the 'broom' and 'ggplot2' packages.

tidyrstats — by Brendan Ansell, 10 days ago

Tidy Common R Statistical Functions

Provides functions to scale, log-transform and fit linear models within a 'tidyverse'-style R code framework. Intended to smooth over inconsistencies in output of base R statistical functions, allowing ease of teaching, learning and daily use. Inspired by the tidy principles used in 'broom' Robinson (2017) .