benmarwick / wordcountaddin

Word counts and readability statistics in R markdown documents
Other
337 stars 33 forks source link

added default filename to be the current Markdown file #23

Closed beanumber closed 5 years ago

beanumber commented 5 years ago

See #22 .

I still get one R CMD check error, but it is because of the use of require(). I tried changing it to requireNamespace() but that caused other problems, so I left it.

The documentation could still use some work, but at least it passes CRAN's checks now.

Thanks for considering this!

benmarwick commented 5 years ago

Fantastic, thank you very much! I've updated the tests so that they pass in e3244ef