Package: repurrrsive
Title: Examples of Recursive Lists and Nested or Split Data Frames
Version: 0.1.0
Authors@R: c(
  person("Jennifer", "Bryan", role=c("aut", "cre"),
    email = "jenny@rstudio.com"),
  person("Charlotte", "Wickham", role = "ctb", 
    email = "cwickham@gmail.com"))
Description: Recursive lists in the form of R objects, 'JSON', and 'XML', for use in
    teaching and examples. Examples include color palettes, Game of Thrones
    characters, 'GitHub' users and repositories, and entities from the Star Wars
    universe. Data from the 'gapminder' package is also included, as a simple data
    frame and in nested and split forms.
Depends: R (>= 2.10)
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: gapminder, jsonlite, purrr, rprojroot, testthat, wesanderson,
        xml2
URL: https://github.com/jennybc/repurrrsive
BugReports: https://github.com/jennybc/repurrrsive/issues
Imports: tibble, utils
NeedsCompilation: no
Packaged: 2017-09-08 15:07:55 UTC; jenny
Author: Jennifer Bryan [aut, cre],
  Charlotte Wickham [ctb]
Maintainer: Jennifer Bryan <jenny@rstudio.com>
Repository: CRAN
Date/Publication: 2017-09-08 17:21:59 UTC
