ropensci / awardFindR

Scan multiple online grant databases for relevant awards
https://docs.ropensci.org/awardFindR
Other
16 stars 7 forks source link

zambujo's RopenSci Review #25

Closed adam3smith closed 3 years ago

adam3smith commented 3 years ago

https://github.com/ropensci/software-review/issues/432#issuecomment-851939864

Definitely do:

Discuss

mccallc commented 3 years ago

I was personally more inclined to the autocomplete argument for neh_get rather than get_neh format, but it looks like the verb_subject format is more common in rOpenSci projects. Examples:

https://docs.ropensci.org/FedData/reference/index.html https://docs.ropensci.org/c14bazAAR/reference/index.html

I'll change the function names to reflect this trend.

Also: changed the main function name from awardFindR to award_search as a trial balloon to see what bugs would pop up. If we're going for this format, though, I assume we want something more like search_awards?

adam3smith commented 3 years ago

I'll change the function names to reflect this trend. Yeah, that makes sense then.

Also: changed the main function name from awardFindR to award_search as a trial balloon to see what bugs would pop up. If we're going for this format, though, I assume we want something more like search_awards?

Yes, let's do verb_noun throughout then