get_code should return single string with all @code concatenated to a single string.
Please make relevant changes:
- We don't need to use
paste(get_code(...), collapse = "\n") everywhere anymore. Please locate all paste(collapse = "\n") in teal.modules.xyz and in teal where code is concatenated to a single string.
get_codeshould return single string with all @code concatenated to a single string.Please make relevant changes:
paste(get_code(...), collapse = "\n")everywhere anymore. Please locate allpaste(collapse = "\n")inteal.modules.xyzand intealwhere code is concatenated to a single string.