-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.5 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
55
56
57
58
59
Package: ensemblr
Type: Package
Title: R Client for the Ensembl REST API
Version: 0.1.0
Authors@R: c(
person(given = "Ramiro", family = "Magno",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5226-3441")),
person(given = "Dany", family = "Mukesha",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0009-0001-9514-751X")),
person(given = "Isabel", family = "Duarte",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-0060-2936")),
person(given = "Ana-Teresa", family = "Maia",
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0454-9207")),
person("CINTESIS", role = "fnd"),
person("Pattern Institute", role = c("cph", "fnd"))
)
Description: R Client for the Ensembl REST API.
Depends:
R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
glue,
rlang,
dplyr,
purrr,
assertthat,
stringr,
pingr,
urltools,
plyr,
rvest,
httr,
jsonlite,
tibble,
tidyr,
vctrs,
magrittr,
concatenate,
memoise,
httr2,
tidyjson,
tibblify
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/patterninstitute/ensemblr, https://www.pattern.institute/ensemblr/
BugReports: https://github.com/patterninstitute/ensemblr/issues
Config/Needs/website: patterninstitute/chic