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

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

2024-10-31 Thread Nikos Bosse
Dear list, I'm trying to submit an updated version of R package scoringutils to CRAN (https://github.com/epiforecasts/scoringutils). I built the package using `R CMD build` with Roxygen2 7.3.2 both on Mac and on Ubuntu. I'm seeing a NOTE related to several HTML validation problems (see below).