mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 23:41:55 +02:00
rename pre-commit hook to pre-commit checks (no-check)
This commit is contained in:
2
R/mo.R
2
R/mo.R
@ -460,7 +460,7 @@ as.mo <- function(x,
|
||||
}
|
||||
}
|
||||
|
||||
# 'MO_CONS' and 'MO_COPS' are 'mo' vectors created in R/_pre_commit_hook.R
|
||||
# 'MO_CONS' and 'MO_COPS' are 'mo' vectors created in R/_pre_commit_checks.R
|
||||
out[out %in% MO_CONS] <- "B_STPHY_CONS"
|
||||
out[out %in% MO_COPS] <- "B_STPHY_COPS"
|
||||
if (Becker == "all") {
|
||||
|
Reference in New Issue
Block a user