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

Found 71 packages in 0.06 seconds

provViz — by Barbara Lerner, 4 years ago

Provenance Visualizer

Displays provenance graphically for provenance collected by the 'rdt' or 'rdtLite' packages, or other tools providing compatible PROV JSON output. The exact format of the JSON created by 'rdt' and 'rdtLite' is described in < https://github.com/End-to-end-provenance/ExtendedProvJson>. More information about rdtLite and associated tools is available at < https://github.com/End-to-end-provenance/> and Barbara Lerner, Emery Boose, and Luis Perez (2018), Using Introspection to Collect Provenance in R, Informatics, .

shinyloadtest — by Barret Schloerke, 7 months ago

Load Test Shiny Applications

Assesses the number of concurrent users 'shiny' applications are capable of supporting, and for directing application changes in order to support a higher number of users. Provides facilities for recording 'shiny' application sessions, playing recorded sessions against a target server at load, and analyzing the resulting metrics.

climateBR — by Kaio Bárbara, 3 days ago

Download Rainfall, Temperature, and Wind Data from Brazil

Provides functions to download and import meteorological data from Brazil's National Institute of Meteorology (INMET) < https://portal.inmet.gov.br>.

SEMgraph — by Barbara Tarantino, 8 months ago

Network Analysis and Causal Inference Through Structural Equation Modeling

Estimate networks and causal relationships in complex systems through Structural Equation Modeling. This package also includes functions for importing, weight, manipulate, and fit biological network models within the Structural Equation Modeling framework as outlined in the Supplementary Material of Grassi M, Palluzzi F, Tarantino B (2022) .

provGraphR — by Barbara Lerner, 4 years ago

Creates Adjacency Matrices for Lineage Searches

Creates and manages a provenance graph corresponding to the provenance created by the 'rdtLite' package, which collects provenance from R scripts. 'rdtLite' is available on CRAN. The provenance format is an extension of the W3C PROV JSON format (< https://www.w3.org/Submission/2013/SUBM-prov-json-20130424/>). The extended JSON provenance format is described in < https://github.com/End-to-end-provenance/ExtendedProvJson>.

onsvplot — by Pedro Augusto Borges Santos, 3 years ago

National Road Safety Observatory (ONSV) Style for 'ggplot2' Graphics

Helps to create 'ggplot2' charts in the style used by the National Road Safety Observatory (ONSV). The package includes functions to customize 'ggplot2' objects with new theme and colors.

STMotif — by Heraldo Borges, 5 months ago

Discovery of Motifs in Spatial-Time Series

Allow to identify motifs in spatial-time series. A motif is a previously unknown subsequence of a (spatial) time series with relevant number of occurrences. For this purpose, the Combined Series Approach (CSA) is used.

nomesbr — by Rodrigo Borges, a year ago

Limpa e Simplifica Nomes de Pessoas (Name Cleaner and Simplifier)

Limpa e simplifica nomes de pessoas para auxiliar no pareamento de banco de dados na ausência de chaves únicas não ambíguas. Detecta e corrige erros tipográficos mais comuns, simplifica opcionalmente termos sujeitos eventualmente a omissão em cadastros, e simplifica foneticamente suas palavras, aplicando variação própria do algoritmo metaphoneBR. (Cleans and simplifies person names to assist in database matching when unambiguous unique keys are unavailable. Detects and corrects common typos, optionally simplifies terms prone to omission in records, and applies phonetic simplification using a custom variation of the metaphoneBR algorithm.) Mation (2025) .

metaphonebr — by Rodrigo Borges, a year ago

Custom 'MetaphoneBR' Phonetic Encoding for Brazilian Names

Simplifies Brazilian names phonetically using a custom 'metaphoneBR' algorithm that preserves ending vowels. Useful for name matching processing preserving gender information carried generally by ending vowels in Portuguese. Mation (2025) .

TurtleGraphics — by Barbara Zogala-Siudem, 9 years ago

Turtle Graphics

An implementation of turtle graphics < http://en.wikipedia.org/wiki/Turtle_graphics>. Turtle graphics comes from Papert's language Logo and has been used to teach concepts of computer programming.