Found 594 packages in 0.02 seconds
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)
Send Log Messages to Remote 'syslog' Server
Send 'syslog' protocol messages to a remote 'syslog' server specified by host name and TCP network port.
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.
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.
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.
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.
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).
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.
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)
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)