Type: Package
Package: styler
Title: Non-Invasive Pretty Printing of R Code
Version: 1.10.3
Authors@R: 
    c(person(given = "Kirill",
             family = "Müller",
             role = "aut",
             email = "kirill@cynkra.com",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "Lorenz",
             family = "Walthert",
             role = c("cre", "aut"),
             email = "lorenz.walthert@icloud.com"),
      person(given = "Indrajeet",
             family = "Patil",
             role = "ctb",
             email = "patilindrajeet.science@gmail.com",
             comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
Description: Pretty-prints R code without changing the user's formatting
    intent.
License: MIT + file LICENSE
URL: https://github.com/r-lib/styler, https://styler.r-lib.org
BugReports: https://github.com/r-lib/styler/issues
Depends: R (>= 3.6.0)
Imports: cli (>= 3.1.1), magrittr (>= 2.0.0), purrr (>= 0.2.3), R.cache
        (>= 0.15.0), rlang (>= 1.0.0), rprojroot (>= 1.1), tools, vctrs
        (>= 0.4.1), withr (>= 2.3.0),
Suggests: data.tree (>= 0.1.6), digest, here, knitr, prettycode,
        rmarkdown, roxygen2, rstudioapi (>= 0.7), tibble (>= 1.4.2),
        testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Collate: 'addins.R' 'communicate.R' 'compat-dplyr.R' 'compat-tidyr.R'
        'detect-alignment-utils.R' 'detect-alignment.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-indention.R' 'rules-line-breaks.R'
        'rules-spaces.R' 'rules-tokens.R' 'serialize.R'
        'set-assert-args.R' 'style-guides.R' 'styler-package.R'
        'stylerignore.R' 'testing-mocks.R' 'testing-public-api.R'
        'ui-caching.R' 'testing.R' 'token-create.R' 'transform-block.R'
        'transform-code.R' 'transform-files.R' 'ui-styling.R'
        'unindent.R' 'utils-cache.R' 'utils-files.R'
        'utils-navigate-nest.R' 'utils-strings.R' 'utils.R'
        'vertical.R' 'visit.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2024-04-07 19:04:20 UTC; lorenz
Author: Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>),
  Lorenz Walthert [cre, aut],
  Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>,
    @patilindrajeets)
Maintainer: Lorenz Walthert <lorenz.walthert@icloud.com>
Repository: CRAN
Date/Publication: 2024-04-07 23:00:02 UTC
Built: R 4.2.3; ; 2024-04-07 23:28:49 UTC; unix
