Cyurdado update readme - #118
Conversation
…ng slides 3/4/25, function descriptions in a tabular format for ease of reference and readability
…ides 3/4/25, func format for ease of reference and readability
|
thanks so much for doing this, @cyurdadon ! it's looking great. I just did a quick check of the exported package objects (in the
|
|
I also think that in order to make sure this stays up to date in the future, it would be a good idea to add a pull request template for VISCfunctions. We can use the same one we have in VISCtemplates (https://github.com/FredHutch/VISCtemplates/blob/main/.github/pull_request_template.md) and just add a checklist item there nested under "This PR establishes a new function or updates parameters in an existing function" that says something like "The VISCfunctions package README has been updated to reflect this new/updated function" |
|
one last question to consider: there is some overlap between the package README and the "Overview" vignette. are there any obvious changes we should make to the "Overview" vignette while we are changing the README? I think it's fine to have some redundancy between these two, and I don't think we need to make major changes, but @cyurdadon I am wondering if you looked at the vignette at all and if you have any thoughts on this. |
|
@slager I see that the statsrv runner is failing - I am guessing that's an issue with packages as we've seen before :( can you take a look? |
|
@kelliemac The PR had been created by branching off |
|
I think this at-a-glance list of functions is useful. Note that another way to generate a complete set of function documentation is simply to use |
|
Hi @kelliemac thanks for your feedback! I havent looked at the Overview vignette but i'll check it out and see if there can be any relevant changes. Thanks @slager , how would we implement that build_manual() function? I'd be curious to see what that looks like - and if its more useful, maybe use that instead? |
|
@kelliemac I added the example datasets to the README as well as the the |
|
thank you so much @cyurdadon for working on this! I wanted to let you know that we haven't forgotten about it, it's just been on hold for the time being. related to comments above about so depending on how that effort goes, we will circle back to this PR and may suggest moving some documentation out of the README and into the roxygen function documentatione. I'd be happy to help with that if we do go that direction... for now, just stay tuned and feel free to check out dave's PR if you want to get a preview of that approach and/or provide any feedback! |
|
@cyurdadon and @slager, FYI I took a stab at migrating some of this nice VISCfunctions documentation from README.(R)md to the roxygen function documentation so that it will automatically render nicely on the pkgdown site, as discussed above. see #125 and please feel free to make changes directly to that branch ( |
|
@cyurdadon and @slager, I just created a few new PRs that attempt to split off some of these suggested changes (and those in #125) into smaller chunks! now that we have the pkgdown site rendering (https://fredhutch.github.io/VISCfunctions/reference/index.html) I think it's a good time to work on including some of this documentation in the roxygen comments rather than just in the README. @cyurdadon take a look at the pkgdown site and let us know what you think! the "Reference" tab has a list of everything included in the package, so that covers some of what is in these README updates, but I'm sure there are things that aren't yet covered, so maybe we can make a list of which functions need updated documentation? |
No description provided.