Re: [Rd] polypath winding rule with transparency

2017-04-23 Thread Michael Sumner
On Thu, 4 Aug 2016 at 17:53 Michael Sumner wrote: > On Thu, 4 Aug 2016 at 11:17 Paul Murrell wrote: > >> Hi >> >> Just to clarify, I think this IS a problem with grid.path() as well as >> polypath(). >> >> > Hi, oh dear - sorry about that > >

Re: [Rd] ask.yes.no() function

2017-04-20 Thread Michael Sumner
sk if anyone can point to an existing one that is perfect (or nearly perfect, and point out what changes would be desirable)? Duncan Murdoch __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Dr. Michael Sumner Soft

Re: [Rd] non-infectious license for R package?

2017-03-24 Thread Michael Sumner
the proprietary and > the R-world? I guess other people have tried this before, can someone > share his/her experience? > > [1] https://stat.ethz.ch/pipermail/r-devel/2009-May/053248.html > > All the best, > > Mario Emmenlauer > > _

Re: [Rd] [FORGED] Re: polypath winding rule with transparency

2016-08-04 Thread Michael Sumner
e of that helps to explain why the "winding" rule is not > working on Windows :( > > Thanks for reporting the problem - needs more study to find out what is > going wrong. > > Paul > > On 03/08/16 18:47, Michael Sumner wrote: > > Hello, > > > > it

Re: [Rd] polypath winding rule with transparency

2016-08-02 Thread Michael Sumner
= 1, height = 1)) grid.draw(pathGrob(x[,1], x[,2], rule = "winding", gp = gpar(fill = "#BEBEBE80"))) Cheers, Mike. On Wed, 3 Aug 2016 at 16:24 Michael Sumner wrote: > Hi, I see different results in png() and pdf() for polypath() on Windows > when using the "windi

[Rd] polypath winding rule with transparency

2016-08-02 Thread Michael Sumner
with two tones for the different regions of overlap". The unexpected result is the completely transparent region. Is this a known/expected difference on Windows? I see the unexpected result in 3.3.1 and in R version 3.3.1 Patched (2016-07-27 r70991) on Windows. Cheers, Mike. -- Dr.

Re: [Rd] Update CRAN submission process

2016-05-27 Thread Michael Sumner
ove the process with devtools. Cheers, Mike. — > Patrick Perry > Assistant Professor > NYU Stern School of Business > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Dr. Michael Sumner

Re: [Rd] navigation mode(s) in rgl

2015-11-04 Thread Michael Sumner
On Thu, 5 Nov 2015 at 14:01 Duncan Murdoch wrote: > On 04/11/2015 6:56 PM, Michael Sumner wrote: > > Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen > to > > hear from the broader community of any insights. > > > > In

[Rd] navigation mode(s) in rgl

2015-11-04 Thread Michael Sumner
Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to hear from the broader community of any insights. In rgl my understanding is that there's only one rotation-navigation mode, where you left-click hold and the view pivots abound the centre of the scene. In other tools, inc

Re: [Rd] Maintainer NOTE in R CMD Check

2014-03-08 Thread Michael Sumner
I believe it's just a flag to notify that the author string has changed. You might need to send a confirmation email that yes you did mean to change, it is just a double check for both ends. I changed my email for a package once for some reason and made the confirmation. Cheers, Mike On 9 Mar 2014

[Rd] vignettes with similar names

2014-02-27 Thread Michael Sumner
In R 3.0.2 Patched (2014-01-31 r64905) and 3.0.3 beta (2014-02-25 r65077) I see a problem loading vignettes when I create a package with two vignettes with similar names, e.g. "vignette3" "vignette3-install" These seem not to be distinguished, and I get this vignette("vignette3") vignette ‘vigne

Re: [Rd] interrupting Sweave leaves open sink connection

2013-10-28 Thread Michael Sumner
Thanks very much, confirmed in Windows in R-patched (r64110) and R-devel (r64116). Cheers, Mike. On Wed, Oct 23, 2013 at 10:48 PM, Duncan Murdoch wrote: > On 13-10-22 10:45 PM, Duncan Murdoch wrote: >> >> On 13-10-22 9:45 PM, Michael Sumner wrote: >>> >>> Hello,

[Rd] interrupting Sweave leaves open sink connection

2013-10-22 Thread Michael Sumner
;, "if (i %% 1000 == 0) print(sprintf(\"%i\", i))", "Sys.sleep(0.5)", "}", "@", "", "\\end{document}") f <- tempfile() writeLines(txt, f) Sweave(f) ## 2) ## now no printed output is seen print(1) ## sink(NULL) ## now i

Re: [Rd] support for POSIXct classes in image.default axes

2013-04-17 Thread Michael Sumner
Perfect, thanks very much. I couldn't see the xlim/ylim solution which is really neat, and clearly better than my suggestion. Cheers, Mike. On Wed, Apr 17, 2013 at 6:15 PM, Prof Brian Ripley wrote: > On 12/04/2013 12:27, Michael Sumner wrote: > >> Hello, I would like to sugg

[Rd] support for POSIXct classes in image.default axes

2013-04-12 Thread Michael Sumner
We can still override the default axis to do a workaround: : image(x, axes = FALSE) axis.POSIXct(x$x, side = 1) Cheers, Mike. -- Michael Sumner Hobart, Australia e-mail: mdsum...@gmail.com [[alternative HTML version deleted]] __ R-deve

[Rd] problem with vignettes when S4 classes in packages overlap

2012-09-19 Thread Michael Sumner
if the >> lines are entered in an R session. >> >> (Using R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" on Ubuntu) >> >> Paul >> >> > -- > Roger Bivand > Department of Economics, NHH Norwegian School of Economics, > Helleveien 30, N-5045 Bergen, Norway. > voice: +47 55 95 93 55; fax +47 55 95 95 43 > e-mail: roger.biv...@nhh.no > -- Michael Sumner Hobart, Australia e-mail: mdsum...@gmail.com [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] windows() device: plot does not refresh with new drawing after opening and closing a new device

2012-03-14 Thread Michael Sumner
rsion 2.14.1 (2011-12-22) Platform: x86_64-pc-mingw32/x64 (64-bit) I have an old beta install of 2.13.2 where the problem does not occur: R version 2.13.2 beta (2011-09-22 r57035) Platform: x86_64-pc-mingw32/x64 (64-bit) Cheers, Mike. -- Michael Sumner Institute for Marine and Antarctic St

Re: [Rd] Recursive objects

2011-05-04 Thread Michael Sumner
rsive objects. > > Barry > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Michael Sumner Institute for Marine and Antarctic Studies, University of Tasmania Hobart, Australia e-mail: mdsum...@gmail.co

Re: [Rd] using rasterImage within image

2011-02-11 Thread Michael Sumner
Murrell wrote: > Hi > > Just committed another fix that solves this problem for me at least.  If you > want to test for yourself, the magic revision number that you are looking > for is r54330. > > Thanks again for your help. > > Paul > > On 10/02/2011 7:54 p.m.,

Re: [Rd] using rasterImage within image

2011-02-09 Thread Michael Sumner
he SDI Windows raster rendering issue, >> or do we need a warning/workaround there?) >> >>  I like "backend", or possibly "method" >> >>  One minor consideration: if "raster" eventually becomes the default >>

Re: [Rd] using rasterImage within image

2011-02-09 Thread Michael Sumner
ot;raster") ... > >  Thanks Simon! (Any reports on the SDI Windows raster rendering issue, > or do we need a warning/workaround there?) > >  I like "backend", or possibly "method" > >  One minor consideration: if "raster" eventually becomes the de

Re: [Rd] using rasterImage within image

2011-02-08 Thread Michael Sumner
le can contact me if it doesn't > go through and they want it.) > >  Ben Bolker > > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > -- Michael Sumn

Re: [Rd] problem building R 2.12.1 64-bit on Windows 7

2010-12-30 Thread Michael Sumner
ke cd R-patched/src/gnuwin32 make all recommended On Fri, Dec 31, 2010 at 10:53 AM, Michael Sumner wrote: > Hello, thank you both - in an earlier test I turned off Kaspersky > completely to check that but saw no difference, but I'm only going on > my memory for that. > > I&

Re: [Rd] problem building R 2.12.1 64-bit on Windows 7

2010-12-30 Thread Michael Sumner
. I don't have an override for SYMPAT or SYMPAT64. Cheers, Mike. On Fri, Dec 31, 2010 at 10:34 AM, peter dalgaard wrote: > > On Dec 30, 2010, at 23:19 , Duncan Murdoch wrote: > >> On 10-12-30 4:13 PM, Michael Sumner wrote: >>> Hello, >>> ... >>>

[Rd] problem building R 2.12.1 64-bit on Windows 7

2010-12-30 Thread Michael Sumner
pret. All remaining arguments are names of input files; if no input files are specified, then the standard input is read. GNU sed home page: <http://www.gnu.org/software/sed/>. General help using GNU software: <http://www.gnu.org/gethelp/>. make[4]: *** [Rzlib.dll] Error 4 make[3]: **

[Rd] minor outdated link error in MkRules.dist

2010-12-30 Thread Michael Sumner
Hello, The file [R]/src/gnuwin32/MkRules.dist contains the following link: http://www.stats.ox.ac.uk/pub/Rtools/goodies/local.zip It seems this has been updated to be http://www.stats.ox.ac.uk/pub/Rtools/goodies/Win32/local.zip This in R-patched_2010-12-27_r53886. Cheers, Mike. -- Michael

Re: [Rd] Terminology clarification (Re: GPL and R Community Policies (Rcpp)

2010-12-07 Thread Michael Sumner
ge (how many on this list really knew the details before, or cared?) but have now immortalized your contribution in the loudest way here on a list where it's really not relevant. Cheers, Mike. On Sun, Dec 5, 2010 at 2:17 AM, Dominick Samperi wrote: > > > On Sat, Dec 4, 2010

Re: [Rd] Terminology clarification (Re: GPL and R Community Policies (Rcpp)

2010-12-04 Thread Michael Sumner
hat you will continue to use my name and >> update the associated status as you see fit, whether or not I >> approve or consent to those changes? >> >> Please answer yes or no. >> >> Thanks, >> Dominick >> >> >> > >        [[alternative HTML version deleted]] >

Re: [Rd] strptime problem for 2004-10-03 02:00:00

2005-10-26 Thread Michael Sumner
---- Message: 16 Date: Tue, 25 Oct 2005 21:33:54 +0100 (BST) From: Prof Brian Ripley <[EMAIL PROTECTED]> Subject: Re: [Rd] strptime problem for 2004-10-03 02:00:00 To: Michael Sumner <[EMAIL PROTECTED]> Cc: r-devel@stat.math.ethz.ch Message-ID: <[EMAIL PROTECTED]> Content-Type:

[Rd] strptime problem for 2004-10-03 02:00:00

2005-10-24 Thread Michael Sumner
Hello, I at first thought this was a system or locale issue, but since it occurs on both Windows and Linux and only for 2004 (AFAIK) I report it. I have a problem with as.POSIXct for the hour between "2004-10-03 02:00:00 GMT" and "2004-10-03 02:59:59 GMT". In short, the 2 AM (GMT) hour in 2004