Skip to content

Commit

Permalink
feat: Ensure config file must exist
Browse files Browse the repository at this point in the history
  • Loading branch information
csgillespie committed Aug 11, 2024
1 parent b91c6e3 commit a11906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/app_config.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#'
#' @noRd
app_sys <- function(...) {
system.file(..., package = "riskassessment")
system.file(..., package = "riskassessment", mustWork = TRUE)
}


Expand Down

0 comments on commit a11906f

Please sign in to comment.