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

Found 527 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.

logger — by Gergely Daróczi, 5 months ago

A Lightweight, Modern and Flexible Logging Utility

Inspired by the the 'futile.logger' R package and 'logging' Python module, this utility provides a flexible and extensible way of formatting and delivering log messages with low overhead.

mvtnorm — by Torsten Hothorn, a year 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.

logging — by Walerian Sokolowski, 7 years ago

R Logging Package

Pure R implementation of the ubiquitous log4j package. It offers hierarchic loggers, multiple handlers per logger, level based filtering, space handling in messages and custom formatting.

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'.

futile.logger — by Brian Lee Yung Rowe, 2 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.

plogr — by Kirill Müller, 8 years ago

The 'plog' C++ Logging Library

A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include ' in your C++ modules to use it.

log4r — by Aaron Jacobs, a year ago

A Fast and Lightweight Logging System for R, Based on 'log4j'

The log4r package is meant to provide a fast, lightweight, object-oriented approach to logging in R based on the widely-emulated 'log4j' system and etymology.