Package: desc
Title: Manipulate DESCRIPTION Files
Version: 1.0.1
Authors@R: c(
    person("Gábor", "Csárdi",, "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Kirill", "Müller", role = c("aut")))
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
LazyData: true
URL: https://github.com/metacran/desc
BugReports: https://github.com/metacran/desc/issues
Depends: R (>= 3.2.0)
Suggests: testthat, whoami
Imports: utils, R6, crayon
Encoding: UTF-8
RoxygenNote: 5.0.1.9000
Collate: 'assertions.R' 'authors-at-r.R' 'classes.R' 'collate.R'
        'constants.R' 'deps.R' 'description.R' 'encoding.R' 'latex.R'
        'non-oo-api.R' 'read.R' 'str.R' 'syntax_checks.R' 'utils.R'
        'validate.R'
NeedsCompilation: no
Packaged: 2016-09-22 18:25:27 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Kirill Müller [aut]
Repository: CRAN
Date/Publication: 2016-09-23 00:03:03
