Package: adaptalint Type: Package Title: Check Code Style Painlessly Version: 0.2.4 Date: 2019-10-04 Authors@R: c(person("Max", "Conway", email = "conway.max1@gmail.com", role = c("aut", "cre")), person("Natasha", "Latysheva", email = "nslatysheva@gmail.com", role = c("aut"))) Description: Infer the code style (which style rules are followed and which ones are not) from one package and use it to check another. This makes it easier to find and correct the most important problems first. License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 6.1.1 Depends: R (>= 3.3.0) Imports: dplyr, lintr, purrr Suggests: devtools, git2r, testthat Config/pak/sysreqs: libxml2-dev Repository: https://maxconway.r-universe.dev Date/Publication: 2019-10-04 22:44:50 UTC RemoteUrl: https://github.com/maxconway/adaptalint RemoteRef: HEAD RemoteSha: 6be13c86933570b08cdb72da9add7f3898d55585 NeedsCompilation: no Packaged: 2026-07-24 05:06:10 UTC; root Author: Max Conway [aut, cre], Natasha Latysheva [aut] Maintainer: Max Conway