Package: goodpractice
Title: Advice on R Package Building
Version: 1.0.5
Authors@R: 
    c(
      person(given = "Mark",
             family = "Padgham",
             role = c("aut", "cre"),
             email = "mark@ropensci.org",
             comment = c(ORCID = "0000-0003-2172-5265")),
      person(given = "Ascent Digital Services UK Limited",
             role = "cph",
             comment = c(GitHub = "MangoTheCat")),
      person(given = "Karina",
             family = "Marks",
             role = "aut",
             email = "karina.marks@ascent.io",
             comment = c(GitHub = "KarinaMarks")),       
      person(given = "Daniel",
             family = "de Bortoli",
             role = c("aut"),
             comment = c(GitHub = "ddbortoli")),
      person(given = "Gabor",
             family = "Csardi",
             role = "aut",
             email = "csardi.gabor@gmail.com"),
      person(given = "Hannah",
             family = "Frick",
             role = "aut",
             email = "hannah.frick@gmail.com"),
      person(given = "Owen",
             family = "Jones",
             role = "aut",
             email = "owenjonesuob@gmail.com",
             comment = c(GitHub = "owenjonesuob")),
      person(given = "Hannah",
             family = "Alexander",
             role = "aut",
             email = "halexander@mango-solutions.com"),
      person(given = "Ana",
             family = "Simmons",
             role = c("ctb"),
             email = "ana.simmons@ascent.io",
             comment = c(GitHub = "anasimmons")),
      person(given = "Fabian",
             family = "Scheipl",
             role = "ctb",
             comment = c(GitHub = "fabian-s")))
Description: Give advice about good practices when building R packages.
    Advice includes functions and syntax to avoid, package structure, code
    complexity, code formatting, etc.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/goodpractice/,
        https://github.com/ropensci-review-tools/goodpractice
BugReports: https://github.com/ropensci-review-tools/goodpractice/issues
Imports: clisymbols, covr, crayon, cyclocomp (>= 1.1.0), desc,
        jsonlite, lintr (>= 3.0.0), praise, rcmdcheck, rstudioapi,
        tools, utils, whoami, withr, xml2, xmlparsedata (>= 1.0.1)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Collate: 'api.R' 'customization.R' 'lists.R' 'chk_covr.R'
        'chk_cyclocomp.R' 'chk_description.R' 'chk_lintr.R'
        'chk_namespace.R' 'chk_rcmdcheck.R' 'chk_tnf.R' 'gp.R'
        'my_linters.R' 'package.R' 'prep_covr.R' 'prep_cyclocomp.R'
        'prep_description.R' 'prep_expressions.R' 'prep_lintr.R'
        'prep_namespace.R' 'prep_rcmdcheck.R' 'print.R'
        'rstudio_markers.R' 'utils.R'
NeedsCompilation: no
Packaged: 2024-06-03 09:04:17 UTC; smexus
Author: Mark Padgham [aut, cre] (<https://orcid.org/0000-0003-2172-5265>),
  Ascent Digital Services UK Limited [cph] (MangoTheCat),
  Karina Marks [aut] (KarinaMarks),
  Daniel de Bortoli [aut] (ddbortoli),
  Gabor Csardi [aut],
  Hannah Frick [aut],
  Owen Jones [aut] (owenjonesuob),
  Hannah Alexander [aut],
  Ana Simmons [ctb] (anasimmons),
  Fabian Scheipl [ctb] (fabian-s)
Maintainer: Mark Padgham <mark@ropensci.org>
Repository: CRAN
Date/Publication: 2024-06-04 15:40:06 UTC
Built: R 4.4.3; ; 2025-11-12 03:29:57 UTC; windows
