Re: [R-pkg-devel] Is winbuilder "offline"?

2024-07-19 Thread Uwe Ligges
On 20.07.2024 01:52, Rolf Turner wrote: On Fri, 19 Jul 2024 10:18:27 +0200 Uwe Ligges wrote: Not that I know, which queue do you mean? Apologies for my ignorance but I don't understand the question. I did not choose a "queue". I simply (as I have always done in the past) pointed my brow

Re: [R-pkg-devel] Is winbuilder "offline"?

2024-07-19 Thread Rolf Turner
On Fri, 19 Jul 2024 10:18:27 +0200 Uwe Ligges wrote: > Not that I know, which queue do you mean? Apologies for my ignorance but I don't understand the question. I did not choose a "queue". I simply (as I have always done in the past) pointed my browser at https://win-builder.r-project.org/ .

Re: [R-pkg-devel] How to get arbitrary precise inputs from R for an Rcpp package?

2024-07-19 Thread Duncan Murdoch
Just for your info: > exp(mpfr("0.1", 152)) 1 'mpfr' number of precision 152 bits [1] 1.1051709180756476248117078264902466682245471948 So it looks like your approach of parsing the numbers yourself makes sense. You can find the R parser here: https://github.com/wch/r-source/blob/b64422334a8

Re: [R-pkg-devel] How to get arbitrary precise inputs from R for an Rcpp package?

2024-07-19 Thread Duncan Murdoch
On 2024-07-19 12:37 p.m., Martin Maechler wrote: Khue Tran on Fri, 19 Jul 2024 09:32:14 +1000 writes: > Thank you for the suggestion, Denes, Vladimir, and Dirk. I have indeed > looked into Rmpfr and while the package can interface GNU MPFR with R > smoothly, as of right now,

Re: [R-pkg-devel] How to get arbitrary precise inputs from R for an Rcpp package?

2024-07-19 Thread Martin Maechler
> Khue Tran > on Fri, 19 Jul 2024 09:32:14 +1000 writes: > Thank you for the suggestion, Denes, Vladimir, and Dirk. I have indeed > looked into Rmpfr and while the package can interface GNU MPFR with R > smoothly, as of right now, it doesn't have all the functions I need (

Re: [R-pkg-devel] RTools 4.x Perl Incompatibility with WriteXLS CRAN Package

2024-07-19 Thread Marc Schwartz
Hi Ivan, Thanks kindly for your expedient reply and pointer to the LF/CRLF issue. Not sure that I would have found that issue so quickly, so was hoping for some intuition here, as you have provided. Thanks! Regards, Marc -Original Message- From: Ivan Krylov mailto:ikry...@disroot.o

Re: [R-pkg-devel] RTools 4.x Perl Incompatibility with WriteXLS CRAN Package

2024-07-19 Thread Ivan Krylov via R-package-devel
Dear Marc Schwartz, В Fri, 19 Jul 2024 10:49:31 -0400 Marc Schwartz пишет: > . No such file or > directory\Kleinbub\AppData\Local\Temp\RtmpuO4911/WriteXLS/1.csv This looks like an extra carriage return has messed up the output. By debugging WriteXLS and running the command line manually with pe

[R-pkg-devel] RTools 4.x Perl Incompatibility with WriteXLS CRAN Package

2024-07-19 Thread Marc Schwartz
Hi All, I recently became aware of what appears to be some kind of incompatibility between the Perl distribution that is included in the RTools 4.4 distribution and my WriteXLS package on CRAN, running R 4.4.1. As far as I can tell, since the vast majority of the users of my package, which requ

Re: [R-pkg-devel] Is winbuilder "offline"?

2024-07-19 Thread Uwe Ligges
Not that I know, which queue do you mean? Best, Uwe On 19.07.2024 00:45, Rolf Turner wrote: I submitted a package to winbuilder, yesterday. Twice. No response of any sort. Is the system down, for some reason? Anyone know? Ta. cheers, Rolf Turner