Package: Rd
Type: Package
Title: Rd Manipulation and Creation
Version: 0.1.0
Authors@R: c(
    person("Andrew", "Redd", , "andrew.redd@hsc.utah.edu", c("aut", "cre")),
    person("R Documentation Task Force", role=c("aut")
          , comment = c(url = "https://rdoctaskforce.github.io/")
          )
    )
Maintainer: Andrew Redd <andrew.redd@hsc.utah.edu>
License: GPL-2
Description: Creation and manipulation of R documentation (Rd) as 
    R objects.  Also contains functions for checking consistency 
    of Rd and S4 generics and methods for converting  
    objects to Rd formatted output.
Imports: assertthat, methods, pkgcond, postlogic, purrr, rlang, tools,
        utils
Suggests: covr, htmltools, rmarkdown (>= 1.8), stringi, testthat
Encoding: UTF-8
RoxygenNote: 6.1.1
Language: en-US
Collate: 'setup-set_old_classes.R' 'util-aliases.R' 'Class-Rd.R'
        'Fun-toRd.R' 'S3_extensions.R' 'canon.R' 'construction.R'
        'convenience.R' 'globals.R' 'indent.R' 'keyword.db.R'
        'testextra.R' 'util-Rd.R'
URL: https://github.com/RDocTaskForce/Rd
BugReports: https://github.com/RDocTaskForce/Rd/issues
NeedsCompilation: no
Packaged: 2019-01-10 17:16:18 UTC; u0092104
Author: Andrew Redd [aut, cre],
  R Documentation Task Force [aut] (https://rdoctaskforce.github.io/)
Repository: CRAN
Date/Publication: 2019-01-17 17:20:03 UTC
