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

2023-11-17 Thread Ivan Krylov
Hello! В Fri, 17 Nov 2023 14:16:27 + Package Maintainer пишет: > 2) set_null_device("cairo") to the vignettes/ggenealogy.Rnw file (this > gives me a "could not find function "set_null_device"" ERROR) I don't think this function from the cowplot package would have helped. You are compiling a

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

2023-11-17 Thread Package Maintainer
Hello: About three weeks ago, I received a message that a CRAN package I maintain (ggenealogy) had issues with "Unicode chars not available to pdf()". As shown here , it seems ERRORs occur when buil

Re: [R-pkg-devel] Package submission fail

2023-11-17 Thread Christiaan Pieterse
Hi all, thank you for your feedback and help! I apologise for the big attachment. I have made the changes you suggested but am still encountering some of the same notes, If you do not mind to assist me again I would greatly appreciate! I reduced the example file to a 3 KB file, hoping that it wou

Re: [R-pkg-devel] Can -mmacosx-version-min be raised to 10.15 ?

2023-11-17 Thread Dirk Eddelbuettel
Simon, One more thing: An alert reader pointed out to me that macOS-oldrel has r-oldrel-macos-x86_64 r-oldrelmacOS x86_64 macOS 10.13.6 (17G11023) in the table at https://cran.r-project.org/web/checks/check_flavors.html. So this seems to mesh with what the R-on-macOS FAQ says, and

Re: [R-pkg-devel] Package submission fail

2023-11-17 Thread Ivan Krylov
В Fri, 17 Nov 2023 12:19:21 +0200 Christiaan Pieterse пишет: > #' # Set the working directory to a temporary directory > #' setwd(tempdir()) > #' # Clean up the temporary directory > #' unlink(temp_dir, recursive = TRUE) This code looks like it shouldn't be working as written. I don't see the v