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”

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

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.x . They are no longer shipped with Redhat EL4. (I know they...

sub returns garbage (PR#8687)
Hin-Tak Leung · Mar 24, 2006 · r-devel

Peter Dalgaard wrote: <snipped> > I claim XP braindamage -- I'm not Linuxifying my new ThinkPad until > FC5 is out. > Rather irrelevant, I have been running FC5 since Tuesday afternoon. $ cat /etc/fedora-release Fedora Core release 5 (Bordeaux) FC5 came...

gctorture() and gzfile() doesn't get along.
Hin-Tak Leung · Oct 15, 2011 · r-devel

Found the simpliest way of seeing I bug I encountered doing "R CMD check --use-gct": Just launch R (with --vanilla), and do this: > ?gctorture # this work > gctorture() > ?gctorture Error in gzfile(file, "rb") : can only weakly reference/finalize reference...

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

FWIW, this is the final outcome: Chinese, Tibetan, Arabic, Liangshan Yi (basically Chinese + 3 other languages used in Nw and Sw china). Arabic is interesting, it using a right-to-left layout - and it works in R graphics. http://sourceforge...

wine and build difference between R.2.4.0 and R 2.4.1 windows binaries?
Hin-Tak Leung · Jan 10, 2007 · r-devel

Does anybody (most probably the core team) know if there is any difference in how the official 2.4.0 and 2.4.1 binaries are built? Problem is, 2.4.0 loads with the wine (I tried a few...

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

Kurt Hornik wrote: <snipped> > Definitely a problem in Rdconv. > > E.g., > > $ cat foo.Rd > \description{ > \eqn{{A}}{B} > } > hornik at mithrandir:~/tmp$ R-d CMD Rdconv -t latex foo.Rd | grep eqn > \eqn{{A}}{A}{{B} > > shows what is going...

mingw-cross with R 2.4.x Re: wine and build difference between R.2.4.0 and R 2.4.1 windows binaries?
Hin-Tak Leung · Jan 16, 2007 · r-devel

Hin-Tak Leung wrote: <wine failed to load mingw 3.11 compiled R 2.4.1> > The issue is filed as http://bugs.winehq.org/show_bug.cgi?id=7181 One of the main wine developers, Alexandre Julliard, closed the...

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

Marc Schwartz wrote: > On Thu, 2006-04-20 at 20:56 +0100, Prof Brian Ripley wrote: <snipped> >> gannet% locale -ck LC_PAPER >> LC_PAPER >> height=297 >> width=210 >> paper-codeset="ISO-8859-1" > BTW, on my FC4 system: > > $ locale -ck...

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

--- On Sun, 9/12/12, Dirk Eddelbuettel <edd at debian.org> wrote: <snipped> > Do you REALLY think svn would not know about missing > files?? There does not > seem to be a limit on the disdain for svn among git users...

AIX testers needed
Hin-Tak Leung · May 21, 2007 · r-devel

Jason Barnhart wrote: > Thank you for responding. > > I should have added -a on my ulimit command. Here are its results; > which I believe are not the limiting factor. > > %/ > ulimit -a > core file size (blocks, -c) 1048575 > data seg size (kbytes...

Microsoft help files
Hin-Tak Leung · Oct 26, 2005 · r-devel

Gabor Grothendieck wrote: > I wonder if the software here: > > http://morte.jedrea.com/~jedwin/projects/chmlib/ > > or at any of the links on that page might allow elimination of the > need for separately downloading the Microsoft Help compiler -- > which is...

FYI cairo/freetype issues affecting cairo_pdf ; & using non-English in R code.
Hin-Tak Leung · Jan 17, 2013 · r-devel

Affecting cairo 1.11.2+ and most versions of freetype. https://bugzilla.redhat.com/show_bug.cgi?id=891457 The initial problem was seen with R Sweave, but eventually traced back to cairo then onto freetype (comment 10, 13 and...

R, Wine, and multi-threadedness.
Hin-Tak Leung · Oct 13, 2005 · r-devel

Marc Schwartz (via MN) wrote: <snipped> > If you are so motivated, you might consider subscribing to and > contributing to the R-SIG-GUI list: > > https://stat.ethz.ch/mailman/listinfo/r-sig-gui Another poster has suggested JGR. Don't...

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

--- On Thu, 7/4/11, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > ???? But? the prerelease version of R-2.13.0 > *contains* already > Matrix_0.999375-49? the one you claim has the bug. > > [[and you still haven...

R CMD check scans git objects (PR#13182)
Hin-Tak Leung · Oct 20, 2008 · r-devel

Full_Name: Hin-Tak Leung Version: 2.8.0 OS: fedora 9 x86_64 linux Submission from: (NULL) (81.101.130.174) I use git-svn to work with bioconductor's svn. (git is a much better svn client than...

gctorture() and gzfile() doesn't get along.
Hin-Tak Leung · Oct 15, 2011 · r-devel

--- On Sat, 15/10/11, Hin-Tak Leung <htl10 at users.sourceforge.net> wrote: > Found the simpliest way of seeing I > bug I encountered doing "R CMD check --use-gct": Just launch > R (with --vanilla), and do this: > > > ?gctorture > # this...

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

Noticed a problem for a while - tests/testit.Rd, tests/ver20.Rd are removed on "make clean" unintentionally. This seems to come from a change in tests/Makefile.in, which adds the line: - at rm -f *.tar.gz *.Rd back...

gctorture() and gzfile() doesn't get along.
Hin-Tak Leung · Oct 15, 2011 · r-devel

--- On Sat, 15/10/11, Simon Urbanek <simon.urbanek at r-project.org> wrote: > Thanks, now fixed. It affected almost > all connections. > Simon Many thanks. Hopefully having gctorture() working would help - am having heap corruption problems and valgrind aborts :-). > On...

path autocompletion in 2.5.0
Hin-Tak Leung · Apr 26, 2007 · r-devel

Read release note of 2.5.0. It is mentioned there. Ernest Turro wrote: > Hi, > > R 2.5.0 isn't auto-completing paths properly as it used to. E.g. > suppose I have: > > > dir("CEL/choe") > [1] "chipC-rep1...

Cross compiling with R250
Hin-Tak Leung · Apr 30, 2007 · r-devel

Prof Brian Ripley wrote: > Have you actually tried this recently? If you don't set R_EXE you get > a fatal error: > > ---------- Making package base ------------ > adding build stamp to DESCRIPTION > /bin/sh: I failed to read the instructions to set...

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