From 6a0365b39323deea5f95e61057d56749101667ed Mon Sep 17 00:00:00 2001 From: Isabella Velasquez Date: Mon, 21 Oct 2024 11:52:08 -0500 Subject: [PATCH] Edit description --- DESCRIPTION | 50 ++++++++++++++++++++------------------------------ 1 file changed, 20 insertions(+), 30 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 093c19a0..a1b93843 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,49 +2,39 @@ Type: Compendium Package: DataScienceinEducationUsingR Title: Data Science in Education Using R Version: 0.1.0 -Authors@R: - c(person(given = "Emily", - family = "Bovee", - role = "aut", - email = "emily.a.bovee@gmail.com"), - person(given = "Ryan", - family = "Estrellado", - role = "aut", - email = "ryan.estrellado@gmail.com"), - person(given = "Joshua", - family = "Rosenberg", - role = "aut", - email = "jmichaelrosenberg@gmail.com"), - person(given = "Isabella", - family = "Velásquez", - role = c("aut", "cre"), - email = "ivelasq@gmail.com")) +Authors@R: c( + person("Emily", "Bovee", , "emily.a.bovee@gmail.com", role = "aut"), + person("Ryan", "Estrellado", , "ryan.estrellado@gmail.com", role = "aut"), + person("Joshua", "Rosenberg", , "jmichaelrosenberg@gmail.com", role = "aut"), + person("Isabella", "Velásquez", , "ivelasq@gmail.com", role = c("aut", "cre")) + ) Description: Open Source book on Data Science in Education Using R License: CC BY 4.0 URL: https://datascienceineducation.com/ BugReports: https://github.com/data-edu/data-science-in-education/issues Depends: - R (>= 3.6) + R (>= 3.6), + tidyverse Imports: + apaTables, bookdown, - knitr, - rmarkdown, + caret, + dataedu, devtools, + googlesheets4, here, - dataedu, - apaTables, - sjPlot, janitor, - tidytext, - textdata, - googlesheets4, + knitr, lme4, - tidylog, - caret, - swirl, + png, ranger, RefManageR, - png + rmarkdown, + sjPlot, + swirl, + textdata, + tidylog, + tidytext Remotes: data-edu/dataedu Encoding: UTF-8