Package: devtools
Title: Tools to Make Developing R Packages Easier
Version: 1.7.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("Winston", "Chang", role = "aut"),
    person("RStudio", role = "cph"),
    person("R Core team", role = "ctb",
      comment = "Some namespace and vignette code extracted from base R")
    )
Description: Collection of package development tools.
URL: http://github.com/hadley/devtools
BugReports: http://github.com/hadley/devtools/issues
Depends: R (>= 3.0.2)
Imports: httr (>= 0.4), RCurl, utils, tools, methods, memoise, whisker,
        evaluate, digest, rstudioapi (>= 0.2.0), jsonlite, roxygen2 (>=
        4.1.0)
Suggests: testthat (>= 0.7), BiocInstaller, Rcpp (>= 0.10.0), MASS,
        rmarkdown, knitr, lintr
License: GPL (>= 2)
Packaged: 2015-01-14 13:03:54 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Winston Chang [aut],
  RStudio [cph],
  R Core team [ctb] (Some namespace and vignette code extracted from base
    R)
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-01-17 11:48:37
