-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
62 lines (61 loc) · 1.58 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
Package: introR
Type: Package
Title: Aprenda R con ejercicios interactivos del curso introducción a R de ixpantia
Version: 0.0.3
Authors@R: c(
person(given = "ixpantia,
family = SRL",
role = "cph",
email = "[email protected]"),
person(given = "Andrea",
family = "Vargas",
role = c("aut"),
email = "[email protected]"),
person(given = "Ronny",
family = "Hernández Mora",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6225-7096")),
person(given = "Magdiel",
family = "Ablan",
role = c("aut"),
email = "[email protected]"),
person(given = "Frans",
family = "van Dunné",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7853-2811")))
Description: Obtenga de manera interactiva ejercicios para realizar durante las
sesiones del curso Introducción a R para profesionales y para
aprender fuera de las sesiones con las tareas.
License: file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/ixpantia/introR
BugReports: https://github.com/ixpantia/introR/issues
Depends:
R (>= 3.6.0)
Imports:
learnr,
dplyr,
tibble,
knitr
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0),
rmarkdown,
ggplot2,
datos,
tidyr,
hflights,
janitor,
mosaicData,
visdat,
plotly,
readxl,
lubridate,
readr,
knitr
VignetteBuilder: knitr
Remotes: rstudio/gradethis
Config/testthat/edition: 3