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

Found 569 packages in 0.01 seconds

nnet — by Brian Ripley, a year ago

Feed-Forward Neural Networks and Multinomial Log-Linear Models

Software for feed-forward neural networks with a single hidden layer, and for multinomial log-linear models.

expm — by Martin Maechler, 2 years ago

Matrix Exponential, Log, 'etc'

Computation of the matrix exponential, logarithm, sqrt, and related quantities, using traditional and modern methods.

rappdirs — by Hadley Wickham, 4 months ago

Application Directories: Determine Where to Save Data, Caches, and Logs

An easy way to determine which directories on the users computer you should use to save data, caches and logs. A port of Python's 'Appdirs' (< https://github.com/ActiveState/appdirs>) to R.

lgr — by Stefan Fleck, 4 months ago

A Fully Featured Logging Framework

A flexible, light-weight logging framework based on 'R6' classes. It supports hierarchical loggers, structured logging, output to plaintext, 'JSON', (rotating) files, and memory buffers. Additional appenders for 'Elasticsearch', 'Dynatrace', databases, email and push notifications, and more are available in the 'lgrExtra' package.

futile.logger — by Brian Lee Yung Rowe, 5 months ago

A Logging Utility for R

Provides a simple yet powerful logging utility. Based loosely on log4j, futile.logger takes advantage of R idioms to make logging a convenient and easy to use replacement for cat and print statements.

ParallelLogger — by Martijn Schuemie, 7 months ago

Support for Parallel Computation, Logging, and Function Automation

Support for parallel computation with progress bar, and option to stop or proceed on errors. Also provides logging to console and disk, and the logging persists in the parallel threads. Additional functions support function call automation with delayed execution (e.g. for executing functions in parallel).

mvtnorm — by Torsten Hothorn, a month ago

Multivariate Normal and t Distributions

Computes multivariate normal and t probabilities, quantiles, random deviates, and densities. Log-likelihoods for multivariate Gaussian models and Gaussian copulae parameterised by Cholesky factors of covariance or precision matrices are implemented for interval-censored and exact data, or a mix thereof. Score functions for these log-likelihoods are available. A class representing multiple lower triangular matrices and corresponding methods are part of this package.

logr — by David Bosak, a year ago

Creates Log Files

Contains functions to help create log files. The package aims to overcome the difficulty of the base R sink() command. The log_print() function will print to both the console and the file log, without interfering in other write operations.

cranlogs — by Gábor Csárdi, 7 years ago

Download Logs from the 'RStudio' 'CRAN' Mirror

'API' to the database of 'CRAN' package downloads from the 'RStudio' 'CRAN mirror'. The database itself is at < http://cranlogs.r-pkg.org>, see < https://github.com/r-hub/cranlogs.app> for the raw 'API'.

teal.logger — by Dawid Kaledkowski, 6 months ago

Logging Setup for the 'teal' Family of Packages

Utilizing the 'logger' framework to record events within a package, specific to 'teal' family of packages. Supports logging namespaces, hierarchical logging, various log destinations, vectorization, and more.