From 1e9329eab5ce776ac59570252fb6462d10adfbf2 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 11 Sep 2019 21:21:50 -0500 Subject: [PATCH] release v0.4.0 (#170) --- Makefile | 2 +- NEWS.md | 2 ++ README.md | 2 +- cran-comments.md | 45 +++++++++++++++++++------- docs/LICENSE-text.html | 2 +- docs/articles/FAQ.html | 4 +-- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 36 ++++++++++----------- docs/news/index.html | 36 +++++++++++++++------ docs/pkgdown.yml | 2 +- docs/reference/chomp_aggs.html | 2 +- docs/reference/chomp_hits.html | 4 +-- docs/reference/doc_shared.html | 2 +- docs/reference/es_search.html | 2 +- docs/reference/get_fields.html | 2 +- docs/reference/index.html | 2 +- docs/reference/parse_date_time.html | 2 +- docs/reference/unpack_nested_data.html | 4 +-- r-pkg/DESCRIPTION | 6 ++-- 20 files changed, 101 insertions(+), 60 deletions(-) diff --git a/Makefile b/Makefile index 537ba76..df003d2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install_r: build_r R CMD INSTALL r-pkg/ test_r: build_r - R CMD CHECK uptasticsearch_*.tar.gz + R CMD CHECK --as-cran uptasticsearch_*.tar.gz ########## # Python # diff --git a/NEWS.md b/NEWS.md index e268413..bcea6e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # uptasticsearch development version +# uptasticsearch 0.4.0 + ## Features ### Added support for ES7.x diff --git a/README.md b/README.md index 859ced3..7f9627f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Introduction -`uptasticsearch` tackles the issue of getting data out of Elasticsearch and into a tabular format in R and Python. It should work for all versions of Elasticsearch from 1.0.0 onwards, but [is not regularly tested against all of them](./CONTRIBUTING.md#travis). If you run into a problem, please [open an issue](https://github.com/uptake/uptasticsearch/issues). +`uptasticsearch` tackles the issue of getting data out of Elasticsearch and into a tabular format in R and Python. It should work for all versions of Elasticsearch from 1.0.0 onwards, but [is not regularly tested against all of them](https://github.com/uptake/uptasticsearch/blob/master/CONTRIBUTING.md#travis). If you run into a problem, please [open an issue](https://github.com/uptake/uptasticsearch/issues). # Table of contents diff --git a/cran-comments.md b/cran-comments.md index 4533b54..eb3434a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,7 +9,7 @@ * local Windows 10, R 3.3.2 * Windows via `devtools::build_win()` -### R CMD check results +### `R CMD check` results * There were no ERRORs, WARNINGs. * One NOTE from `checking CRAN incoming feasibility ...` can be safely ignored since it's a note that notifies CRAN that this is a new maintainer/submission. @@ -30,7 +30,7 @@ ## v0.1.0 - Submission 1 - (August 28, 2017) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -38,7 +38,7 @@ ## v0.1.0 - Submission 2 - (August 28, 2017) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -46,7 +46,7 @@ ## v0.1.0 - Submission 3 - (August 29, 2017) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -54,7 +54,7 @@ ## v0.1.0 - Submission 4 - (August 29, 2017) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -63,7 +63,7 @@ ## v0.1.0 - Submission 5 - (August 29, 2017) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -71,7 +71,7 @@ ## v0.2.0 - Submission 1 - (April 12, 2018) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -79,7 +79,7 @@ ## v0.3.0 - Submission 1 - (June 18, 2018) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response @@ -87,7 +87,7 @@ ## v0.3.1 - Submission 1 - (January 28, 2019) -### R CMD check results +### `R CMD check` results * Issues on several platforms, of the form `premature EOF...`. This is a result of forgetting to put the test data in the package tarball before upload. ### CRAN Response @@ -95,7 +95,7 @@ ## v0.3.1 - Submission 2 - (January 29, 2019) -### R CMD check results +### `R CMD check` results * Empty links in `NEWS.md` ### CRAN Response @@ -103,8 +103,31 @@ ## v0.3.1 - Submission 3 - (January 30, 2019) -### R CMD check results +### `R CMD check` results * No issues ### CRAN Response * No issues. v0.3.1 released to CRAN! + +## v0.4.0 - Submission 1 - (September 9, 2019) + +In this submission, we changed maintainer from `james.lamb@uptake.com` to `jaylamb20@gmail.com`. Added this note in the initial submission: + +> This is a release to add support for Elasticsearch 7.x, a major release stream that has been General Availability since April 2019. + +> You may see that the maintainer email is changing from "james.lamb@uptake.com" to "jaylamb20@gmail.com". This is a contact info update only, not an actual maintainer change. The "uptake.com" address is tied to the company that holds copyright over this project (https://github.com/uptake/uptasticsearch/blob/master/LICENSE#L3). I no longer work there but have received their permission to continue on as the maintainer. If you need confirmation you can contact my coauthors who still work there (austin.dickey@uptake.com, nick.paras@uptake.com) or that company's legal team (dennis.lee@uptake.com) + +### `R CMD check` results +* No issues + +### CRAN Response +* Release was auto-accepted, but the response email said "We are waiting for confirmation from the old maintainer address now.". I responded and re-iterated the message above about changed maintainer email. No response yet. We are blocked until they respond. +* CRAN seems ok with the maintainer change, noted that we have one bad link in `README.md`, "`./CONTRIBUTING.md"`. Needs to be changed to a fully-specified URL. + +## v0.4.0 - Submission 1 - (September 11, 2019) + +### `R CMD check` results +* No isses + +### CRAN Response +* No issues. v0.4.0 released to CRAN! diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 0674595..847ffda 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -60,7 +60,7 @@ uptasticsearch - 0.3.1 + 0.4.0 diff --git a/docs/articles/FAQ.html b/docs/articles/FAQ.html index 1e1b145..31a0bb8 100644 --- a/docs/articles/FAQ.html +++ b/docs/articles/FAQ.html @@ -30,7 +30,7 @@ uptasticsearch - 0.3.1 + 0.4.0 @@ -83,7 +83,7 @@

Frequently Asked Questions

Stephanie Kirmer

-

2019-01-31

+

2019-09-09

Source: ../vignettes/FAQ.Rmd diff --git a/docs/articles/index.html b/docs/articles/index.html index ff7a867..1e5fada 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -60,7 +60,7 @@ uptasticsearch - 0.3.1 + 0.4.0 diff --git a/docs/authors.html b/docs/authors.html index 2b0f070..3364461 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -60,7 +60,7 @@ uptasticsearch - 0.3.1 + 0.4.0 diff --git a/docs/index.html b/docs/index.html index d3b5a89..ae7bfdf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@ uptasticsearch - 0.3.1 + 0.4.0 @@ -94,37 +94,29 @@

Introduction

-

This project tackles the issue of getting data out of Elasticsearch and into a tabular format in R.

+

uptasticsearch tackles the issue of getting data out of Elasticsearch and into a tabular format in R and Python. It should work for all versions of Elasticsearch from 1.0.0 onwards, but is not regularly tested against all of them. If you run into a problem, please open an issue.

Table of contents

-
    +
  1. Usage Examples -
      +
    -
  2. -
  3. -Next Steps -
      -
    1. Auth Support
    2. -
    +
  4. -
  5. Running Tests Locally
  6. -
  7. Regenerating the Documentation Site
  8. -
+

How it Works @@ -140,9 +132,15 @@

R

Releases of this package can be installed from CRAN:

-
install.packages('uptasticsearch')
+
install.packages(
+  'uptasticsearch'
+  , repos = "http://cran.rstudio.com"
+)

To use the development version of the package, which has the newest changes, you can install directly from GitHub

-
devtools::install_github("uptake/uptasticsearch", subdir = "r-pkg")
+
devtools::install_github(
+  "uptake/uptasticsearch"
+  , subdir = "r-pkg"
+)

@@ -454,9 +452,9 @@

Developers

Dev status

    +
  • Travis Build Status
  • CRAN_Status_Badge
  • CRAN_Download_Badge
  • -
  • Build Status
diff --git a/docs/news/index.html b/docs/news/index.html index 90a7c3d..fda9ecd 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -60,7 +60,7 @@ uptasticsearch - 0.3.1 + 0.4.0
@@ -115,6 +115,23 @@

Changelog

Source: NEWS.md +
+

+uptasticsearch 0.4.0 Unreleased +

+
+

+Features

+
+

+Added support for ES7.x

+ +
+
+

uptasticsearch 0.3.1 2019-01-30 @@ -144,9 +161,9 @@

uptasticsearch 0.3.0 2018-06-19

-
+

-Features

+Features

Full support for ES6.x

@@ -203,9 +220,9 @@

uptasticsearch 0.2.0 2018-04-13

-
+

-Features

+Features

Faster unpack_nested_data @@ -228,9 +245,9 @@

uptasticsearch 0.1.0 2017-08-29

-
+

-Features

+Features

Elasticsearch metadata

@@ -264,9 +281,9 @@

uptasticsearch 0.0.2 2017-07-18

-
+

-Features

+Features

Main function

@@ -311,6 +328,7 @@

Contents

diff --git a/docs/reference/chomp_hits.html b/docs/reference/chomp_hits.html index cb88ab0..97a96db 100644 --- a/docs/reference/chomp_hits.html +++ b/docs/reference/chomp_hits.html @@ -65,7 +65,7 @@ uptasticsearch - 0.3.1 + 0.4.0

@@ -164,7 +164,7 @@

Examp "film":"Avengers: Infinity War","pmt_amount":12.75}]}}}]' # Chomp into a data.table -sampleChompedDT <- chomp_hits(hits_json = result, keep_nested_data_cols = TRUE)

