cdalzell / Lahman

R Package Containing Sean Lahman's Baseball Database
https://cran.r-project.org/web/packages/Lahman/Lahman.pdf
77 stars 37 forks source link

Dm edits 160821 #24

Closed djmurphy420 closed 7 years ago

djmurphy420 commented 8 years ago

Corrections of some of the edits from pull request of 8/17. I ran R CMD check this time from RStudio (Michael: thank you for informing me I could do this!) and got down to one warning I couldn't resolve in Appearances.Rd:

checking for unstated dependencies in examples ... WARNING '::' or ':::' import not declared from: 'tidyr' 'library' or 'require' calls not declared from: 'dplyr' 'tidyr'

friendly commented 8 years ago

This is getting a bit confusing with pull requests creating a new branch. I'm going to try to resolve the problem with tidyr in the DM-help-page-edits branch and pull request.

I think it will then be safe to merge this with develop.