Conversation
Fanny-Gautier
left a comment
There was a problem hiding this comment.
Seems to be a DRAFT PR, is it correct?
Initial comments that can already be implemented.
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
|
@Fanny-Gautier Ready for your review again. Thanks! |
NEWS.md
Outdated
|
|
||
| ## Updates of Existing Functions | ||
|
|
||
| - Improved test coverage in `compute_centiloid()` function when invalid tracer combination is provided. (#106) |
There was a problem hiding this comment.
| - Improved test coverage in `compute_centiloid()` function when invalid tracer combination is provided. (#106) | |
| - Improved test coverage in `compute_centiloid()` function when invalid tracer combination is provided. (#106) | |
NEWS.md
Outdated
| @@ -1,5 +1,8 @@ | |||
| # admiralneuro (development version) | |||
|
|
|||
| ## Updates of Existing Functions | |||
There was a problem hiding this comment.
remove the extra whitespace (## Updates... to ## Updates...) for consistency.
There was a problem hiding this comment.
@Lina2689, could you please resolve all issues and complete/approve the review?
There was a problem hiding this comment.
@Lina2689, Could you please implement the suggested addition to Fanny: test for zero and negative SUVR? SUVR should always be >0.
There was a problem hiding this comment.
@jwang-lilly, was I tagged by mistake? Leena Khatri is working on this PR, and I’ve already shared my review comments.
There was a problem hiding this comment.
@khatril, Could you please implement the suggested addition by Fanny: test for zero and negative SUVR? SUVR should always be >0.
@Fanny-Gautier @jwang-lilly In addition to test, there needs to be a validation check on a positive numeric value for SUVR therefore I have also updated the |
|
@manciniedoardo, any insight on the failing checks? |
|
@jwang-lilly @khatril I fixed the tests - you had introduced a bug in Sidenote: while checking what was wrong I noticed you have an undocumented lookup table in the package which is saved in the wrong location ( Update: I was mistaken, there is no need to document the lookup table as it's meant to be internal - thanks @jwang-lilly for the correction. |
Fanny-Gautier
left a comment
There was a problem hiding this comment.
Very minor comments to implement in NEWS.mdand it looks ready to go! Thank you for the addition!
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
Co-authored-by: Fanny Gautier <157114584+Fanny-Gautier@users.noreply.github.com>
|
@jwang-lilly I think it just errored as it was trying to install admiral 1.4.0 from CRAN but CRAN was in the process of uploading admiral 1.4.1. I reran the job and it's fine now. |


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()