Re: [R-pkg-devel] Conversion failure in 'mbcsToSbcs'

2023-11-19 Thread Ivan Krylov
On Sun, 19 Nov 2023 13:53:52 + Package Maintainer wrote: > I added the code you suggested to the package vignette: It won't work without setting my.Swd as the new plot device instead of pdf(): \SweaveOpts{grdevice=my.Swd,pdf=FALSE} You have this directive commented out a few lines later, i

Re: [R-pkg-devel] Conversion failure in 'mbcsToSbcs'

2023-11-19 Thread Package Maintainer
Hello Ivan: Thank you for your helpful response here. I added the code you suggested to the package vignette: *<>=my.Swd <- function(name, width, height, ...) grDevices::cairo_pdf( filename = paste(name, "pdf", sep = "."), width = width, height = height )@* This particular code did not s