Skip to content

Commit

Permalink
Edit description
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Oct 21, 2024
1 parent 9e31b62 commit 6a0365b
Showing 1 changed file with 20 additions and 30 deletions.
50 changes: 20 additions & 30 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"),
person(given = "Ryan",
family = "Estrellado",
role = "aut",
email = "[email protected]"),
person(given = "Joshua",
family = "Rosenberg",
role = "aut",
email = "[email protected]"),
person(given = "Isabella",
family = "Velásquez",
role = c("aut", "cre"),
email = "[email protected]"))
Authors@R: c(
person("Emily", "Bovee", , "[email protected]", role = "aut"),
person("Ryan", "Estrellado", , "[email protected]", role = "aut"),
person("Joshua", "Rosenberg", , "[email protected]", role = "aut"),
person("Isabella", "Velásquez", , "[email protected]", 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
Expand Down

0 comments on commit 6a0365b

Please sign in to comment.