From a548e2e69172ebfb43360e8bc6275dc6083181da Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Mon, 2 Nov 2020 09:33:17 -0500 Subject: [PATCH] v0.1.2 --- DESCRIPTION | 2 +- NEWS.md | 9 +++++++++ cran-comments.md | 14 +++++--------- 3 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 NEWS.md diff --git a/DESCRIPTION b/DESCRIPTION index 1c7d79d..65f1aeb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..8503622 --- /dev/null +++ b/NEWS.md @@ -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! diff --git a/cran-comments.md b/cran-comments.md index 83fb915..d860154 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 @@ -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