Package: repurrrsive
Title: Examples of Recursive Lists and Nested or Split Data Frames
Version: 1.0.0
Authors@R: 
    c(person(given = "Jennifer",
             family = "Bryan",
             role = c("aut", "cre"),
             email = "jenny@rstudio.com",
             comment = c(ORCID = "0000-0002-6983-2759")),
      person(given = "Charlotte",
             family = "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,
    music collections, 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.
License: CC0
URL: https://github.com/jennybc/repurrrsive
BugReports: https://github.com/jennybc/repurrrsive/issues
Depends: R (>= 2.10)
Imports: tibble, utils
Suggests: gapminder, jsonlite, purrr, rprojroot, testthat (>= 2.1.0),
        wesanderson, xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-15 19:21:21 UTC; jenny
Author: Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>),
  Charlotte Wickham [ctb]
Maintainer: Jennifer Bryan <jenny@rstudio.com>
Repository: CRAN
Date/Publication: 2019-07-15 19:40:03 UTC
Built: R 4.0.2; ; 2020-07-16 10:03:10 UTC; unix
