Type: Package
Package: pryr
Title: Tools for computing on the language
Description: Useful tools to pry back the covers of R and understand the
    language at a deeper level.
Authors@R: c(
    person("Hadley", "Wickham",
    email = "h.wickham@gmail.com", role = c("aut", "cre")),
    person("R Core team", role = "ctb",
    comment = "Some code extracted from base R"))
License: GPL-2
URL: https://github.com/hadley/pryr
BugReports: https://github.com/hadley/pryr/issues
Version: 0.1
LinkingTo: Rcpp
Depends: R (>= 3.1.0)
Imports: stringr, codetools, methods, Rcpp (>= 0.11.0)
Suggests: testthat (>= 0.8.0)
Packaged: 2014-07-28 19:21:27 UTC; hadley
Author: Hadley Wickham [aut, cre],
  R Core team [ctb] (Some code extracted from base R)
Maintainer: Hadley Wickham <h.wickham@gmail.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-07-28 21:21:39
