Type: Package Package: styler Title: Non-Invasive Pretty Printing of R Code Version: 1.11.0.9001 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 = "aut", email = "patilindrajeet.science@gmail.com", comment = c(ORCID = "0000-0003-1995-6531"))) 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 (>= 4.0.0) Imports: cli (>= 3.1.1), magrittr (>= 2.0.0), purrr (>= 1.0.2), R.cache (>= 0.15.0), rlang (>= 1.0.0), rprojroot (>= 1.1), tools, vctrs (>= 0.4.1), withr (>= 2.3.0), Suggests: DiagrammeR, data.tree (>= 0.1.6), digest, here, knitr, prettycode, rmarkdown, roxygen2, rstudioapi (>= 0.7), tibble (>= 1.4.2), testthat (>= 3.2.1) VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate", if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else { warning("Please install r-lib/pkgapi to make sure the file API is kept up to date"); NULL})) Language: en-US 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' 'options.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' Config/roxygen2/version: 8.0.0 Repository: https://r-lib.r-universe.dev Date/Publication: 2026-06-15 08:31:06 UTC RemoteUrl: https://github.com/r-lib/styler RemoteRef: HEAD RemoteSha: 23a1ec0233cfb277a03533b2ab1cb85334c78d00 NeedsCompilation: no Packaged: 2026-07-01 18:05:51 UTC; root Author: Kirill Müller [aut] (ORCID: ), Lorenz Walthert [cre, aut], Indrajeet Patil [aut] (ORCID: ) Maintainer: Lorenz Walthert