Re: [R-pkg-devel] HTML validation error in roxygen2 generated documentation

2024-10-31 Thread Nikos Bosse
Hi Ivan, Thanks SO much for your quick help. Removing the did not work. However, I now did ``` #' \if{html}{ #'   \out{} #'   \figure{metrics-binary-point.png}{options: style="width:750px;max-width:100\%;"} #'   \out{} #'   Overview of required input format for binary and point forecasts #' }

Re: [R-pkg-devel] HTML validation error in roxygen2 generated documentation

2024-10-31 Thread Ivan Krylov via R-package-devel
В Thu, 31 Oct 2024 18:04:47 +0100 Nikos Bosse пишет: >  Found the following HTML validation problems: >  ae_median_quantile.html:79:1 (ae_median_quantile.Rd:41): Warning: > inserting implicit > ae_median_quantile.html:79:1 (ae_median_quantile.Rd:41): Warning: > trimming empty Thank you for pro