Skip to content

Add "start" and "end" to group_vars.PKNCAresults#549

Open
kiranmaiganji wants to merge 2 commits into
humanpred:mainfrom
kiranmaiganji:main
Open

Add "start" and "end" to group_vars.PKNCAresults#549
kiranmaiganji wants to merge 2 commits into
humanpred:mainfrom
kiranmaiganji:main

Conversation

@kiranmaiganji
Copy link
Copy Markdown
Contributor

@kiranmaiganji kiranmaiganji commented May 28, 2026

This update adds "start" and "end" to the output of group_vars.PKNCAresults().
Closes #484

Copy link
Copy Markdown
Member

@billdenney billdenney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please make the requested update? Also, please add a "Closes #" by editing the PR description so that it will auto-close the issue when merged.

Comment thread R/class-PKNCAresults.R
#' @exportS3Method dplyr::group_vars
group_vars.PKNCAresults <- function(x) {
group_vars.PKNCAconc(as_PKNCAconc(x))
c(group_vars.PKNCAconc(as_PKNCAconc(x)),"start","end")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that in most of the rest of PKNCA, start and end are first. Can you please change the order so that they will come first? (That will also necessitate changing the tests.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

group_vars(PKNCAconc) != group_vars(PKNCAresults)

2 participants