-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
51 lines (51 loc) · 1.29 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
Package: glosario
Title: A Multilingual Glossary
Version: 0.2
Authors@R:
c(person(given = "Greg",
family = "Wilson",
role = c("aut", "cre"),
email = "greg.wilson@rstudio.com",
comment = c(ORCID = "0000-0001-8659-8979")),
person(given = "Francois",
family = "Michonneau",
role = c("aut"),
email = "francois.michonneau@gmail.com",
comment = c(ORCID = "0000-0002-9092-966X")),
person(given = "Ian",
family = "Flores Siaca",
role = c("aut"),
email = "iflores.siaca@gmail.com",
comment = c(ORCID = "0000-0002-7573-0708")),
person(given = "Zhian N.",
family = "Kamvar",
role = c("aut"),
email = "zkamvar@gmail.com",
comment = c(ORCID = "0000-0003-1458-7108")))
Description: A glossary of data science terms in multiple languages
and usable from multiple languages.
Encoding: UTF-8
LazyData: true
License: MIT + file LICENSE
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
cli,
digest,
purrr,
R6,
rlang,
tibble,
yaml,
stringdist,
glue,
dplyr,
magrittr,
stringr
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr