Skip to content

Commit

Permalink
release v0.4.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 12, 2019
1 parent 7ad2d22 commit 1e9329e
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 60 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# uptasticsearch development version

# uptasticsearch 0.4.0

## Features

### Added support for ES7.x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
45 changes: 34 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -30,31 +30,31 @@

## v0.1.0 - Submission 1 - (August 28, 2017)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
* Need to use CRAN canonical form (http://cran.r-project.org/package=uptasticsearch)

## v0.1.0 - Submission 2 - (August 28, 2017)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
* CRAN canonical form uses HTTPS (https://cran.r-project.org/package=uptasticsearch)

## v0.1.0 - Submission 3 - (August 29, 2017)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
* CRAN URLs are still missing HTTPS (submitter error)

## v0.1.0 - Submission 4 - (August 29, 2017)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
Expand All @@ -63,48 +63,71 @@

## v0.1.0 - Submission 5 - (August 29, 2017)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
* No lingering issues. v0.1.0 released to CRAN!

## v0.2.0 - Submission 1 - (April 12, 2018)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
* No issues. v0.2.0 released to CRAN!

## v0.3.0 - Submission 1 - (June 18, 2018)

### R CMD check results
### `R CMD check` results
* No issues

### CRAN Response
* No issues. v0.3.0 released to CRAN!

## 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
* Upload a new version with this fixed or your package comes down in 7 days

## v0.3.1 - Submission 2 - (January 29, 2019)

### R CMD check results
### `R CMD check` results
* Empty links in `NEWS.md`

### CRAN Response
* Upload a new version with this fixed or your package comes down in 7 days

## 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!
2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/articles/FAQ.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 17 additions & 19 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 27 additions & 9 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandoc: 1.19.2.1
pandoc: 2.3.1
pkgdown: 1.3.0
pkgdown_sha: ~
articles:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/chomp_aggs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/chomp_hits.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e9329e

Please sign in to comment.