Closed danicamiguel closed 4 years ago
Hi @rudeboybert I have added the files and updated my commit history. Let me know if it is ok.
@danicamiguel note the following WARNING on Travis:
* checking for missing documentation entries ... WARNING
Undocumented code objects:
‘nba_raptor’
Undocumented data sets:
‘nba_raptor’
All user-level objects in a package should have documentation entries.
I don't think your roxygen tags are quite right. Pay careful attention to the name of each piece of documentation.
Hi @rudeboybert I have made changes to your comments as listed:
@danicamiguel the conflicts noted above in DESCRIPTION
and NEWS.md
can most likely be resolved by syncing your fork. Can you try that?
Hey @beanumber, it seems after approving @danicamiguel's changes, I was able to resolve the merge conflict myself. Given how often DESCRIPTION
and NEWS.md
is changing because of all the PR merging going on, I think that it was easier for me to do it.
@danicamiguel thanks for your PR! You're now listed as a package contributor: https://github.com/rudeboybert/fivethirtyeight/graphs/contributors
Also heads up @danicamiguel, I did a little more cleaning of your code to match the tidyverse style guide.
Strictly a style thing, nothing functional changed in your code
Awesome! Thanks @rudeboybert !
Hi @danicamiguel, thanks for your PR. A couple of things right off the bat:
.rda
data and.rd
help files that result from building the packageNEWS.md
andDESCRIPTION
as well. See those files as they currently are in themaster
branch for examples of other students doing this.@beanumber