-
Notifications
You must be signed in to change notification settings - Fork 3
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
closes #71 closes #74 closes #78 updates from admiralpeds experience #79
Conversation
i feel like we forgot the purpose of admiraltemplate here - people dont need to track the changes of this template as they always only care about the latest version. we should set it up so that each pkg ext team has the minimum amount of updates and clarity on how they should update.
@bms63 @manciniedoardo here's a bunch of updates i think would have helped make admiralpeds easier so hopefully passing on the favour for admiralmetabolic. shout if you disagree with any though. one big update was the news file here where my justification is that people dont need to track the changes of this template repo as they always should only care about the latest version when they come to use it. we should set it up so that each pkg ext team has the minimum amount of updates and clarity on how they should update, rather than treating this template as a package where we have to maintain a changelog of changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one minor comment about the slack link, agree on the NEWS.md front.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I sort of like the news … history of what we have done! Was this confusing for folks? I like the message it sends that we catalog changes even for our template repo :) but if y’all think it’s got to go then all good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say people can look to admiral or other pkg ext news files for examples. the confusing thing in having it was that every new pkg ext team starts logging every change from the start but in reality you only need this populated after you make first release, as everything until then is just release 1 features and not changes that users need to be aware of.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay that makes sense. I was referring to the actual news for working on admiraltemplate, but it sounds like that is going to be jettison which is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Way cool Ross! Just some thoughts on a few things. I’m not super passionate about any of them.
Other ideas that maybe others can work on:
- snapshot tests example with two examples one works and one errors (this really makes writing tests so much less painful)
- Remotes in DESCRIPTION
these overkill? I can make into issues if not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove renv reference in readme
@bms63 @manciniedoardo thanks for the review! replies added above, and renv already removed from README. if you're ok with my replies feel free to approve/merge or make changes as you wish if otherwise. for the other ideas then go ahead and make issues/PRs as needed. i just wanted to get these all in ahead of whenever admiralmetabolic repo gets created. |
Thank you for your Pull Request! We have developed this task checklist from the Development Process Guide to help with the final steps of the process. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the admiral family codebase remains robust and consistent.
Please check off each taskbox as an acknowledgment that you completed the task or check off that it is not relevant to your Pull Request. This checklist is part of the Github Action workflows and the Pull Request will not be merged into the
main
branch until you have checked off each task.styler::style_file()
to style R and Rmd filesdevtools::document()
so all.Rd
files in theman
folder and theNAMESPACE
file in the project root are updated appropriatelyNEWS.md
under the header# admiral<ext> (development version)
if the changes pertain to a user-facing function (i.e. it has an@export
tag) or documentation aimed at users (rather than developers)pkgdown::build_site()
and check that all affected examples are displayed correctly and that all new functions occur on the Reference page.lintr::lint_package()
R CMD check
locally and address all errors and warnings -devtools::check()