ropensci / software-review

rOpenSci Software Peer Review.
291 stars 104 forks source link

geoparser: geoparsing with the geoparser.io API #43

Closed maelle closed 8 years ago

maelle commented 8 years ago
Package: geoparser
Type: Package
Title: Interface to the Geoparser.io API
Version: 0.1.0
Authors@R: person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role = c("aut", "cre"))
Description: This packages accesses the Geoparser.io API which is a web service
    that identifies places mentioned in text, disambiguates those places, and
    returns detailed data about the places found in the text.
License: GPL (>= 2)
LazyData: TRUE
URL: http://github.com/masalmon/geoparser
BugReports: http://github.com/masalmon/geoparser/issues
Encoding: UTF-8
RoxygenNote: 5.0.1
Suggests: testthat,
    knitr,
    rmarkdown
Depends: dplyr, httr, jsonlite, lazyeval, tidyr
VignetteBuilder: knitr
sckott commented 8 years ago

Thanks for your submission @masalmon Seeking reviewers now

noamross commented 8 years ago

Reviewers: @hrbrmstr Due date: 2016-05-30

sckott commented 8 years ago

@hrbrmstr Due date: 2016-05-30 - hey there, it's been 21 days, please get your review in soon, thanks :smiley_cat: (ropensci-bot)

sckott commented 8 years ago

@hrbrmstr Due date: 2016-05-30 - hey there, it's been 26 days, please get your review in soon, thanks :smiley_cat: (ropensci-bot)

sckott commented 8 years ago

@hrbrmstr Due date: 2016-05-30 - hey there, it's been 31 days, please get your review in soon, thanks :smiley_cat: (ropensci-bot)

hrbrmstr commented 8 years ago

on it now (apologies)

sckott commented 8 years ago

thx

hrbrmstr commented 8 years ago

Package Name

Function/variable Naming

README

Code of Conduct

Documentation

Authorship

Testing

Versioning

Continuous integration

Examples

Package dependencies

DESCRIPTION format

Recommended scaffolding

Console messages

CRAN Check Issues

General Review

Other Suggestions

Review time: ~2.5 hours (I forgot to clock myself earlier today)

maelle commented 8 years ago

Thank you so much, @hrbrmstr! I look forward to making all the suggested changes! :smile_cat:

noamross commented 8 years ago

Thanks for the thorough review @hrbrmstr.

maelle commented 8 years ago

I don't think you owed me the PR, @hrbrmstr so many thanks! It really was useful! I have learnt a lot. :+1:

Reg.: "Nice use of the "standard"/modern R way to access APIs requring an API key." At least part of it is my copy-pasting the function @noamross had added to opencage. :smile:

I'm going to summarize what I did:

Once you all (@hrbrmstr, @noamross & @sckott ) will be happy with the package, I'll transfer the repo to ropenscilabs but also submit it to CRAN. I had discussed the possible API changes with geoparser.io and I think it's ok to submit this version. I have added the API version number to DESCRIPTION.

noamross commented 8 years ago

Thanks, @masalmon! @hrbrmstr, please let us know if the response addresses everything to your satisfaction.

hrbrmstr commented 8 years ago

aye. i also re-looked at the code and it's #spiffy.

On Thu, Jun 16, 2016 at 11:10 AM, Noam Ross notifications@github.com wrote:

Thanks, @masalmon https://github.com/masalmon! @hrbrmstr https://github.com/hrbrmstr, please let us know if the response addresses everything to your satisfaction.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ropensci/onboarding/issues/43#issuecomment-226515341, or mute the thread https://github.com/notifications/unsubscribe/AAfHtt5d79VJ4YiREio_79tgbK6gjPN_ks5qMWd8gaJpZM4IZlmP .

noamross commented 8 years ago

Thank you @hrbrmstr.

I have done an editors' check and you are approved! Please go ahead and transfer the repository to ropenscilabs and add the rOpenSci footer. 👏

maelle commented 8 years ago

Awesome, many thanks to you both, I'll do this ASAP!

maelle commented 8 years ago

Transfer done. Next step will be the CRAN submission!