Package: starwarsdb
Title: Relational Data from the 'Star Wars' API for Learning and
        Teaching
Version: 0.1.2
Authors@R: 
    person(given = "Garrick",
           family = "Aden-Buie",
           role = c("aut", "cre"),
           email = "garrick@adenbuie.com",
           comment = c(ORCID = "0000-0002-7111-0077"))
Description: Provides data about the 'Star Wars' movie franchise
    in a set of relational tables or as a complete 'DuckDB' database. All
    data was collected from the open source 'Star Wars' API
    <https://swapi.dev/>.
License: MIT + file LICENSE
URL: https://github.com/gadenbuie/starwarsdb
BugReports: https://github.com/gadenbuie/starwarsdb/issues
Depends: R (>= 2.10)
Imports: DBI, duckdb, magrittr, tibble
Suggests: dbplyr, dm, dplyr, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-02 15:08:47 UTC; garrick
Author: Garrick Aden-Buie [aut, cre] (<https://orcid.org/0000-0002-7111-0077>)
Maintainer: Garrick Aden-Buie <garrick@adenbuie.com>
Repository: CRAN
Date/Publication: 2020-11-02 23:50:02 UTC
Built: R 4.1.0; ; 2021-05-27 05:58:13 UTC; unix
