-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1005 Bytes
/
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
36
37
38
39
40
41
42
43
44
45
Package: makeregistry
Type: Package
Title: Creates JSON registry from cloned repos
Version: 0.1.0.6
Description: Creates JSON registry from cloned repos.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Authors@R:
c(person(given = "Maëlle",
family = "Salmon",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/"))
Imports:
codemeta,
codemetar,
curl,
magrittr,
memoise,
jsonlite (>= 1.6),
dplyr,
tibble,
purrr,
ghql,
crul,
readr,
rlang,
remotes,
fs,
gh,
gert,
sys,
withr
Remotes:
cboettig/codemeta
RoxygenNote: 7.1.2
URL: https://github.com/ropensci-org/makeregistry
BugReports: https://github.com/ropensci-org/makeregistry/issues
Suggests:
testthat (>= 2.99.0.9000)
Config/testthat/edition: 3