Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

jangorecki/logR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logR Build Status

Extended logging solution:

  • transactional logging: insert log, evaluate call, update log.
  • log to postgres database.
  • warnings and error catching.
  • log process metadata: in/our nrow, flexible list of custom metadata.
  • email notification on warnings/error.
  • support parallel processing.

The logR pg_mini branch is focused on logging to postgres. New alert feature is added which allows to distinguish action for error/warnings. Additionally instead of single tag field there is flexible metadata columns list. Sending emails will be handled by www.mailgun.com to remove java dependency which is currently used in other branches.

Installation

library(devtools)
install_github("jangorecki/logR@pg_mini")

Usage

See tests/tests.R and read manual.

License

GPL-3

Contact

[email protected]

About

Extended logging solution for R

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages