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

Found 295 packages in 0.01 seconds

nestedmodels — by Ashby Thorpe, 2 years ago

Tidy Modelling for Nested Data

A modelling framework for nested data using the 'tidymodels' ecosystem. Specify how to nest data using the 'recipes' package, create testing and training splits using 'rsample', and fit models to this data using the 'parsnip' and 'workflows' packages. Allows any model to be fit to nested data.

tidyCpp — by Dirk Eddelbuettel, 2 years ago

Tidy C++ Header-Only Definitions for Parts of the C API of R

Core parts of the C API of R are wrapped in a C++ namespace via a set of inline functions giving a tidier representation of the underlying data structures and functionality using a header-only implementation without additional dependencies.

metR — by Elio Campitelli, 3 days 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, a month 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, 17 days 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, 8 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, 4 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.