Skip to content

Commit d892b64

Browse files
committed
fix url in description, update cran comments
1 parent 87c3db6 commit d892b64

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

DESCRIPTION

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Package: elastic
22
Title: General Purpose Interface to 'Elasticsearch'
33
Description: Connect to 'Elasticsearch', a 'NoSQL' database built on the 'Java'
4-
Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' 'API' ('http://
5-
elasticsearch.org'), including functions for setting connection details to
6-
'Elasticsearch' instances, loading bulk data, searching for documents with both
7-
'HTTP' query variables and 'JSON' based body requests. In addition, 'elastic'
8-
provides functions for interacting with 'APIs' for 'indices', documents, nodes,
9-
clusters, an interface to the cat 'API', and more.
4+
Virtual Machine. Interacts with the 'Elasticsearch' 'HTTP' 'API'
5+
(<https://www.elastic.co/products/elasticsearch>), including functions for
6+
setting connection details to 'Elasticsearch' instances, loading bulk data,
7+
searching for documents with both 'HTTP' query variables and 'JSON' based body
8+
requests. In addition, 'elastic' provides functions for interacting with 'APIs'
9+
for 'indices', documents, nodes, clusters, an interface to the cat 'API', and
10+
more.
1011
Version: 0.6.0
1112
License: MIT + file LICENSE
1213
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"),

cran-comments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
R CMD CHECK passed on my local OS X install on R 3.2.3 and R development
22
version, Ubuntu running on Travis-CI, and Win builder.
33

4+
This is a re-submission of the same package version with a fix for
5+
a badly formed URL in the Description field of the DESCRIPTION file.
6+
47
This submission adds many new functions, and fixes some bugs.
58

69
Thanks! Scott Chamberlain

0 commit comments

Comments
 (0)