forked from cienciadedatos/dados
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
93 lines (93 loc) · 2.98 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: dados
Title: Translate Datasets to Portuguese
Version: 0.1.9000
Authors@R: c(
person(given = "Riva",
family = "Quiroga",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1147-4135")),
person(given = "Sara",
family = "Mortara",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6221-7537")),
person(given = "Beatriz",
family = "Milz",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3064-4486")),
person(given = "Andrea",
family = "Sánchez-Tapia",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3521-4338")),
person(given = "Alejandra Andrea",
family = "Tapia Silva",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0762-7618")),
person(given = "Beatriz",
family = "Maurer Costa",
role = c("aut"),
email = "[email protected]",
),
person(given = "Jean",
family = "Prado",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7928-774X")),
person(given = "Renata",
family = "Hirota",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3589-3246")),
person(given = "William",
family = "Amorim",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0543-3473")),
person(given = "Emmanuelle",
family = "Rodrigues Nunes",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5994-352X")
)
)
Description: Este pacote traduz os seguintes
conjuntos de dados: 'airlines', 'airports', 'ames_raw', 'AwardsManagers',
'babynames', 'Batting', 'diamonds', 'faithful', 'fueleconomy',
'Fielding', 'flights', 'gapminder', 'gss_cat', 'iris', 'Managers',
'mpg', 'mtcars', 'atmos', 'penguins', 'People, 'Pitching', 'pixarfilms','planes',
'presidential', 'table1', 'table2', 'table3', 'table4a', 'table4b',
'table5', 'vehicles', 'weather', 'who'. English: It provides a
Portuguese translated version of the datasets listed above.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://github.com/cienciadedatos/dados
BugReports: https://github.com/cienciadedatos/dados/issues
Depends:
R (>= 3.5.0)
Imports:
AmesHousing,
babynames,
dplyr,
forcats,
fueleconomy,
gapminder,
ggplot2,
Lahman,
palmerpenguins,
nasaweather,
nycflights13,
rlang,
tibble,
tidyr,
yaml,
pixarfilms
Suggests:
covr,
testthat (>= 3.0.0)