forked from elbersb/tidylog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 821 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: tidylog
Type: Package
Title: Logging for 'dplyr' and 'tidyr' Functions
Version: 1.0.2.9000
Authors@R: c(
person("Benjamin", "Elbers", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448")),
person("Damiano", "Oldoni", email = "[email protected]",
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
LazyData: true
URL: https://github.com/elbersb/tidylog/
BugReports: https://github.com/elbersb/tidylog/issues
RoxygenNote: 7.1.2
VignetteBuilder: knitr