-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.11 KB
/
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
29
30
31
32
33
34
35
36
Package: tidycode
Type: Package
Title: Analyze Lines of R Code the Tidy Way
Version: 0.1.1
Authors@R: c(
person("Lucy", "D'Agostino McGowan", email = "lucydagostino@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7297-9359")),
person("Jim", "Hester", email = "james.f.hester@gmail.com", role = "ctb"),
person("Joshua", "Rosenberg", role = "ctb"),
person("Jeff", "Leek", email = "jtleek@gmail.com", role = c("ldr"))
)
Description: Analyze lines of R code using tidy principles. This allows you to
input lines of R code and output a data frame with one row per function
included. Additionally, it facilitates code classification via included lexicons.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
purrr,
pryr,
tibble,
rlang,
glue,
matahari
URL: https://github.com/LucyMcGowan/tidycode
BugReports: https://github.com/LucyMcGowan/tidycode/issues
Suggests:
testthat,
covr,
knitr,
rmarkdown,
dplyr,
scales,
ggplot2
VignetteBuilder: knitr