I've been asked in private,
but am answering in public so others can comment / or find this
answer in the future after a web search.
This is about the package 'Rmpfr' (R interface to MPFR,
the GNU C library for arbitrary precise numbers).
> How can you build a vector of mpfr numbers sequentially?
Dear R-core members,
there is a small typo in the log output of `check_pkg` in
src/library/tools/R/check.R. Instead of "timestanps" it should be "timestamps":
Best wishes,
Sebastian
svn diff
Index: src/library/tools/R/check.R
===
> David Hugh-Jones
> on Thu, 25 Oct 2018 17:46:47 +0100 writes:
> formatC(0.0001, digits = 3, format = "f", zero.print="< 0.01")
> Error in strrep(" ", nc - i1) : invalid 'times' value
>
> The problem, if it is one, is in .format.zeros:
> .format.zeros("0.000", "xx")
> Error in s
Hello,
I was just reminded from a comment in some code that I had submitted this bug
report last year, but it does not appear to have been addressed in R 3.5.0.
Can this please be fixed, or is there a specific reason that it cannot be
addressed?
Thanks,
Adam
From: Gower, Adam
Sent: Monday, June
On 26/10/2018 10:28 AM, Gower, Adam wrote:
Hello,
I was just reminded from a comment in some code that I had submitted this bug
report last year, but it does not appear to have been addressed in R 3.5.0.
Can this please be fixed, or is there a specific reason that it cannot be
addressed?
You'
Thanks very much for the clarification, Duncan - I appreciate it. Will do.
Best,
Adam
-Original Message-
From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com]
Sent: Friday, October 26, 2018 9:30 PM
To: Gower, Adam; r-devel@r-project.org
Subject: Re: [Rd] Bug report for sealClass() in Co