Open Issues Need Help
View All on GitHubAI Summary: The task involves reviewing R functions within the `asar` package and modifying them to remove explicit `return()` statements, replacing them with the object to be returned. This aligns the code with the Tidyverse style guide for improved readability and maintainability.
Partially automate a U.S. stock assessment report.
AI Summary: Add a code of conduct statement or link to an existing one at the end of the README file for the 'asar' project, mirroring the approach used by the FIMS project.
Partially automate a U.S. stock assessment report.
AI Summary: Enhance the existing FAQs page of the 'asar' R package by adding either a search bar or a table of contents to improve navigation and user experience. The solution requires investigating how to implement these features within the existing Quarto/HTML framework of the FAQs page.
Partially automate a U.S. stock assessment report.
AI Summary: Modify the `add_tagging.r` script in the `asar` R package to rename the final PDF output file after accessibility tagging is added. The new name should match the original Quarto-rendered PDF name, unless a custom rename argument is provided. This involves updating the file name handling within the `if(compile)` conditional statement and adjusting the `tinytex::lualatex` function call to use the updated file name.
Partially automate a U.S. stock assessment report.