Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-12-01 Thread Yoni
Where can I find the current tex compiler / pandocs setup on CRAN check systems so I can adjust my CI, to replicate the failure? On Sat, Nov 30, 2019 at 11:45 AM Yoni wrote: > Thank you for the clarification regarding roxygen2, it does look like a > confounding issue. > > I will try to resolve t

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Yoni
Thank you for the clarification regarding roxygen2, it does look like a confounding issue. I will try to resolve the paths in the tex. Thank you for the help. On Sat, Nov 30, 2019 at 11:39 AM Iñaki Ucar wrote: > > > El sáb., 30 nov. 2019 16:22, Yoni escribió: > >> Thank you for the clarificat

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Iñaki Ucar
El sáb., 30 nov. 2019 16:22, Yoni escribió: > Thank you for the clarification. > > I am then more confused. > > The CRAN version of the package (texPreview) has been unchanged since Oct > 23, at which point it was passing the checks with no errors. > If your package is sitting on CRAN since then

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Duncan Murdoch
On 30/11/2019 10:21 a.m., Yoni wrote: Thank you for the clarification. I am then more confused. The CRAN version of the package (texPreview) has been unchanged since Oct 23, at which point it was passing the checks with no errors. Here is the CRAN mirror on GitHub with the example that is no

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Yoni
Thank you for the clarification. I am then more confused. The CRAN version of the package (texPreview) has been unchanged since Oct 23, at which point it was passing the checks with no errors. Here is the CRAN mirror on GitHub with the example that is now erroring. https://github.com/cran/texPr

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Duncan Murdoch
On 30/11/2019 9:59 a.m., Yoni wrote: Thank you for the advice. I think that (a) is a problem to implement since the new roxygen2 is on the CRAN systems and I can not control which version they are using to build the package in the checks. I don't think CRAN runs roxygen2 at all. It tests base

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Yoni
Thank you for the advice. I think that (a) is a problem to implement since the new roxygen2 is on the CRAN systems and I can not control which version they are using to build the package in the checks. I have gone with option (c), which is unfortunate since I will need to change my examples twice

Re: [R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Hugh Parsonage
You could (a) install the updated roxygen from github and rebuild the man/ files ; (b) manually edit the Rd files without using roxygen ; or (c) remove the examples until you can apply the fix. On Sun, 1 Dec 2019 at 1:26 am, Yoni wrote: > I received a message from CRAN yesterday stating my packa

[R-pkg-devel] roxygen2 7.0.1 backslash escape error

2019-11-30 Thread Yoni
I received a message from CRAN yesterday stating my package is erroring on all the systems all of a sudden. https://cran.r-project.org/web/checks/check_results_texPreview.html After some investigation the root of the errors looks like it came from the new release of roxygen2 (7.0.1). https://git