Package: goodpractice
Title: Advice on R Package Building
Version: 1.0.2
Authors@R: c(person("Gabor", "Csardi", email = "csardi.gabor@gmail.com",
    role = c("aut")),
    person("Hannah", "Frick", email = "hfrick@mango-solutions.com", 
    role = c("aut", "cre")))
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
LazyData: true
URL: https://github.com/mangothecat/goodpractice
BugReports: https://github.com/mangothecat/goodpractice/issues
RoxygenNote: 6.0.1
Suggests: testthat, knitr, rmarkdown
Imports: clisymbols, covr, crayon, cyclocomp (>= 1.1.0), desc,
        jsonlite, lintr, praise, rcmdcheck, rstudioapi, tools, utils,
        whoami, withr, xml2, xmlparsedata (>= 1.0.1)
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'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-01 10:54:47 UTC; hfrick
Author: Gabor Csardi [aut],
  Hannah Frick [aut, cre]
Maintainer: Hannah Frick <hfrick@mango-solutions.com>
Repository: CRAN
Date/Publication: 2018-05-02 19:03:36 UTC
Built: R 4.0.2; ; 2020-07-16 22:27:49 UTC; unix
