Package: childesr
Type: Package
Title: Accessing the 'CHILDES' Database
Description: Tools for connecting to 'CHILDES', an open repository for
    transcripts of parent-child interaction. For more information on the 
    underlying data, see <https://childes-db.stanford.edu>.
Version: 0.2.2
Authors@R: c(
    person("Mika", "Braginsky", email = "mika.br@gmail.com", role = c("aut", "cre")),
    person("Alessandro", "Sanchez", email = "amsan7@gmail.com", role = c("aut", "ctb")),
    person("Daniel", "Yurovsky", email = "dyurovsky@gmail.com", role = c("aut")),
    person("Kyle", "MacDonald", email = "kylem412@gmail.com", role = c("ctb")),
    person("Stephan", "Meylan", email = "meylan.stephan@gmail.com", role = c("ctb")),
    person("Jessica", "Mankewitz", email="jmankewitz@gmail.com", role=c("ctb"))
    )
Depends: R (>= 4.0)
License: GPL-3
URL: https://github.com/langcog/childesr
BugReports: https://github.com/langcog/childesr/issues
Encoding: UTF-8
Imports: DBI (>= 1.1), dbplyr (>= 2.1), dplyr (>= 1.0), jsonlite (>=
        1.7), magrittr (>= 2.0), purrr (>= 0.3), RMySQL (>= 0.10.21)
Suggests: knitr, rmarkdown, curl
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-10-01 18:25:57 UTC; mikabr
Author: Mika Braginsky [aut, cre],
  Alessandro Sanchez [aut, ctb],
  Daniel Yurovsky [aut],
  Kyle MacDonald [ctb],
  Stephan Meylan [ctb],
  Jessica Mankewitz [ctb]
Maintainer: Mika Braginsky <mika.br@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-04 09:40:02 UTC
