ropensci / popler

The R package to browse and query the popler database
https://docs.ropensci.org/popler
MIT License
8 stars 7 forks source link

Updates to fix NOTES #53

Closed levisc8 closed 6 years ago

levisc8 commented 6 years ago

I've updated the functions so that notes are no longer produced in devtools::check(). Accordingly, I've added some dependencies and rearranged the code so that some of the deprecated underscored dplyr verbs are no longer needed.

I believe all of the function should still return identical outputs to their prior forms. Whether or not that's a good thing is for you to decide! ;)

I've also moved summary_table_check() to the .onAttach file so that it runs when the package is loaded.

Hopefully this will allow for closing of Issue #52.