Package: styler
Title: Non-Invasive Pretty Printing of R Code
Version: 1.0.0
Authors@R: c(person("Kirill", "Müller", role = c("aut"), email = "krlmlr+r@mailbox.org"),
  person("Lorenz", "Walthert", role = c("cre", "aut"), email = "lorenz.walthert@icloud.com"))
Description: 
    Pretty-prints R code without changing the user's formatting intent.
Imports: backports, cli, enc, magrittr, purrr, rematch2, rlang,
        rprojroot, tibble, withr
Suggests: data.tree, dplyr, here, knitr, mockr, rmarkdown, rstudioapi,
        testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
Date: 2017-12-05
BugReports: https://github.com/r-lib/styler/issues
URL: https://github.com/r-lib/styler, https://r-lib.github.io/styler/
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Collate: 'addins.R' 'communicate.R' 'compat-tidyr.R' 'dplyr.R'
        'expr-is.R' 'indent.R' 'initialize.R' 'nest.R'
        'nested_to_tree.R' 'parse.R' 'reindent.R' 'token-define.R'
        'relevel.R' 'rules-line_break.R' 'rules-other.R'
        'rules-replacement.R' 'rules-spacing.R' 'serialize.R'
        'serialized_tests.R' 'set-assert-args.R' 'style_guides.R'
        'styler.R' 'token-create.R' 'transform-code.R'
        'transform-files.R' 'ui.R' 'unindent.R' 'utils.R' 'vertical.R'
        'visit.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2017-12-09 19:28:34 UTC; lorenz
Author: Kirill Müller [aut],
  Lorenz Walthert [cre, aut]
Maintainer: Lorenz Walthert <lorenz.walthert@icloud.com>
Repository: CRAN
Date/Publication: 2017-12-11 12:52:26 UTC
