Conversation
|
Looks great @cpiraux !! Thanks for making this fix. @bundfussr is this sufficient? |
Unfortunately, it is not sufficient because only character variables are excluded from the check but |
Thanks @bundfussr! I had only checked SDTM variables and missed the ADaM variable. I’ve updated the selection to exclude variables ending with |
Thanks! I've tested it with our standard templates and it is working now. |
Co-authored-by: Stefan Bundfuss <80953585+bundfussr@users.noreply.github.com>
(I think the changes of `xportr_format.Rd` are inherited from PR atorus-research#325. I simply ran `devtools::document()` after my name update.) (atorus-research#327)
Thank you for your Pull Request!
We have developed a Pull Request template to aid you and our reviewers. Completing the below tasks helps to ensure our reviewers can maximize their time on your code as well as making sure the xportr codebase remains robust and consistent.
The scope of
{xportr}{xportr}'s scope is to enable R users to write out submission compliantxptfiles that can be delivered to a Health Authority or to downstream validation software programs. We see labels, lengths, types, ordering and formats from a dataset specification object (SDTM and ADaM) as being our primary focus. We also see messaging and warnings to users around applying information from the specification file as a primary focus. Please make sure your Pull Request meets this scope of {xportr}. If your Pull Request moves beyond this scope, please get in touch with the{xportr}team on slack or create an issue to discuss.Please check off each task box as an acknowledgment that you completed the task. 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.Changes Description
Updated
check_formatsto exclude character variables from the date/time format checkTask List
stylerpackage and functions to style files accordingly.devtools::document()so all.Rdfiles in themanfolder and theNAMESPACEfile in the project root are updated appropriatelypkgdown::build_site()and check that all affected examples are displayed correctly and that all new/updated functions occur on the "Reference" page.NEWS.mdif the changes pertain to a user-facing function (i.e. it has an@exporttag) or documentation aimed at users (rather than developers)NEWS.mdentry should go under the# xportr development versionsection. Don't worry about updating the version because it will be auto-updated using thevbump.yamlCI.