R/global.R

#' Changelog
#' ---  Saul E. Acevedo 9/29/2022
#'     --- Added global.R that contains global variables used accross files


id_str_gbl <- "id"
label_str_gbl <- "label"
input_str_gbl <- "input"
output_str_gbl <- "output"
step_str_gbl <- "step"
ver_1_0_str_gbl <- "v1.0"
ver_1_1_str_gbl <- "v1.1"
ver_1_2_str_gbl <- "v1.2"
sbg_draft_str_gbl <- "sbg:draft-2"
source_str_gbl <- "source"
doc_str_gbl <- "doc"
desc_str_gbl <- "description"
run_str_gbl <- "run"
cwl_ver_str_gbl <- "cwlVersion"
not_cwl_obj_str_gbl <- "not a CWL object"
cwl_str_gbl <- "cwl"

utils::globalVariables(c("id_str_gbl", "label_str_gbl",
 "input_str_gbl", "output_str_gbl", "ver_1_0_str_gbl",
 "ver_1_0_str_gbl", "ver_1_1_str_gbl", "ver_1_2_str_gbl",
 "sbg_draft_str_gbl", "source_str_gbl", "doc_str_gbl",
 "desc_str_gbl", "run_str_gbl", "cwl_ver_str_gbl",
 "not_cwl_obj_str_gbl", "cwl_str_gbl"))
sbg/tidycwl documentation built on June 5, 2024, 3:29 p.m.