-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.1 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: innovar
Type: Package
Title: InnovaLab Toolkit
Version: 0.1.2
Authors@R:
c(person(given = "Gabriel",
family = "Carrasco-Escobar",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6945-0419",
webpage = "http://gcarrasco.rbind.io/")),
person(given = "Renato",
family = "Cava",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4456-7450")),
person(given = "Jorge",
family = "Ruiz-Cabrejos",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2055-3396")),
person(given = "Brian Norman",
family = "Peña-Calero",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1073-9306")),
person(given = "Diego",
family = "Villa-Almeyda",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7832-5890")),
person(given = "Antony",
family = "Barja-Ingaruca",
role = c("cre","aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5921-2858"))
)
Maintainer: Renato Cava <[email protected]>
Description: Package of functions of the Laboratory of Innovation in Health (InnovaLab) of the Institute of Tropical Medicine "Alexander von Humboldt", Universdiad Peruana Cayetano Heredia.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Depends: R (>= 3.6)
RoxygenNote: 7.2.1
URL: https://github.com/healthinnovation/innovar
BugReports: https://github.com/healthinnovation/innovar/issues
VignetteBuilder:
knitr
Imports:
RCurl,
sf,
magrittr,
dplyr,
purrr,
stringr,
rgee,
ggplot2,
readr,
rlang,
tidyr,
broom,
methods,
MASS,
reticulate,
zoo,
stringi,
fs,
Matrix,
psych,
gert,
renv,
rstudioapi
Suggests:
knitr,
unikn,
mapview,
rmarkdown,
tidyverse