refactor: some code tweaking
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#' @export
|
||||
#' @description костыли для упрощения работы себе
|
||||
set_global_options <- function(
|
||||
set_global_options = function(
|
||||
SYMBOL_DELIM = "; ",
|
||||
APP.DEBUG = FALSE,
|
||||
APP.FILE_DB = fs::path("data.sqlite"),
|
||||
@@ -19,7 +19,7 @@ set_global_options <- function(
|
||||
}
|
||||
|
||||
#' @export
|
||||
check_and_init_scheme <- function() {
|
||||
check_and_init_scheme = function() {
|
||||
|
||||
cli::cli_inform(c("*" = "проверка схемы..."))
|
||||
|
||||
@@ -54,7 +54,7 @@ check_and_init_scheme <- function() {
|
||||
}
|
||||
|
||||
|
||||
init_scheme <- function(scheme_file) {
|
||||
init_scheme = function(scheme_file) {
|
||||
|
||||
options(box.path = here::here())
|
||||
box::use(
|
||||
|
||||
Reference in New Issue
Block a user