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/
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I just submitted a
loggingpackage to CRAN. it is based on some parts of an older version of the ‘futile’ package (by Brian Lee Yung Rowe).You find the
loggingpackage:It mimics the standard python
loggingpackage, but please be careful if you decide to use it. I also attempted to document it by example, the package home page on R-Forge points to a couple of possible usage sessions.Any feedback will be read with interest!