ropensci / awardFindR

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

Include functions in namespace #4

Closed adam3smith closed 3 years ago

adam3smith commented 3 years ago

Add @export to all functions so they're included in the awardsBot namespace (and thus can be called when installing the packet)

mccallc commented 3 years ago

Did this for all the intended user-facing functions in commit c60cd70592db5d6324d350d0916b5953449852af

adam3smith commented 3 years ago

(we have to see, but I think package check requires all functions to be exposed -- I've never quite understood the logic there, but if we want this publicly reviewed -- or even just have CI checks running successfully -- we might need to export all)