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”

R 2.8->2.9 change that breaks some upgrade scenarios
Hin-Tak Leung · Jul 17, 2009 · r-devel

--- On Fri, 17/7/09, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > R 2.9.x? uses? R code instead of the previous perl code for > INSTALL. That's the explanation for the difference. > > I agree that it...

problem with \eqn (PR#8322)
Hin-Tak Leung · Nov 18, 2005 · r-devel

Your own fault. See below. It is basic LaTeX and any LaTeX person can tell you the answer...(most probably haven't bothered...) ross at biostat.ucsf.edu wrote: > Full_Name: Ross Boylan > Version: 2.2.0 > OS: Linux > Submission...

building windows packages under wine/linux and cross-compiling.
Hin-Tak Leung · Jul 31, 2006 · r-devel

Had some fun today, and thought it might be a good idea to share and possibly for inclusion to R/src/gnuwin32/README.packages . Wine/linux : while R, ActiveState Perl, mingw all works alright under wine, the blocking issue is...

R and ACML
Hin-Tak Leung · Jul 25, 2006 · r-devel

Evan Cooch wrote: > I lie (apparently) - turns out step (7) (below) *did* work. > > OK, so why didn't previous attempts at the problem (i.e., using > LD_LIBRARY_PATH) work? Hmmm.... LD_LIBRARY_PATH affects runtime behavior, ./configure ... affects compile...

Embedded R in C
Hin-Tak Leung · Oct 17, 2005 · r-devel

NGUYEN Truong Hoan wrote: > Hello everyone, > > I would like to call the R functions from the C++ language > interface, for example from a program composed on Microsoft Visual C++. > I have referred the manual Writing R Extensions but i don...

(PR#10379) Re: x11(....) kills R without DISPLAY
Hin-Tak Leung · Oct 29, 2007 · r-devel

Peter Dalgaard wrote: <snipped> > You need x11() with a valid display to trigger the bug: > > [pd at titmouse2 BUILD]$ ssh -Y 192.168.1.10 > pd at 192.168.1.10's password: > Last login: Sat Oct 27 02:40...

Rgnome depends on obsolete components libglade/libxml (PR#8247)
Hin-Tak Leung · Oct 24, 2005 · r-devel

Peter Dalgaard wrote: > hin-tak.leung at cimr.cam.ac.uk writes: > > >>Full_Name: Hin-Tak Leung >>Version: R 2.2.0 >>OS: x86 linux >>Submission from: (NULL) (131.111.126.242) >> >> >>Rgnome depends libglade 0.x and libxml 1...

a couple of small problems with current R devel branch
Hin-Tak Leung · Oct 12, 2011 · r-devel

These are small enough problems with R devel branch yesterday I thought I'll just post here and hope somebody will fix them soon (or may have already been fixed today), rather than filing at the bugzilla. - "R CMD check...

data.frame() size
Hin-Tak Leung · Dec 12, 2005 · r-devel

Prof Brian Ripley wrote: > Data frames have unique row names *by definition* (White Book p.57). Yes - I happened to have the White Book on my desk (not mine...) - indeed, the first sentence on page 57 is (quote verbatim, the...

R_PAPERSIZE and LC_PAPER
Hin-Tak Leung · Apr 21, 2006 · r-devel

Prof Brian Ripley wrote: <snipped> > It does not exist in any system at present (not even mine): just an idea > in my head to represent the default found at configure time. > > In some sense LC_PAPER is set on FC3...

Embedding R
Hin-Tak Leung · Jan 13, 2008 · r-devel

Hmm, you need to read R-exts throughoutly. There are tonnes of information in there, and a few chapters devoted to the topics you are after. As for actual examples - the known GUIs - Rgnome on unix (which AFAIK is no...

core Matrix package segfaulted on R CMD check --use-gct
Hin-Tak Leung · Mar 26, 2011 · r-devel

Current core/Recommended Matrix package (0.999375-48) has been segfaulting against R 2.13-alpha/2.14-trunk for the last week or so (since R-2.13 was branched, when I started trying) when "run with R CMD...

Cross compiler taqrgeting Mac OS X
Hin-Tak Leung · Oct 17, 2005 · r-devel

If it is open-source work, get yourself an account on sourceforge - they have a compile-farm for this sort of purpose, and they have one (or two?), I have used the Mac OS X machine there. This way, at...

rbind/cbind unimplemented for raw (RAWSXP) types. (PR#8529)
Hin-Tak Leung · Jan 27, 2006 · r-devel

Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) rbind/cbind is unimplemented for raw (RAWSXP) types. I have a working patch implementing the functionality, to...

Minumum memory requirements to run R.
Hin-Tak Leung · Jan 23, 2006 · r-devel

Prof Brian Ripley wrote: <snipped> > [About Ncell sizes on 64-bit platforms.] <snipped> > In my build there is a chapter in the HTML manual > > Choosing between 32- and 64-bit builds > > in the top-level contents, and the information is...

curious package behaviors under cross-build and/or between windows/unix
Hin-Tak Leung · Apr 18, 2007 · r-devel

Hi, I have gone back to cross-compiling again, and I have come to two curious issues: (I have native R under linux x86_64 and win32 R under wine) - both 2.4.1: (1) for a pure R package...

sub* assgnment unimplemented for raw (RAWSXP) types. (PR#8530)
Hin-Tak Leung · Jan 27, 2006 · r-devel

Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) Matrix subset assignment and [[<- assignment are unimplemented for raw (RAWSXP) types. I have a working patch implementing...

small issue with over-zealous clean.
Hin-Tak Leung · Dec 14, 2012 · r-devel

--- On Fri, 14/12/12, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > On 14.12.2012 04:15, Hin-Tak Leung wrote: > > --- On Sun, 9/12/12, Dirk Eddelbuettel <edd at debian.org> > wrote: > > > > <snipped> > >> Do you REALLY...

mingw cross compiler binaries available
Hin-Tak Leung · May 28, 2008 · r-devel

snpMatrix (http://bioconductor.org/packages/2.2/bioc/html/snpMatrix.html) is now part of Bioconductor. I use the mingw cross compiler to make the window releases so I made the effort to build the cross-compiler as an rpm...

typo in R-ints
Hin-Tak Leung · Mar 26, 2007 · r-devel

Just been reading R internals, and noticed a typo (duplicate "should") - patch attached, and also pasted below: --- ./doc/manual/R-ints.texi.orig 2007-02-13 10:30:38.000000000 +0000 +++ ./doc/manual/R-ints.texi 2007-03-26 15...

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