One idea is to wrap system libraries in R packages. This is what Martin did
for zlib with zlibbioc. That's feasible for a tiny library like zlib; for
other things this approach would not be feasible. For imlib2 and
imagemagick, it might be. Someone has to maintain it, and there would need
to be car
.. spot on. :-)
Apologies for not having been more "pointy" about the problem - this just
confirms it *is* kind of subtle. :-)
Best,
Michael
Am 14.07.2014 um 17:18 schrieb Duncan Temple Lang :
> I believe Michael's point is that the error messages
> are incorrect - referring to cunmax when cu
Ah! That was not clear and this early on a Monday morning, insufficient
caffeine levels are common. :-)
I can confirm that this is still an issue in 3.1.1, which is a version newer
than what Michael is running and the current stable release.
They appear to be still reversed in the current SVN
I believe Michael's point is that the error messages
are incorrect - referring to cunmax when cunmin was called
and vice verse.
D.
On 7/14/14, 8:14 AM, Ben Bolker wrote:
> Michael Haupt oracle.com> writes:
>
>>
>> Dear all,
>>
>> in R 3.1.0, this is happening:
>>
>>> cummin(c(1+1i,2-3i,4+5i))
Michael Haupt oracle.com> writes:
>
> Dear all,
>
> in R 3.1.0, this is happening:
>
> > cummin(c(1+1i,2-3i,4+5i))
> Error in cummin(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) :
> 'cummax' not defined for complex numbers
> > cummax(c(1+1i,2-3i,4+5i))
> Error in cummax(c(1 + (0+1i), 2 - (0+3i),
On Jul 14, 2014, at 9:53 AM, Michael Haupt wrote:
> Dear all,
>
> in R 3.1.0, this is happening:
>
>> cummin(c(1+1i,2-3i,4+5i))
> Error in cummin(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) :
> 'cummax' not defined for complex numbers
>> cummax(c(1+1i,2-3i,4+5i))
> Error in cummax(c(1 + (0+1i), 2
On 7/11/2014 4:49 PM, Dan Tenenbaum wrote:> Hi,
>
> I notice in R-3.1.1, if a package specifies a VignetteBuilder (such
> as knitr) in its DESCRIPTION file, butdoes not also depend on the
> specified package (in either Depends, Imports, or Suggests), that R
> CMD check will say:
>
> * checking pac
Dear all,
in R 3.1.0, this is happening:
> cummin(c(1+1i,2-3i,4+5i))
Error in cummin(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) :
'cummax' not defined for complex numbers
> cummax(c(1+1i,2-3i,4+5i))
Error in cummax(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) :
'cummin' not defined for complex number
Seems related to:
https://stat.ethz.ch/pipermail/r-devel/2012-May/064213.html
Henrik
On Jul 14, 2014 10:45 AM, "Jon Olav Skoien"
wrote:
>
> I am using tools::compactPDF for reducing the size of some pdf-files
> with GhostScript. I had some trouble in the beginning as the
> documentation seems n
I am using tools::compactPDF for reducing the size of some pdf-files
with GhostScript. I had some trouble in the beginning as the
documentation seems not to match the usage of the function. For
GhostScript, one has to set the argument gs_cmd, which has the following
description:
gs_cmd - Chara
10 matches
Mail list logo