-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.13 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
Package: RiskExplorer
Type: Package
Title: Cleaned and combined YRBS 2017, 2019 and 2021 data exploring Alcohol Use
Version: 0.1.0
Authors@R:
c(
person(
given = "Catalina",
family = "Cañizares",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6854-5205")
),
person(
given = "Francisco",
family = "Cardozo",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-1925-4954")
)
)
Maintainer: Catalina Canizares <[email protected]>
Description: This package has been developed specifically for conducting a
ggplot workshop at the Social Work & Welfare Research (SWWR) 2024
conference. The workshop is tailored to meet the needs of social workers,
providing them with practical and accessible tools for data visualization.
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
License: CC0
Suggests:
knitr,
rmarkdown,
gtExtras,
geomtextpath,
ggrepel,
ggplot2,
dplyr
VignetteBuilder: knitr