Package: tidylog
Type: Package
Title: Logging for 'dplyr' and 'tidyr' Functions
Version: 1.1.0
Authors@R: c(
    person("Benjamin", "Elbers", email = "elbersb@gmail.com",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448")),
    person("Damiano", "Oldoni", email = "damiano.oldoni@inbo.be",
    role = c("ctb"), comment = c(ORCID = "0000-0003-3445-7562"))
    )
Description: Provides feedback about 'dplyr' and 'tidyr' operations.
License: MIT + file LICENSE
Imports: dplyr, tidyr, glue, clisymbols, rlang (>= 0.4.3)
Suggests:
    testthat,
    units,
    nycflights13,
    covr,
    forcats,
    knitr,
    rmarkdown,
    bench
Encoding: UTF-8
URL: https://github.com/elbersb/tidylog/
BugReports: https://github.com/elbersb/tidylog/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr
