Bug#710925: r-cran-ggplot2: The following `from` values were not present in `x`...

2014-01-02 Thread Andreas Tille
Hi Philippe,

On Mon, Dec 23, 2013 at 05:06:48PM +0100, Andreas Tille wrote:
 
 I think we just need to wait until r-cran-munsell is accepted.

This is done now.  Can you please verify whether the problem you
reported exists also with this version and if yes please provide an
example which enables simple verification? 

Kind regards

Andreas.

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#710925: r-cran-ggplot2: The following `from` values were not present in `x`...

2014-01-02 Thread Philippe Piette

Le 02/01/14 10:11, Andreas Tille a écrit :

Hi Philippe,

On Mon, Dec 23, 2013 at 05:06:48PM +0100, Andreas Tille wrote:

I think we just need to wait until r-cran-munsell is accepted.

This is done now.  Can you please verify whether the problem you
reported exists also with this version and if yes please provide an
example which enables simple verification?

Fine !

I have installed ggplot2 from sid (version 0.9.3) with all its dependencies,
launched some of my R scripts which use it and ... everything seems to 
work well.


So, many thanks to you and the team for this great work.
It is a real pleasure :-)

Kind regards Philippe.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#710925: r-cran-ggplot2: The following `from` values were not present in `x`...

2013-12-23 Thread Philippe Piette

Hi Andreas,
Thanx for your reply.

Le 17/12/13 09:49, Andreas Tille a écrit :

Hi Philippe,

sorry for the long silence to this bug report.

No probs


Package: r-cran-ggplot2
Version: 0.8.9-1.1
Severity: important

Dear Maintainer,

ggplot2 graphics functions print this message:
 The following `from` values were not present in `x`: col, color, pch,
 cex, lty, lwd, srt, adj, bg, fg, min, max

ggplot doesn't display any plot but a blank screen. Moreover, each geom_*
function prints the same message, while other ggplot2 functions seem to
work well (not test thoroughly).

Note: the problem appends after the distribution upgrade (from wheezy to
jessie) from R-2.15 to R-3.0. ggplot has been recompiled again R 3.0 without
any evident problem (to my point of view of course).

I admit I'm not using this package personally and it was just packaged
as a precondition for some other package (r-bioc-cummerbund).  To verify
the correctness of ggplot2 I just packaged r-cran-testthat (locally, will
be uploaded soon) and was running the suggested testsuite


library(testthat)
library(ggplot2)
test_package(ggplot2)


This test succeeded at my side.  Could you please provide some test case
which will enable us to reproduce your problem?
The point is : ggplot2 depends on the 'scales' library. This package 
isn't packaged yet in a debian distribution... What I know is that this 
package is in the queue of  acceptance.
I've installed 'manually' ggplot2 with its dependency (scales, plyr, 
reshape2,...)

and R works fine (but out of debian)

So I suggest to append a dependency to scalles in the control file. In 
order to prevent the upgrade of R to the 3rd release.


Kinds regards


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#710925: r-cran-ggplot2: The following `from` values were not present in `x`...

2013-12-23 Thread Andreas Tille
Hi Philippe,

On Mon, Dec 23, 2013 at 03:09:37PM +0100, Philippe Piette wrote:
 The point is : ggplot2 depends on the 'scales' library. This package
 isn't packaged yet in a debian distribution... What I know is that
 this package is in the queue of  acceptance.

It is even more complex:

$ apt-cache show r-cran-scales | grep Depends
Depends: r-base-core (= 3.0.1-3), r-cran-rcolorbrewer, r-cran-stringr, 
r-cran-dichromat, r-cran-munsell, r-cran-plyr, r-cran-labeling

So r-cran-scales is actually packaged but it is not installable because
r-cran-munsell is not available (but highly on top in the new queue).

 So I suggest to append a dependency to scalles in the control file.

This is done in Git.

I think we just need to wait until r-cran-munsell is accepted.

Kind regards

   Andreas. 

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#710925: r-cran-ggplot2: The following `from` values were not present in `x`...

2013-12-17 Thread Andreas Tille
Hi Philippe,

sorry for the long silence to this bug report. 

 Package: r-cran-ggplot2
 Version: 0.8.9-1.1
 Severity: important
 
 Dear Maintainer,
 
 ggplot2 graphics functions print this message:
 The following `from` values were not present in `x`: col, color, pch,
 cex, lty, lwd, srt, adj, bg, fg, min, max
 
 ggplot doesn't display any plot but a blank screen. Moreover, each geom_*
 function prints the same message, while other ggplot2 functions seem to
 work well (not test thoroughly).
 
 Note: the problem appends after the distribution upgrade (from wheezy to
 jessie) from R-2.15 to R-3.0. ggplot has been recompiled again R 3.0 without
 any evident problem (to my point of view of course).

I admit I'm not using this package personally and it was just packaged
as a precondition for some other package (r-bioc-cummerbund).  To verify
the correctness of ggplot2 I just packaged r-cran-testthat (locally, will
be uploaded soon) and was running the suggested testsuite


library(testthat)
library(ggplot2)
test_package(ggplot2)


This test succeeded at my side.  Could you please provide some test case
which will enable us to reproduce your problem?

Kind regards

Andreas.


-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#710925: r-cran-ggplot2: The following `from` values were not present in `x`...

2013-06-03 Thread Philippe Piette
Package: r-cran-ggplot2
Version: 0.8.9-1.1
Severity: important

Dear Maintainer,

ggplot2 graphics functions print this message:
The following `from` values were not present in `x`: col, color, pch,
cex, lty, lwd, srt, adj, bg, fg, min, max

ggplot doesn't display any plot but a blank screen. Moreover, each geom_*
function prints the same message, while other ggplot2 functions seem to
work well (not test thoroughly).

Note: the problem appends after the distribution upgrade (from wheezy to
jessie) from R-2.15 to R-3.0. ggplot has been recompiled again R 3.0 without
any evident problem (to my point of view of course).

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages r-cran-ggplot2 depends on:
ii  r-base-core  3.0.0-2
ii  r-cran-colorspace1.2-2-1
ii  r-cran-digest0.6.3-2
ii  r-cran-mass  7.3-26-1
ii  r-cran-proto 0.3-10-1
ii  r-cran-rcolorbrewer  1.0-5-2
ii  r-cran-reshape   0.8.4-2

r-cran-ggplot2 recommends no packages.

r-cran-ggplot2 suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org