-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: monarchr
Type: Package
Title: Monarch Knowledge Graph Queries
Description: R package for easy access, manipulation, and analysis of
Monarch KG data Resources.
Version: 1.5.1
URL: https://github.com/monarch-initiative/monarchr
BugReports: https://github.com/monarch-initiative/monarchr/issues
Authors@R:
c(
person(given = "Shawn",
family = "O'Neil",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6220-7080")),
person(given = "Brian",
family = "Schilder",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports:
assertthat,
dplyr,
httr,
kableExtra,
neo2R,
rlang,
igraph,
tibble,
tidygraph,
yaml,
knitr,
purrr,
stringr,
archive,
readr,
ggraph,
ggplot2,
R.utils,
RCy3,
digest,
memoise
Suggests:
testthat (>= 3.0.0),
rworkflows,
Matrix