R package that contains general tables and figures such as standard objects in an assessment report, and other important visualizations to interpret results of stock assessment models.

2 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves debugging a LaTeX table rendering issue stemming from the `flextable` R package used within a Quarto document. The problem manifests as redundant and incorrect LaTeX code, specifically concerning `\multicolumn`, `\multirow`, and unnecessary font commands. The solution requires modifying the `flextable` output or the Quarto rendering process to produce cleaner, more accessible LaTeX code for tables, replacing non-standard commands like `\ascline` with `\hline` and removing redundant formatting.

Complexity: 4/5
bug help wanted wontfix development

R package that contains general tables and figures such as standard objects in an assessment report, and other important visualizations to interpret results of stock assessment models.

R

AI Summary: The task involves reviewing R functions within the `stockplotr` package and modifying them to remove unnecessary `return(x)` statements, replacing them with simply `x` for cleaner code, aligning with the Tidyverse style guide.

Complexity: 2/5
enhancement good first issue NSAP-code-cleanup

R package that contains general tables and figures such as standard objects in an assessment report, and other important visualizations to interpret results of stock assessment models.

R