-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update readme for v0.14.0+ #206
Comments
I think the function list can be automated with printr if the README is turned into an Rmd with the following series of chunks: ```{r load printr, echo=FALSE,message=FALSE,results='hide'} ```{r } ```{r unload printr, echo=FALSE} |
Neat! I didn't know that was a thing |
Can use https://github.com/r-lib/desc to automate package requirements.
|
This will do it without the dependency:
|
I think we can close this now, right? |
The function list and package requirements are now out of date. Shouldn't be too much work to get that updated.
The text was updated successfully, but these errors were encountered: