-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
use scda.2022 #295
use scda.2022 #295
Conversation
R/utils.R
Outdated
@@ -89,7 +89,7 @@ get_db_data <- function(db, ...) { # TODO: revisit | |||
#' Retrieve Synthetic Test Data Used For Examples | |||
#' @export | |||
syn_test_data <- function() { | |||
sd <- scda::synthetic_cdisc_data("rcd_2021_03_22") | |||
sd <- scda::synthetic_cdisc_data("rcd_2022_10_13") |
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.
@BFalquet I've changed this to use data from scda.2022 as scda.2021 is going to be archived
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.
ok so it looks like there are plenty of failures in the snapshot tests - I assume because the data has changed I think the core team will need some help making R CMD CHECK pass locally on this branch
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.
@clarkliming is updating the snapshots.
Signed-off-by: Nikolas Burkoff <[email protected]>
Don't merge until the other scda PRs are ready
Part of insightsengineering/teal#760