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

Found 502 packages in 0.02 seconds

rblt — by Sebastien Geiger, 2 years ago

Bio-Logging Toolbox

An R-shiny application to visualize bio-loggers time series at a microsecond precision as Acceleration, Temperature, Pressure, Light intensity. It is possible to link behavioral labels extracted from 'BORIS' software < http://www.boris.unito.it> or manually written in a csv file.

rollbar — by Andrew Kane, 9 years ago

Error Tracking and Logging

Reports errors and messages to Rollbar, the error tracking platform < https://rollbar.com>.

log — by John Coene, 4 years ago

Record Events and Issues

Logger to keep track of informational events and errors useful for debugging.

luzlogr — by Ben Bond-Lamberty, 2 years ago

Lightweight Logging for R Scripts

Provides flexible but lightweight logging facilities for R scripts. Supports priority levels for logs and messages, flagging messages, capturing script output, switching logs, and logging to files or connections.

loggit — by Ryan Price, 5 years ago

Modern Logging for the R Ecosystem

An effortless 'ndjson' (newline-delimited 'JSON') logger, with two primary log-writing interfaces. It provides a set of wrappings for base R's message(), warning(), and stop() functions that maintain identical functionality, but also log the handler message to an 'ndjson' log file. 'loggit' also exports its internal 'loggit()' function for powerful and configurable custom logging. No change in existing code is necessary to use this package, and should only require additions to fully leverage the power of the logging system. 'loggit' also provides a log reader for reading an 'ndjson' log file into a data frame, log rotation, and live echo of the 'ndjson' log messages to terminal 'stdout' for log capture by external systems (like containers). 'loggit' is ideal for Shiny apps, data pipelines, modeling work flows, and more. Please see the vignettes for detailed example use cases.

stenographer — by Dereck Mezquita, 8 months ago

Flexible and Customisable Logging System

A comprehensive logging framework for R applications that provides hierarchical logging levels, database integration, and contextual logging capabilities. The package supports 'SQLite' storage for persistent logs, provides colour-coded console output for better readability, includes parallel processing support, and implements structured error reporting with 'JSON' formatting.

WebAnalytics — by Greg Hunt, 2 months ago

Web Server Log Analysis

Provides Apache and IIS log analytics for transaction performance, client populations and workload definitions.

zoolog — by Jose M Pozo, 3 years ago

Zooarchaeological Analysis with Log-Ratios

Includes functions and reference data to generate and manipulate log-ratios (also known as log size index (LSI) values) from measurements obtained on zooarchaeological material. Log ratios are used to compare the relative (rather than the absolute) dimensions of animals from archaeological contexts (Meadow 1999, ISBN: 9783896463883). zoolog is also able to seamlessly integrate data and references with heterogeneous nomenclature, which is internally managed by a zoolog thesaurus. A preliminary version of the zoolog methods was first used by Trentacoste, Nieto-Espinet, and Valenzuela-Lamas (2018) .

rxode2ll — by Matthew L. Fidler, 9 months ago

Log-Likelihood Functions for 'rxode2'

Provides the log-likelihoods with gradients from 'stan' (Carpenter et al (2015), ) needed for generalized log-likelihood estimation in 'nlmixr2' (Fidler et al (2019) ). This is split of to reduce computational burden of recompiling 'rxode2' (Wang, Hallow and James (2016) ) which runs the 'nlmixr2' models during estimation.

logNormReg — by Vito M. R. Muggeo, 4 years ago

log Normal Linear Regression

Functions to fits simple linear regression models with log normal errors and identity link, i.e. taking the responses on the original scale. See Muggeo (2018) .