-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.31 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
Package: hapiverse
Type: Package
Title: Easily Install and Load the 'hAPIverse'
Version: 0.1.0
Authors@R: c(
person(given = "Ramiro", family = "Magno",
email = "ramiro.magno@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5226-3441")),
person(given = "Isabel", family = "Duarte",
email = "iduarte.scientist@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0003-0060-2936")),
person(given = "Ana-Teresa", family = "Maia",
email = "maia.anateresa@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-0454-9207")),
person("Center for Health Technology and Services Research (CINTESIS), University of Algarve",
role = c("cph", "fnd"))
)
Description: The 'hapiverse' is a collection of packages that work
together to provide programmatic access to the European Bioinformatics
Institute (EMBL-EBI) REST API servers. Currently, this meta-package
is designed to make it easy to install and load the gwasrapidd and
quincunx packages <https://maialab.org/hapiverse>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
cli,
conflicted,
crayon,
gwasrapidd (>= 0.99.11),
purrr,
quincunx (>= 0.1.0),
rstudioapi
Remotes:
ramiromagno/gwasrapidd,
maialab/quincunx