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

Found 12 packages in 0.04 seconds

operators — by Romain Francois, 10 days ago

Additional Binary Operators

A set of binary operators for common tasks such as regex manipulation.

ore — by Jon Clayden, a year ago

An R Interface to the Onigmo Regular Expression Library

Provides an alternative to R's built-in functionality for handling regular expressions, based on the Onigmo library. Offers first-class compiled regex objects, partial matching and function-based substitutions, amongst other features.

regreplaceR — by Gwang-Jin Kim, 2 years ago

Match and Replace Strings Based on Named Groups in Regular Expressions

An R6 class "Replacer" provided by the package simplifies working with regex patterns containing named groups. It allows easy retrieval of matched portions and targeted replacements by group name, improving both code clarity and maintainability.

textpress — by Jason Timm, 2 months ago

A Lightweight and Versatile NLP Toolkit

A toolkit for web scraping, modular NLP pipelines, and text preparation for large language models. Organized around four core actions: fetching, reading, processing, and searching. Covers the full pipeline from raw web data acquisition to structural text processing and BM25 indexing. Supports multiple retrieval strategies including regex, dictionary matching, and ranked keyword search. Pipe-friendly with no heavy dependencies; all outputs are plain data frames or data.tables.

TidyPanel — by Tony Lu, 3 days ago

Universal Messy Panel Data Cleaner

A robust toolkit designed to standardize and clean complex tabular data from commercial enterprise systems, healthcare records, logistics software, and HR databases. Features include intelligent regex parsing for domain-specific noise (currencies, percentages), gap-based block clustering, and automated messy table resolution. Methods draw on tidy data principles described in Wickham (2014) and the 'readxl' parsing infrastructure described in Wickham & Bryan (2023) < https://readxl.tidyverse.org>.

rtext — by Peter Meissner, 5 years ago

R6 Objects for Text and Data

For natural language processing and analysis of qualitative text coding structures which provide a way to bind together text and text data are fundamental. The package provides such a structure and accompanying methods in form of R6 objects. The 'rtext' class allows for text handling and text coding (character or regex based) including data updates on text transformations as well as aggregation on various levels. Furthermore, the usage of R6 enables inheritance and passing by reference which should enable 'rtext' instances to be used as back-end for R based graphical text editors or text coding GUIs.

ceramic — by Michael Sumner, 2 years ago

Download Online Imagery Tiles

Download imagery tiles to a standard cache and load the data into raster objects. Facilities for 'AWS' terrain < https://registry.opendata.aws/terrain-tiles/> terrain and 'Mapbox' < https://www.mapbox.com/> servers are provided.

ViewR — by Mahesh Divakaran, 8 days ago

Interactive Data Viewer, Filter, and Editor

Provides a feature-rich, popup-based interactive interface for viewing, exploring, filtering, sorting, editing, analysing, and plotting R data frames. Key features include: a searchable, paginated data table with drag-and-drop column reordering and variable-label 'tooltips'; multi-condition filters (AND/OR) with live preview; multi-column sorting; column visibility management with search; an Excel-like cell editor powered by 'rhandsontable'; find-and-replace across one or all columns (literal or regex) with automatic live preview; a Plots tab with auto-detected histograms and bar charts for every column; automatic 'dplyr' code generation reflecting every operation performed in the 'UI'; one-click CSV export; and a Variable Info tab with type, missing values, and summary statistics. The entire interface is launched with a single call to ViewR() and works as a popup dialog, in the 'RStudio' Viewer pane, or in the system browser.

ngme2 — by Xiaotian Jin, 16 days ago

Linear Latent Non-Gaussian Models with Flexible Distributions

Fits and analyzes linear latent non-Gaussian models for temporal, spatial, and space-time data. The package provides model components for autoregressive and Ornstein-Uhlenbeck processes, random walks, Matern fields based on stochastic partial differential equations, separable and non-separable space-time models, graph-based Matern models, bivariate type-G fields, and user-defined sparse operators. Latent fields and observation models can use Gaussian and non-Gaussian noise distributions, including normal inverse Gaussian, generalized asymmetric Laplace, and skew-t distributions. Functions are included for simulation, likelihood-based estimation, prediction, cross-validation, convergence diagnostics, stochastic gradient optimization, batch-means confidence intervals, and posterior-like sampling. The modeling framework is described in Bolin, Jin, Simas and Wallin (2026) "A Unified and Computationally Efficient Non-Gaussian Statistical Modeling Framework" .

rebus.base — by Richard Cotton, 9 years ago

Core Functionality for the 'rebus' Package

Build regular expressions piece by piece using human readable code. This package contains core functionality, and is primarily intended to be used by package developers.