I am looking for the standard (if any) logging package for R, and some sample usage?
I also don't see any among the packages listed: http://cran.r-project.org/web/packages/
I am looking for the standard (if any) logging package for R, and some sample usage?
I also don't see any among the packages listed: http://cran.r-project.org/web/packages/
I've started logR project in June 2014. Initially it was a R process logger with exception handling capable to log to csv and DBI/RODBDC/RJDBC databases.
Starting from 2.1 version I've switched to support only PostgreSQL as backend for logs.
If you are able to arrange single table in postgres database then you can easily use logR.
Upstream repo, and github mirror.
Some of logR features:
It requires
RPostgreSQL
anddata.table
packages.Usage:
More examples can be found in logR unit tests.