Package: desc
Title: Manipulate DESCRIPTION Files
Version: 1.4.0
Authors@R: 
    c(person(given = "Gábor",
             family = "Csárdi",
             role = c("aut", "cre"),
             email = "csardi.gabor@gmail.com"),
      person(given = "Kirill",
             family = "Müller",
             role = "aut"),
      person(given = "Jim",
             family = "Hester",
             role = "aut",
             email = "james.f.hester@gmail.com"),
      person(given = "Maëlle",
             family = "Salmon",
             role = "ctb",
             comment = c(ORCID = "0000-0002-2815-0399")))
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Tools to read, write, create, and manipulate DESCRIPTION files.
    It is intended for packages that create or manipulate other packages.
License: MIT + file LICENSE
URL: https://github.com/r-lib/desc#readme
BugReports: https://github.com/r-lib/desc/issues
Depends: R (>= 3.1.0)
Suggests: covr, testthat, whoami, withr, spelling, gh
Imports: utils, R6, crayon, rprojroot
Encoding: UTF-8
RoxygenNote: 7.1.2
Collate: 'assertions.R' 'authors-at-r.R' 'built.R' 'classes.R'
        'collate.R' 'constants.R' 'deps.R' 'description.R' 'encoding.R'
        'latex.R' 'non-oo-api.R' 'package-archives.R' 'read.R'
        'remotes.R' 'str.R' 'syntax_checks.R' 'urls.R' 'utils.R'
        'validate.R' 'version.R'
Language: en-US
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-09-27 17:26:10 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Kirill Müller [aut],
  Jim Hester [aut],
  Maëlle Salmon [ctb] (<https://orcid.org/0000-0002-2815-0399>)
Repository: CRAN
Date/Publication: 2021-09-28 07:30:02 UTC
Built: R 4.0.2; ; 2021-09-29 10:29:43 UTC; unix
