Package: logr
Title: Creates Log Files
Version: 1.1.0
Authors@R: 
    person(given = "David",
           family = "Bosak",
           role = c("aut", "cre"),
           email = "dbosak01@gmail.com")
Description: Contains functions to help create log files.  The 
    package aims to overcome the difficulty of the base R sink() command.  The
    log_print() function will print to both the console and the file log, 
    without interfering in other write operations.
License: CC0
Encoding: UTF-8
LazyData: true
URL: https://github.com/dbosak01/logr
BugReports: https://github.com/dbosak01/logr/issues
Suggests: knitr, qpdf, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-08-09 05:10:04 UTC; dbosak
Author: David Bosak [aut, cre]
Maintainer: David Bosak <dbosak01@gmail.com>
Repository: CRAN
Date/Publication: 2020-08-10 15:30:03 UTC