#> INFO [2019-01-31 19:53:06] Keeping the following nested data columns. Consider using unpack_nested_data for one: +sampleChompedDT <- chomp_hits(hits_json = result, keep_nested_data_cols = TRUE)
#> INFO [2019-09-09 21:22:29] Keeping the following nested data columns. Consider using unpack_nested_data for one: #> details.pastPurchases
print(sampleChompedDT)
#> timestamp cust_name details.cust_class details.location #> 1: 2017-01-01 Austin big_spender chicago #> 2: 2017-02-02 James peasant chicago diff --git a/docs/reference/doc_shared.html b/docs/reference/doc_shared.html index a61e831..2c346a7 100644 --- a/docs/reference/doc_shared.html +++ b/docs/reference/doc_shared.html @@ -64,7 +64,7 @@ uptasticsearch - 0.3.1 + 0.4.0
diff --git a/docs/reference/es_search.html b/docs/reference/es_search.html index 561b136..c6227bd 100644 --- a/docs/reference/es_search.html +++ b/docs/reference/es_search.html @@ -65,7 +65,7 @@ uptasticsearch - 0.3.1 + 0.4.0
diff --git a/docs/reference/get_fields.html b/docs/reference/get_fields.html index 42078c4..0182e25 100644 --- a/docs/reference/get_fields.html +++ b/docs/reference/get_fields.html @@ -64,7 +64,7 @@ uptasticsearch - 0.3.1 + 0.4.0
diff --git a/docs/reference/index.html b/docs/reference/index.html index eaf35ac..3bfb8cf 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -60,7 +60,7 @@ uptasticsearch - 0.3.1 + 0.4.0
diff --git a/docs/reference/parse_date_time.html b/docs/reference/parse_date_time.html index 260631c..77a4b9e 100644 --- a/docs/reference/parse_date_time.html +++ b/docs/reference/parse_date_time.html @@ -68,7 +68,7 @@ uptasticsearch - 0.3.1 + 0.4.0
diff --git a/docs/reference/unpack_nested_data.html b/docs/reference/unpack_nested_data.html index 03389e8..16763ef 100644 --- a/docs/reference/unpack_nested_data.html +++ b/docs/reference/unpack_nested_data.html @@ -69,7 +69,7 @@ uptasticsearch - 0.3.1 + 0.4.0
@@ -169,7 +169,7 @@

