Starwarsdb Versions Save

Relational Data from the Star Wars API for Learning and Teaching

v0.1.2

3 years ago
  • starwarsdb creates the duckdb database on connection, rather than shipping the .duckdb files. This makes the package more resilient to changes in the underlying format of duckdb database files.

v0.1.1

3 years ago
  • Remove {rwars} from Suggests, no longer on CRAN
  • Fix package deps and example code
  • Correct DESCRIPTION for CRAN
  • Add tests for connection functions
  • Remove temporary DB files when closing the connection
  • Move {dm} to Suggests and add tests for dm features
  • Improve message of requires_dm()

v0.0.2

3 years ago