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
>
>
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
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
>
> _
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
= 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
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.
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
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
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
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
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
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,
;, "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
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
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
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
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
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
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.,
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
>>
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
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
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&
.
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,
>>> ...
>>>
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]: **
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
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
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]]
>
----
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:
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
30 matches
Mail list logo