-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.03 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
Type: Package
Package: comidistar
Title: Puntuaciones de las Catas a Ciegas de El Comidista
Version: 0.3.0
Authors@R:
c(person(given = "Gonzalo",
family = "Garcia-Castro",
role = c("aut", "cre"),
email = "gongarciacastro@gmail.com",
comment = c(ORCID = "0000-0002-8553-4209")))
Description: Base de datos documentada con las puntuaciones de las catas a ciegas de El Comidista, información sobre los productos y su precio, y metadatos sobre el vídeo subido a YouTube.
License: MIT + file LICENSE
URL: https://ropenspain.github.io/comidistar/,
https://github.com/ropenspain/comidistar/
BugReports: https://github.com/ropenspain/comidistar/issues
Depends:
R (>= 2.10)
Imports:
ggplot2,
tibble
Suggests:
knitr,
rmarkdown,
dplyr,
testthat (>= 3.0.0),
covr
VignetteBuilder:
knitr,
dplyr,
ggplot2,
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
RoxygenNote: 7.2.3