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

Found 594 packages in 0.02 seconds

genproc — by Daniel Rakotomalala, 2 months ago

Robust, Logged and Reproducible Iteration at Organizational Scale

Turns one-off iterative R procedures (such as for loops, lapply() or pmap() from 'purrr') into production-grade workflows by wrapping them with orthogonal, composable execution layers. Two layers are always active: structured logging with real traceback and per-case timing; and reproducibility capture, which records the R version, loaded package versions, execution environment, the exact iteration mask, and a stat-based fingerprint of every input file referenced in the mask (with a diff_inputs() helper to detect silent drift between runs). Parallel execution (built on the 'future' framework, Bengtsson (2021) ), non-blocking background jobs, and opt-in progress reporting (via 'progressr') are implemented as optional, composable layers. Further layers (error replay, content-hash input fingerprinting, content-based case identifiers) are planned and will remain composable with the default layers.

syslognet — by Panagiotis Cheilaris, 7 years ago

Send Log Messages to Remote 'syslog' Server

Send 'syslog' protocol messages to a remote 'syslog' server specified by host name and TCP network port.

md.log — by E. F. Haghish, 4 years ago

Produces Markdown Log File with a Built-in Function Call

Produces clean and neat Markdown log file and also provide an argument to include the function call inside the Markdown log.

rtrends — by Avi Blinder, 10 years ago

Analyze Download Logs from the CRAN RStudio Mirror

Analyze download logs from the CRAN RStudio mirror (< http://cran.rstudio.com/>). This CRAN mirror is the default one used in RStudio. The available data is the result of parsed and anonymised raw log data from that CRAN mirror.

dyn.log — by Brandon Moretz, 4 years ago

Dynamic Logging for R Inspired by Configuration Driven Development

A comprehensive and dynamic configuration driven logging package for R. While there are several excellent logging solutions already in the R ecosystem, I always feel constrained in some way by each of them. Every project is designed differently to solve it's domain specific problem, and ultimately the utility of a logging solution is its ability to adapt to this design. This is the raison d'ĂȘtre for 'dyn.log': to provide a modular design, template mechanics and a configuration-based integration model, so that the logger can integrate deeply into your design, even though it knows nothing about it.

tabulog — by Austin Nar, 7 years ago

Parsing Semi-Structured Log Files into Tabular Format

Convert semi-structured log files (such as 'Apache' access.log files) into a tabular format (data.frame) using a standard template system.

plde — by JungJun Lee, 8 years ago

Penalized Log-Density Estimation Using Legendre Polynomials

We present a penalized log-density estimation method using Legendre polynomials with lasso penalty to adjust estimate's smoothness. Re-expressing the logarithm of the density estimator via a linear combination of Legendre polynomials, we can estimate parameters by maximizing the penalized log-likelihood function. Besides, we proposed an implementation strategy that builds on the coordinate decent algorithm, together with the Bayesian information criterion (BIC).

logbin — by Mark W. Donoghoe, a year ago

Relative Risk Regression Using the Log-Binomial Model

Methods for fitting log-link GLMs and GAMs to binomial data, including EM-type algorithms with more stable convergence properties than standard methods.

FLORAL — by Teng Fei, 5 months ago

Fit Log-Ratio Lasso Regression for Compositional Data

Log-ratio Lasso regression for continuous, binary, and survival outcomes with (longitudinal) compositional features. See Fei and others (2024) .

ollggamma — by Matheus H. J. Saldanha, 6 years ago

Odd Log-Logistic Generalized Gamma Probability Distribution

Density, distribution function, quantile function and random generation for the Odd Log-Logistic Generalized Gamma proposed in Prataviera, F. et al (2017) .