Examp "film":"Avengers: Infinity War","pmt_amount":12.75}]}}}]' # Chomp into a data.table -sampleChompedDT <- chomp_hits(hits_json = result, keep_nested_data_cols = TRUE)

#> INFO [2019-01-31 19:53:07] Keeping the following nested data columns. Consider using unpack_nested_data for one: +sampleChompedDT <- chomp_hits(hits_json = result, keep_nested_data_cols = TRUE)
#> INFO [2019-09-09 21:22:30] Keeping the following nested data columns. Consider using unpack_nested_data for one: #> details.pastPurchases
print(sampleChompedDT)
#> timestamp cust_name details.cust_class details.location #> 1: 2017-01-01 Austin big_spender chicago #> 2: 2017-02-02 James peasant chicago diff --git a/r-pkg/DESCRIPTION b/r-pkg/DESCRIPTION index 4a59888..fa9550d 100644 --- a/r-pkg/DESCRIPTION +++ b/r-pkg/DESCRIPTION @@ -1,7 +1,7 @@ Package: uptasticsearch Type: Package Title: Get Data Frame Representations of 'Elasticsearch' Results -Version: 0.4.1 +Version: 0.4.0 Authors@R: c( person("James", "Lamb", email = "jaylamb20@gmail.com", role = c("aut", "cre")), person("Nick", "Paras", email = "nick.paras@uptake.com", role = c("aut")), @@ -33,8 +33,8 @@ Imports: uuid Suggests: knitr, - testthat, - rmarkdown + rmarkdown, + testthat License: BSD_3_clause + file LICENSE URL: https://github.com/uptake/uptasticsearch BugReports: https://github.com/uptake/uptasticsearch/issues