Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

319 results for “from:Hin-Tak Leung”

Sweave, cairo_pdf, xetex, CJK (Re: Sweave, cairo_pdf, CJK, ghostscript)
Hin-Tak Leung · Oct 31, 2011 · r-devel

--- On Mon, 31/10/11, Simon Urbanek <simon.urbanek at r-project.org> wrote: > Well, I don't see how most of the above is in any way > relevant. What PDF gets generated really depends on the > cairo version you...

do_gsub (PR#10540)
Hin-Tak Leung · Jan 11, 2008 · r-devel

I believe STRING_ELT() works even when pat is R_NilValue, so the first line "does the right thing" even if the first element does not exist. I think this is intentional and not a bug. Other more knowledgeable people...

Distributing R Programs
Hin-Tak Leung · Jan 28, 2008 · r-devel

Peter Dalgaard wrote: > CapCity wrote: >> We recently developed an R program as part of an application. We'd like to >> distribute this, but not allow access to the R source code. Is this >> possible? >> >> > Not in any obvious way, and...

Sligthly OT Re: Makefile for embedding OpenBUGS in R package
Hin-Tak Leung · Aug 7, 2007 · r-devel

Prof Brian Ripley wrote: > OpenBUGS is distributed under GPL2, so this seems not to apply. > It is distributed as source and as binaries: the difficulty is that it > is written in Object Pascal for which a compiler is not readily...

serialize() takes too long when serializing to a raw vector
Hin-Tak Leung · Jan 25, 2007 · r-devel

Ashish Kulkarni wrote: > Hin-Tak Leung wrote: >> It might be interesting to know get some details on your hardware. >> > > It's a P4 2.66GHz with a standard Intel motherboard having 1GB RAM. > <snipped> That figures - I am on an...

[R-gui] [Rd] R GUI considerations
Hin-Tak Leung · Oct 20, 2005 · r-sig-gui

Hmm, I think people talk to much about the internals - what toolkit to use, what design to make, and are degenerating into the old fan-club fights along the line of gtk<->qt, emacs<->vi, gnome<->kde, perl<->python, etc...

a couple Sweave buglets
Hin-Tak Leung · Nov 29, 2011 · r-devel

Just a couple of small bug-lets/stuffs in Sweave: - It stripes off the two lines starting with @ (this is a verbatim section showing plink's start-up message): ======================================= @----------------------------------------------------------@ | PLINK! | v0.99p | 17/Dec/2006 | |----------------------------------------------------------| | (C) 2006 Shaun Purcell, GNU...

problems for ./configure on Ralpha: gcc related
Hin-Tak Leung · Sep 14, 2007 · r-devel

St?phane Dray wrote: > Dear all, > I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is: > > Revision: 42843 > Last Changed Date: 2007-09-14 > > ./configure returns : <snipped> > checking for C compiler default output file name... configure...

Sligthly OT Re: Makefile for embedding OpenBUGS in R package
Hin-Tak Leung · Aug 6, 2007 · r-devel

Prof Brian Ripley wrote: > On Mon, 6 Aug 2007, Tobias Verbeke wrote: <snipped> >>> I presume. >> Actually, these files appear to differ. The file I referred to >> was the file ./Manuals/CBugs.html contained in the current OpenBUGS >> release: >> >> http://mathstat...

R build under mandriva 10.2
Hin-Tak Leung · Nov 9, 2005 · r-devel

Gilles GUILLOT wrote: > After upgrading from mandrake 10.1 to mandriva 10.2 > I can't build shared archive with R 2.2.0 libg2c is part of the g77 fortran runtime package in gcc 3.x. You probably have...

grDevice in R HEAD been broken for 6 weeks.
Hin-Tak Leung · Sep 26, 2015 · r-devel

geDevice has been failing check for 6 weeks now with --enable-strict-barrier , bisected to: ------------------------------------------------------------------------ r69049 | murrell | 2015-08-14 00:03:12 +0100 (Fri, 14 Aug 2015) | 2 lines first hack at adding grid display list to recorded plot...

R-FAQ.pdf TOC missing
Hin-Tak Leung · Apr 28, 2006 · r-devel

Kurt Hornik wrote: >>>>>> Paul Roebuck writes: > >> I downloaded 2.3 version of R-FAQ.pdf from CRAN and noticed >> the table of contents does not appear in the PDF version >> as it does in the HTML version. > > Where did you...

suppressing "global" cppflags in an individual package
Hin-Tak Leung · May 9, 2006 · r-devel

Kasper Daniel Hansen wrote: > Hi > > I can use PKG_CPPFLAGS in a Makevars file to add additional flags to > the c++ compiler for a given package. Is it possible to remove flags > passed to the packages from R. Eg: say...

"R CMD check" accepts but "R CMD INSTALL" rejects a tar ball.
Hin-Tak Leung · Apr 1, 2011 · r-devel

I have somehow managed to made a source tar ball which "R CMD check" accepts but "R CMD INSTALL" rejects with: ------------------ Warning in untar2(tarfile, files, list, exdir) : checksum error for entry 'pax_global_header' Error in untar2(tarfile, files...

R install problem on MacOS 10.5.1 (PR#10476)
Hin-Tak Leung · Dec 3, 2007 · r-devel

Out of interest, why (the hell!) would the R installer trying to temper with gcc's files? It looks like it is either trying to rename or delete them. R needs gfortran's runtime library, and tries to detect for...

How to execute R scripts simultaneously from multiple threads
Hin-Tak Leung · Jan 8, 2007 · r-devel

Erik van Zijst wrote: > Vladimir Dergachev wrote: <snipped> >> At some point (years ago) there was even an argument on some mailiing list >> (xfree86-devel ?) about whether Xserver should support shared memory as unix >> socket was "fast enough" - with the other...

how to control which version of a package library() installs?
Hin-Tak Leung · Apr 16, 2007 · r-devel

Prof Brian Ripley wrote: <snipped> > > We should try to explain this, but there is another level of complexity. > If a package has compiled code, unloading the namespace is unlikely to > unload the DLL (it would need to be done explicitly...

R --vanilla for install/remove/shlib(Re: R 2.8->2.9 change that breaks some upgrade scenarios)
Hin-Tak Leung · Jul 30, 2009 · r-devel

--- On Thu, 30/7/09, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > I'm not sure this addresses all the problems that your > patch > tried to fix, > but in any case, your patch re-installing the --vanilla > behavior...

readLines needs some extra bit of documentation.
Hin-Tak Leung · May 21, 2007 · r-devel

I have a need to use readLines to read just the first line of a file and do some processing on that, and read and re-read ?readLines and did not see any mention of whether the actual end-of...

SHLIB steps on a Makefile
Hin-Tak Leung · Dec 22, 2007 · r-devel

Hmm, I don't think you need a whole Makefile - while it is a bit complicated to set locations, etc, essentially if your C code needs an extra DLL (well, you'll have to bundle it with your package, etc...

Can't find what you're looking for? Try searching with Google .