Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Nov 3, 2020
1 parent d2c7995 commit a548e2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: starwarsdb
Title: Relational Data from the 'Star Wars' API for Learning and
Teaching
Version: 0.1.1.9000
Version: 0.1.2
Authors@R:
person(given = "Garrick",
family = "Aden-Buie",
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# starwarsdb 0.1.2

* 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.

# starwarsdb 0.1.1

* Released on CRAN!
14 changes: 5 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## Resubmission
This is a resubmission. In this version I have:
## Submission Notes

* Corrected quotes around 'Star Wars' API
* Added a web reference to the API in the description in DESCRIPTION
* Added a formal test suite
* Moved {dm} from "Imports" to "Suggests" and updated examples accordingly
This package was just released on CRAN on 2020-10-28. This update fixes features
that will be broken by an upcoming release of {duckdb} (>= 0.2.2) that was
discovered during {duckdb} reverse dependency checks.

## Test environments
* local R installation, R 4.0.2
Expand All @@ -15,6 +13,4 @@ This is a resubmission. In this version I have:

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
0 errors | 0 warnings | 0 notes

0 comments on commit a548e2e

Please sign in to comment.