#1036308 r-base: R CMD check --as-cran fails for packages with math in help files

#1036308#5
Date:
2023-05-19 05:08:55 UTC
From:
To:
Dirk,

as recently discussed on the r-pkg-devel list[1], checking a package with
using the --as-cran option fails when using R 4.3.0-1 currently sitting
in unstable.

Please apply the fix proposed by Ivan Kyrilov on the list, or, alternatively,
apply commit r84321 that addressed the problem upstream as mentioned in
the R bug tracker [2].

To facilitate testing, I have created a test package using your useful
pkgKitten package [3].

Cheers,

Johannes

[1] https://stat.ethz.ch/pipermail/r-package-devel/2023q2/009088.html
[2] https://bugs.r-project.org/show_bug.cgi?id=18517
[3] https://github.com/jranke/katexTestPackage

#1036308#10
Date:
2023-05-23 17:54:18 UTC
From:
To:
On 19 May 2023 at 07:08, Johannes Ranke wrote:
| Package: r-base
| Version: 4.3.0-1
| Severity: normal
|
| Dirk,
|
| as recently discussed on the r-pkg-devel list[1], checking a package with
| using the --as-cran option fails when using R 4.3.0-1 currently sitting
| in unstable.
|
| Please apply the fix proposed by Ivan Kyrilov on the list, or, alternatively,
| apply commit r84321 that addressed the problem upstream as mentioned in
| the R bug tracker [2].

Thanks. Identifying the SVN patch would have been helpful too :)

https://github.com/r-devel/r-svn/commit/63d8aa9bffff5bad5f5a15662c33ee7f99e1775c

| To facilitate testing, I have created a test package using your useful
| pkgKitten package [3].

I think I will not do this: We are in a freeze, and r-base should not be in
unstable anyway (that was one upload out of 50+ since March where I
accidentally let it slip to unstable, rather than experimental).

By the time Debian unfreezes we may get 4.3.1 which may have it.

Else once we are unfrozen and operating normally I can consider a spot-fix.
But this does not warrant messing with the freeze / throwing another upload
into the mix.  We are asked not to.

Dirk

| Cheers,
|
| Johannes
|
| [1] https://stat.ethz.ch/pipermail/r-package-devel/2023q2/009088.html
| [2] https://bugs.r-project.org/show_bug.cgi?id=18517
| [3] https://github.com/jranke/katexTestPackage