Re: [R-pkg-devel] New R CMD check warnings for html files

2023-07-01 Thread Ivan Krylov
В Fri, 30 Jun 2023 14:20:00 -0700 arilamst...@gmail.com пишет: > However, when I run R CMD check I now get a ton of warnings in what I > assume is the conversion of the man files from .Rd to .html files. I > assume that CRAN will reject the package due to the warnings. > However, I don't really un

[R-pkg-devel] New R CMD check warnings for html files

2023-06-30 Thread arilamstein
Background: An old package that I maintain on CRAN recently stopped working due to changes in R 4.3.0. In a previous post ( https://stat.ethz.ch/pipermail/r-package-devel/2023q2/009268.html) people here helped me find the best solution to the crash bug. I would like to push this fix to CRAN as qui