Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the author's email address across several documentation files and adds a corresponding entry to the NEWS.md file for version 1.9.9. Feedback indicates that the DESCRIPTION file is missing and needs to be updated to reflect the new version and email. Additionally, since the documentation is managed via roxygen2, the author is advised to update the source .R files rather than the .Rd files to prevent manual changes from being overwritten during regeneration.
| @@ -1,3 +1,6 @@ | |||
| ## gDRutils 1.9.9 - 2026-04-28 | |||
| } | ||
| \author{ | ||
| Bartosz Czech \href{mailto:bartosz.czech@contractors.roche.com}{bartosz.czech@contractors.roche.com} | ||
| Bartosz Czech \href{mailto:czech.bartosz@external.gene.com}{czech.bartosz@external.gene.com} |
There was a problem hiding this comment.
Documentation in this package is managed via roxygen2. Manual changes to .Rd files will be overwritten the next time documentation is regenerated. Please update the @author tags in the source .R files instead. The following files still contain the old email address: R/utils.R (line 103), R/convert_mae_se_assay_to_dt.R (line 226), and R/experiment_validators.R (line 148).
Description
What changed?
Related JIRA issue: GDR-3369
Update author email from
bartosz.czech@contractors.roche.comtoczech.bartosz@external.gene.comin R source and man files.Why was it changed?
Email address change.
Logistic checklist