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 <http://childes-db.stanford.edu>.
Version: 0.1.1
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"))
    )
Depends: R (>= 3.4.0)
License: GPL-3
URL: https://github.com/langcog/childesr
BugReports: http://github.com/langcog/childesr/issues
Encoding: UTF-8
LazyData: true
Imports: DBI (>= 0.8), dbplyr (>= 1.2.1), dplyr (>= 0.7.4), jsonlite
        (>= 1.5), magrittr (>= 1.5), purrr (>= 0.2.4), RMySQL (>=
        0.10.14)
Suggests: knitr, rmarkdown, curl
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-25 21:46:41 UTC; mikabr
Author: Mika Braginsky [aut, cre],
  Alessandro Sanchez [aut, ctb],
  Daniel Yurovsky [aut],
  Kyle MacDonald [ctb],
  Stephan Meylan [ctb]
Maintainer: Mika Braginsky <mika.br@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-25 22:10:03 UTC
