Package: styler
Title: Non-Invasive Pretty Printing of R Code
Version: 1.1.0
Date: 2018-11-20
Authors@R: 
    c(person(given = "Kirill",
             family = "Müller",
             role = "aut",
             email = "krlmlr+r@mailbox.org"),
      person(given = "Lorenz",
             family = "Walthert",
             role = c("cre", "aut"),
             email = "lorenz.walthert@icloud.com"))
Description: Pretty-prints R code without changing the
    user's formatting intent.
License: GPL-3
URL: https://github.com/r-lib/styler
BugReports: https://github.com/r-lib/styler/issues
Imports: backports, cli, magrittr, purrr (>= 0.2.3), rematch2, rlang,
        rprojroot, tibble (>= 1.4.2), tools, withr, xfun
Suggests: data.tree, dplyr, here, knitr, prettycode, rmarkdown,
        rstudioapi, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Collate: 'addins.R' 'communicate.R' 'compat-dplyr.R' 'compat-tidyr.R'
        'environments.R' 'expr-is.R' 'indent.R' 'initialize.R' 'io.R'
        'nest.R' 'nested-to-tree.R' 'parse.R' 'reindent.R'
        'token-define.R' 'relevel.R' 'roxygen-examples-add-remove.R'
        'roxygen-examples-find.R' 'roxygen-examples-parse.R'
        'roxygen-examples.R' 'rules-line-break.R' 'rules-other.R'
        'rules-replacement.R' 'rules-spacing.R' 'serialize.R'
        'set-assert-args.R' 'style-guides.R' 'styler.R' 'testing.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: 2018-11-20 16:11:24 UTC; lorenz
Author: Kirill Müller [aut],
  Lorenz Walthert [cre, aut]
Maintainer: Lorenz Walthert <lorenz.walthert@icloud.com>
Repository: CRAN
Date/Publication: 2018-11-20 16:40:03 UTC
