James Lamb

Results 240 issues of James Lamb

Currently, this type of aggregation is not supported by the Python package. "not supported" means that `es_search()` cannot parse a result from this type of query into a pandas DataFrame....

enhancement
help wanted
python

Right now, we are building our Github Pages site off the `docs/` folder on `master`. That only includes the `pkgdown` site for the R package. Thanks to @csyhuang on #130...

R
python
docs

As @jayqi pointed out in UptakeOpenSource/pkgnet#193, R packages can create package-level documentation that people can see when they do e.g. `?uptasticsearch-package`. We should do that.

help wanted
good first issue
R
docs

Should add some measure of code coverage on the R package (since that's our main published artifact) using `codecov`. This probably means adding `codecov` stuff to `.travis.yml` only for the...

help wanted
ci

See UptakeOpenSource/pkgnet#200 Now it's easy to use generate a `pkgnet` report as a vignette! We'd welcome a contribution to add that to this project.

help wanted
good first issue
R
docs

This project's main `README.md` contains a list of aggregations supported by `uptasticsearch`. That list is 2+ years old at this point, and was generated based on older versions of Elasticsearch....

help wanted
good first issue
docs

Currently, there are at least 4 places where the set of versions of Elasticsearch are hard-coded. These include: * [.travis.yml](./.travis.yml) (2 identical sets of versions, kept in sync manually) *...

enhancement
help wanted
good first issue
R
python
docs
ci

This project has reached the point where I think it would be appropriate to introduce a logo. Since the R package is the primary output of this project, we should...

enhancement
help wanted
R
docs

Currently, unit tests cover only 59% of the lines of code in this project. Ideally, we would like every line in the project to be covered by tests.

help wanted
R

The changes introduced in #51 (thanks again @wdearden !) did not impact any user code or change the algorithmic correctness of `uptasticsearch`. They did, however, substantially improve the speed and...

help wanted
R
python
ci