We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
air format
1 parent bfac01d commit 7979afbCopy full SHA for 7979afb
1 file changed
code/MOSuite/inst/extdata/galaxy/galaxy.R
@@ -135,7 +135,9 @@ update_function_template <- function(
135
arg_name <- template[[arg_type]][[i]]$key
136
if (arg_name %in% names(func_meta$args)) {
137
arg_meta <- template[[arg_type]][[i]]
138
- arg_meta$description <- safe_rd_to_md(func_meta$args[[arg_name]]$description)
+ arg_meta$description <- safe_rd_to_md(
139
+ func_meta$args[[arg_name]]$description
140
+ )
141
arg_meta$defaultValue <- func_meta$args[[arg_name]]$defaultValue
142
args_in_template <- c(args_in_template, arg_name)
143
new_template[[arg_type]][[
0 commit comments