-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 2.2 KB
/
Copy pathDESCRIPTION
File metadata and controls
71 lines (71 loc) · 2.2 KB
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
Package: datos
Title: Traduce al Español Varios Conjuntos de Datos de Práctica
Version: 0.5.1.9000
Authors@R:
c(person(given = "Riva",
family = "Quiroga",
role = c("aut", "cre"),
email = "riva.quiroga@uc.cl",
comment = c(ORCID = "0000-0002-1147-4135")),
person(given = "Edgar",
family = "Ruiz",
role = "aut",
email = "edgararuiz@gmail.com"),
person(given = "Mauricio",
family = "Vargas",
role = "aut",
email = "mvargas@dcc.uchile.cl"),
person(given = "Mauro",
family = "Lepore",
role = "aut",
email = "maurolepore@gmail.com",
comment = c(ORCID = "0000-0002-1986-7988")),
person(given = "Rayna",
family = "Harris",
role = "ctb",
email = "rayna.harris@gmail.com"),
person(given = "Daniela",
family = "Vasquez",
role = "ctb",
email = "daniela.vazquez@gmail.com"),
person(given = "Joshua",
family = "Kunst",
role = "ctb",
email = "jbkunst@gmail.com"))
Description: Provee una versión traducida de los siguientes
conjuntos de datos: 'airlines', 'airports', 'AwardsManagers',
'babynames', 'Batting', 'credit_data', 'diamonds', 'faithful', 'fueleconomy',
'Fielding', 'flights', 'gapminder', 'gss_cat', 'iris', 'Managers',
'mpg', 'mtcars', 'atmos', 'palmerpenguins', 'People, 'Pitching', 'planes',
'presidential', 'table1', 'table2', 'table3', 'table4a', 'table4b',
'table5', 'vehicles', 'weather', 'who'. English: It provides a
Spanish translated version of the datasets listed above.
License: CC0
URL: https://github.com/cienciadedatos/datos
BugReports: https://github.com/cienciadedatos/datos/issues
Depends:
R (>= 3.5.0)
Imports:
babynames,
dplyr,
forcats,
fueleconomy,
gapminder,
ggplot2,
Lahman,
nasaweather,
nycflights13,
palmerpenguins,
modeldata (>= 1.0.0),
rlang,
tibble,
tidyr,
yaml
Suggests:
covr,
testthat (>= 2.1.0)
ByteCompile: true
Encoding: UTF-8
Language: es
LazyData: true
RoxygenNote: 7.2.1