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("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
RoxygenNote: 6.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
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-12-10 15:35:41 UTC; lucymcgowan
Author: Lucy D'Agostino McGowan [aut, cre]
    (<https://orcid.org/0000-0001-7297-9359>),
  Jim Hester [ctb],
  Jeff Leek [ldr]
Maintainer: Lucy D'Agostino McGowan <lucydagostino@gmail.com>
Repository: CRAN
Date/Publication: 2019-12-10 19:30:02 UTC
Built: R 4.2.0; ; 2022-04-13 12:28:50 UTC; unix
