r-lib / generics

Common generic methods
https://generics.r-lib.org/
Other
61 stars 13 forks source link

Improve modeling dynamic docs #19

Closed DavisVaughan closed 6 years ago

DavisVaughan commented 6 years ago

This PR creates the bare bones structure for @topepo to add commits to with the goal of improving the modeling documentation.

topepo commented 6 years ago

Any ideas about this error during travis?

Building with: R CMD build 
* checking for file ‘./DESCRIPTION’ ... OK
* preparing ‘generics’:
* checking DESCRIPTION meta-information ... OK
* installing the package to process help pages
* building the PDF package manual
Hmm ... looks like a package
Converting Rd files to LaTeX Error : /tmp/RtmppKuGNI/Rbuild2b4829972b25/generics/man/augment.Rd:19: zero-length inputs cannot be mixed with those of non-zero length
DavisVaughan commented 6 years ago

Yea, it's fixed in #17. When that gets merged I'll rebase. Should be an easy one to rebase on. If you can still add docs and run devtools::document then you should be able to safely ignore it

DavisVaughan commented 6 years ago

@topepo this is ready for you to add your documentation commits to now