Conversation
There was a problem hiding this comment.
Pull request overview
This pull request prepares the admiralneuro package for its second CRAN release (version 0.2.1). The changes update package metadata and dependencies to reflect the new release status.
Changes:
- Updated version number from 0.1.0.9014 to 0.2.1
- Updated minimum dependency versions for admiral, admiraldev, and dplyr
- Added bug reporting URL to package documentation
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DESCRIPTION | Updated package version to 0.2.1, added BugReports URL, and updated minimum versions for admiral, admiraldev, and dplyr dependencies |
| NEWS.md | Removed "(development version)" suffix from header to indicate release status |
| cran-comments.md | Updated release description from "first release" to "2nd release" |
| man/admiralneuro-package.Rd | Added bug reporting URL to package documentation |
| .Rbuildignore | Added doc directory to build ignore list |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fanny-Gautier
left a comment
There was a problem hiding this comment.
Version number to implement in NEWS.md (and to correct in DESCRIPTION?).
| Package: admiralneuro | ||
| Title: Neuroscience Extension Package for ADaM in 'R' Asset Library | ||
| Version: 0.1.0.9014 | ||
| Version: 0.2.1 |
There was a problem hiding this comment.
Why is it 0.2.1 while first release was 0.1.0? I believe it should be 0.2.0.
There was a problem hiding this comment.
@Fanny-Gautier, I sent out 0.2.0 first but forgot to remove (development version) from the NEWS.md. It was too late to edit as admiralneuro hit CRAN right away, within an hour of submission. Therefore, I had to bump up to 0.2.1.
|
Hi @jwang-lilly , Could you also confirm which version number will be (or is currently) used so that I can correctly reference it in the Thank you. |
|
The title of the PR should start with Also, to avoid last‑minute errors, it is preferable to have the package reviewed and approved before submitting it to |
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>


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
mainbranch until you have checked off each task.styler::style_file()to style R and Rmd filesdevtools::document()so all.Rdfiles in themanfolder and theNAMESPACEfile in the project root are updated appropriatelyNEWS.mdunder the header# admiral<ext> (development version)if the changes pertain to a user-facing function (i.e. it has an@exporttag) 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 checklocally and address all errors and warnings -devtools::check()