Skip to content
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

fix broken documentation examples #65

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

andybega
Copy link
Contributor

This addresses #64: R check when run to ignore \donttest{} produces several errors. That's fine for CRAN R check, but practically speaking it means some of the R man file examples won't work if a user tries them out.

What I did:

  • fix as.list(data) calls where data was not defined
  • even if data was defined, replace the symbol with df or datalist to avoid confusion in the future

No R check ERRORS, WARNINGS, NOTES -- clean slate

- fix `as.list(data)` calls where `data` was not defined
- even if `data` was defined, replace the symbol with `df` or `datalist` to avoid confusion in the future

No R check ERRROS, WARNINGS, NOTES -- clean slate
@andybega
Copy link
Contributor Author

Hi @ShanaScogin or @jayrobwilliams, could one of you please approve this pull request? It's just one commit and changes some examples in function documentations; it would be nice to have this in so that the branch where I'm working on generalizing mcmcRocPrc doesn't throw R check errors as I'm adding/testing things.

@ShanaScogin ShanaScogin merged commit aaaddae into ShanaScogin:develop Jun 17, 2020
@ShanaScogin
Copy link
Owner

Sure thing - we should be good to go. Thanks for finding all that!

@andybega
Copy link
Contributor Author

Thank you!

@andybega andybega deleted the bugfix/doc-examples branch October 21, 2020 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants