Package: woodendesc
Type: Package
Title: Find Packages and Their Dependencies in Any 'R' Repository
Version: 0.1.0
Date: 2023-04-17
Authors@R: c(person("Laura", "Bakala",
             email = "erdaradun.gaztea@gmail.com",
             role = c("cre", "aut", "cph"),
             comment = c(ORCID = "0000-0002-3213-2484")),
             person("Dominik", "Rafacz",
             email = "dominikrafacz@gmail.com",
             role = c("ctb"),
             comment = c(ORCID = "0000-0003-0925-1909")))
Description: Simplifies getting the available packages, their version codes and dependencies from any 'R' repository. Uses extensive caching for repeated queries.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports: digest, httr, versionsort (>= 1.1.0)
Suggests: covr, httptest, testthat (>= 3.0.0), usethis, vcr, withr,
        xml2
Config/testthat/edition: 3
URL: https://github.com/turtletopia/woodendesc,
        https://turtletopia.github.io/woodendesc/
NeedsCompilation: no
Packaged: 2023-04-17 13:01:13 UTC; erdar
Author: Laura Bakala [cre, aut, cph] (<https://orcid.org/0000-0002-3213-2484>),
  Dominik Rafacz [ctb] (<https://orcid.org/0000-0003-0925-1909>)
Maintainer: Laura Bakala <erdaradun.gaztea@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-18 14:30:03 UTC
Built: R 4.1.2; ; 2023-04-19 11:23:39 UTC; unix
