Package: lumberjack
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
License: EUPL
Title: Track Changes in Data
LazyData: no
Type: Package
LazyLoad: yes
Authors@R: person("Mark", "van der Loo",
        role=c("aut","cre"),email="mark.vanderloo@gmail.com"
       , comment=c(ORCID="0000-0002-9807-4686"))
Description: A framework that allows for easy logging of changes in data.
    Main features: start tracking changes by adding a single line of code to 
    an existing script. Track changes in multiple datasets, using multiple 
    loggers. Add custom-built loggers or use loggers offered by other 
    packages.
Version: 1.1.2
URL: https://github.com/markvanderloo/lumberjack
BugReports: https://github.com/markvanderloo/lumberjack/issues
Imports: utils, R6
Depends: R (>= 3.4.0)
Suggests: tinytest
RoxygenNote: 7.0.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-01-09 12:30:40 UTC; mark
Author: Mark van der Loo [aut, cre] (<https://orcid.org/0000-0002-9807-4686>)
Repository: CRAN
Date/Publication: 2020-01-09 13:10:02 UTC
