Skip to content

Commit

Permalink
Merge branch 'main' into 425-split_scenario_names_correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa authored Feb 6, 2024
2 parents 0a40957 + 9fce9b2 commit 3652b84
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/join_abcd_scenario.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#'
#' @family utility functions
#'
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0)
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0")
#' library(r2dii.data)
#' library(r2dii.match)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/summarize_weighted_production.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' `weighted_production` for `summarize_weighted_production()` and
#' `summarize_weighted_percent_change()`, respectively.
#'
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0)
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0")
#' library(r2dii.data)
#' library(r2dii.match)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/target_market_share.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#'
#' @family functions to calculate scenario targets
#'
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0)
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0")
#'
#' library(r2dii.data)
#' library(r2dii.match)
Expand Down
2 changes: 1 addition & 1 deletion R/target_sda.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#'
#' @family functions to calculate scenario targets
#'
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0)
#' @examplesIf rlang::is_installed("r2dii.data") && rlang::is_installed("r2dii.match", version = "0.1.0")
#'
#' library(r2dii.match)
#' library(r2dii.data)
Expand Down
17 changes: 17 additions & 0 deletions man/join_abcd_scenario.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions man/summarize_weighted_production.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions man/target_market_share.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions man/target_sda.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3652b84

Please sign in to comment.