-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRAN release: update description and news version to 0.8.3, [skip vbump] #970
Conversation
Code Coverage Summary
Diff against main
Results for commit: 1f9bf89 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Signed-off-by: Joe Zhu <joe.zhu@roche.com>
Signed-off-by: Joe Zhu <joe.zhu@roche.com>
CRAN feedback:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! unblocking it if needed ;)
|
…ring/tern into cran_releae_0.8.3_branch
…ring/tern into cran_releae_0.8.3_branch
…ring/tern into cran_releae_0.8.3_branch
#' range_noinf(c(Inf, NA), na.rm = FALSE, finite = TRUE) | ||
#' range_noinf(c(1, Inf, NA), na.rm = FALSE, finite = TRUE) | ||
#' } | ||
#' | ||
#' @keywords internal | ||
range_noinf <- function(x, na.rm = FALSE, finite = FALSE) { # nolint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe these utils should be exported. Looks like useful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be migrated into the "tern.s" package as a statistics, would you agree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe this one yes. The other ones in utils.R
should be exported probably
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need more than one reviewer here as there is a major removal of information. @edelarua @ayogasekaram what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm! I agree with Davide's comments but overall it looks fine.
hi @Melkiades , the package has been successfuly submitted. Can you unblock this merge, and we will address these as new issues. Thanks |
awesome! Thanks guys! |
This PR tracks CRAN submission and release