Skip to content

Commit

Permalink
rm dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvjk committed Sep 1, 2023
1 parent cb68a04 commit 373f5f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/target_sda.R
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ target_sda <- function(data,
data,
adjusted_scenario_with_p,
by_company = by_company,
# !!!rlang::syms(target_summary_groups)
target_summary_groups
)

Expand Down Expand Up @@ -373,8 +372,6 @@ compute_loanbook_targets <- function(data,
...) {
target_summary_groups <- maybe_add_name_abcd(..., by_company)

max_year_data <- max(data$year)

data <- data %>%
right_join(
scenario_with_p,
Expand Down

0 comments on commit 373f5f2

Please sign in to comment.