-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ccani007
committed
Jan 1, 2024
1 parent
c100af2
commit 9743d27
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ Type: Package | |
Title: Cleaned and combined YRBS 2017, 2019 and 2021 data exploring Alcohol Use | ||
Version: 0.1.0 | ||
Author: | ||
c(person( | ||
c( | ||
person( | ||
given = "Catalina", | ||
family = "Cañizares", | ||
email = "[email protected]", | ||
|
@@ -14,9 +15,10 @@ Author: | |
given = "Francisco", | ||
family = "Cardozo", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
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 | ||
|