-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 = "[email protected]",
role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0002-3213-2484")),
person("Dominik", "Rafacz",
email = "[email protected]",
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
Roxygen: list(markdown = TRUE)
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/