-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 989 Bytes
/
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
Package: r4dstutoriales
Title: Tutoriales para R4DS primera edición
Version: 0.0.0.9000
Authors@R:
c(
person("Xavier", "de Pedro Puente", role = c("aut"),
comment = c(ORCID = "0009-0005-3406-2570")),
person("Mauricio", "Vargas Sepulveda", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Riva", "Quiroga", role = c("aut"),
email = "[email protected]")
)
Description: Tutoriales que acompañan a la versión en español de la primera edición del libro R para Ciencia de Datos.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/cienciadedatos/r4dstutoriales
BugReports: https://github.com/cienciadedatos/r4dstutoriales/issues
Imports:
datos,
dplyr,
ggplot2,
learnr,
tidyr,
rsconnect,
pkgdown
Remotes:
cienciadedatos/datos