Skip to content

Commit

Permalink
fixing CRAN check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroliman committed May 18, 2023
1 parent cb9b0fc commit 9312987
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/dispatch-simulations.R
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
#' # Set up a basic model and simulation scenario:
#' data(overdoses)
#'
#' eff <- 0.1*mean(overdoses$crude.rate, na.rm = T)
#' eff <- 0.1*mean(overdoses$crude.rate, na.rm = TRUE)
#' form <- formula(crude.rate ~ state + year + population + treatment_level)
#' mod <- optic_model(name = 'lin',
#' type = 'reg',
2 changes: 1 addition & 1 deletion R/optic-simulation-helper.R
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
#' # Load data for simulation and set up a hypothetical policy effect:
#'
#' data(overdoses)
#' eff <- 0.1*mean(overdoses$crude.rate, na.rm = T)
#' eff <- 0.1*mean(overdoses$crude.rate, na.rm = TRUE)
#'
#' # Set up a simple linear model
#' form <- formula(crude.rate ~ state + year + population + treatment_level)
2 changes: 1 addition & 1 deletion man/dispatch_simulations.Rd

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

2 changes: 1 addition & 1 deletion man/optic_simulation.Rd

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

0 comments on commit 9312987

Please sign in to comment.