-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
59 lines (59 loc) · 1.42 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: RLadiesBrasil
Title: Capítulos e Eventos das R-Ladies no Brasil
Version: 0.0.0.9000
Authors@R: c(
person(given = "Beatriz",
family = "Milz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3064-4486")),
person(given = "Jean",
family = "Prado",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7928-774X")),
person(given = "Fernanda",
family = "Kelly",
role = c("ctb")),
person(given = "Priscila",
family = "Hohberg",
role = c("ctb")),
person(given = "Haydee",
family = "Svab",
role = c("ctb")),
person(given = "Liz S.",
family = "Nascimento",
role = c("ctb")),
person(given = "Layla",
family = "Comparin",
role = c("ctb")),
person(given = "Taís Maria",
family = "Nunes Carvalho",
role = c("ctb"))
)
Description: Dados sobre capítulos e eventos das R-Ladies no Brasil.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
magrittr,
dplyr,
usethis,
purrr,
tidyr,
janitor,
stringr,
lubridate,
glue,
knitr,
httpuv,
readr,
jsonlite,
sodium,
cyphr
Remotes:
rladies/meetupr
Depends:
R (>= 2.10)