Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update(template): add changes for debugging and issue - Added options for english and removed the old czech lang the in-header doc - changed the chunks for figs and tabs not to render while development is occurring * update(template): add changes for debugging and issue - Added options for english and removed the old czech lang the in-header doc - changed the chunks for figs and tabs not to render while development is occurring * Attempt to inherit custom_sections parameter from asar::create_template() * Changed remaining x's (former argument) into custom_sections (new argument), and removed the parameter definition * Clarified argument definitions for create_title.R * Clarified argument definitions in create_template. Since associated scripts (add_section, create_title, format_quarto) used same parameters (but with different names), changed the parameter names in associated scripts to names in create_template, then inherited parameter names from create_template to reduce redundancy. Questions for Sam: Please check/edit the "parameters" parameter's definition. What does it mean, and how should it be defined? Is it ever false? Please check/edit the "param_values" parameter's definition. What does it mean, and how should it be defined? Please check/edit the "convert_output" parameter's definition for accuracy. * Clarified argument definitions in convert_output.R and updated documentation. * update(create_figures_doc): add example of where caption will go Integration of the other captions once written and alt. text will form adjustments to here * refactor: Changed names of sections in create_template to those voted on by steering committee (as of Sept 2024) * deleted files with outdated names (i.e., without numbers before descriptions * updated test-create_template.R to avoid merge conflict * Remove test folder pushed to repo * fix(custom section op): change base_section, add_section, and test - changes in both naming of arguments and templates were fixed - test-add_section was adjusted so expected values were correct * fix(assessment spelling): change file name and will now pass test * delete(assessment_gloassaries.tex) * fix(test-add_section): spelling error in test * deleted files with outdated names (i.e., without numbers before descriptions * updated test-create_template.R to avoid merge conflict * Remove test folder pushed to repo * fix(assessment spelling): change file name and will now pass test * fix(test-add_section): change file names in test and adjust fxns to meet test expectations * fix(test-create_template): add to resdir to remove warning in test * delete(utils): remove add_base_section from utils * Attempt to inherit custom_sections parameter from asar::create_template() * Changed remaining x's (former argument) into custom_sections (new argument), and removed the parameter definition * Clarified argument definitions for add_child.R * Clarified argument definitions for add_chunk.R * Clarified argument definitions for add_section.R. Note: The text previously referenced an argument that was missing from the function ('title'). In my update, I changed it to 'sec_names'. Please verify that this was an accurate assumption. * Clarified argument definitions for create_citation.R * Clarified argument definitions for create_figures_doc.R * Clarified argument definitions for create_title.R * Clarified argument definitions for export_object.R * Clarified argument definitions for format_quarto.R * Clarified argument definitions in create_template. Since associated scripts (add_section, create_title, format_quarto) used same parameters (but with different names), changed the parameter names in associated scripts to names in create_template, then inherited parameter names from create_template to reduce redundancy. Questions for Sam: Please check/edit the "parameters" parameter's definition. What does it mean, and how should it be defined? Is it ever false? Please check/edit the "param_values" parameter's definition. What does it mean, and how should it be defined? Please check/edit the "convert_output" parameter's definition for accuracy. * Updated documentation * Clarified argument definitions in convert_output.R and updated documentation. * Update(affiliation_info.csv): add country * update(create_figures_doc): add example of where caption will go Integration of the other captions once written and alt. text will form adjustments to here * Attempt to inherit custom_sections parameter from asar::create_template() * Changed remaining x's (former argument) into custom_sections (new argument), and removed the parameter definition * Clarified argument definitions for create_title.R * Clarified argument definitions in create_template. Since associated scripts (add_section, create_title, format_quarto) used same parameters (but with different names), changed the parameter names in associated scripts to names in create_template, then inherited parameter names from create_template to reduce redundancy. Questions for Sam: Please check/edit the "parameters" parameter's definition. What does it mean, and how should it be defined? Is it ever false? Please check/edit the "param_values" parameter's definition. What does it mean, and how should it be defined? Please check/edit the "convert_output" parameter's definition for accuracy. * Clarified argument definitions in convert_output.R and updated documentation. * refactor: Changed names of sections in create_template to those voted on by steering committee (as of Sept 2024) * deleted files with outdated names (i.e., without numbers before descriptions * updated test-create_template.R to avoid merge conflict * Remove test folder pushed to repo * fix(custom section op): change base_section, add_section, and test - changes in both naming of arguments and templates were fixed - test-add_section was adjusted so expected values were correct * fix(assessment spelling): change file name and will now pass test * delete(assessment_gloassaries.tex) * fix(test-add_section): spelling error in test * deleted files with outdated names (i.e., without numbers before descriptions * updated test-create_template.R to avoid merge conflict * Remove test folder pushed to repo * fix(assessment spelling): change file name and will now pass test * fix(test-add_section): change file names in test and adjust fxns to meet test expectations * fix(test-create_template): add to resdir to remove warning in test * delete(utils): remove add_base_section from utils * Fix naming in create_template --------- Co-authored-by: Schiano-NOAA <[email protected]>
- Loading branch information