Package: loggit
Title: Effortless Exception Logging
Description: 
    A very simple and easy-to-use set of suspiciously-familiar functions. 'loggit'
    provides a set of wrappings for base R's message(), warning(), and stop()
    functions that maintain identical functionality, but also log the handler
    message to a 'JSON' log file. While mostly automatic, powerful custom logging
    is available via these handlers' logging function, loggit(), which is also
    exported for use. No change in existing code is necessary to use this
    package.
Version: 1.2.0
Date: 2020-03-14
Authors@R: 
    person(given = "Ryan",
           family = "Price",
           role = c("cre", "aut"),
           email = "ryapric@gmail.com")
License: MIT + file LICENSE
Depends: R (>= 3.4.0)
Imports: dplyr (>= 0.7.4), jsonlite (>= 1.5)
Suggests: knitr (>= 1.19), rmarkdown (>= 1.8), testthat (>= 2.0.0)
URL: https://github.com/ryapric/loggit
BugReports: https://github.com/ryapric/loggit/issues
RoxygenNote: 7.0.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-03-15 02:18:49 UTC; ryan
Author: Ryan Price [cre, aut]
Maintainer: Ryan Price <ryapric@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-16 12:20:06 UTC
Built: R 3.5.3; ; 2020-04-22 07:33:19 UTC; windows
