[Rd] error with browseURL

2010-09-24 Thread Wincent
CTYPE=Chinese (Simplified)_People's Republic of China.936 [3] LC_MONETARY=Chinese (Simplified)_People's Republic of China.936 [4] LC_NUMERIC=C [5] LC_TIME=Chinese (Simplified)_People's Republic of China.936 attached base packages: [1] stats graphics grDevices utils datasets methods

[Rd] can not built a package

2010-11-01 Thread Wincent
.936 attached base packages: [1] stats graphics grDevices utils datasets methods base -- Wincent Ronggui HUANG (Ph.D.) City University of Hong Kong http://asrr.r-forge.r-project.org/rghuang.html __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] can not built a package

2010-11-02 Thread Wincent
ssage in context: > http://r.789695.n4.nabble.com/can-not-built-a-package-tp3023089p3023170.html > Sent from the R devel mailing list archive at Nabble.com. > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listin

Re: [Rd] [R-sig-ME] Documentation for the glm module in jags/rjags?

2011-04-03 Thread Wincent
It turns out that when I use GUI (file-change dir) to set the working directory, R will crash. If I use setwd() instead, the example runs well. Regards, On 4 April 2011 00:17, Wincent wrote: > OK, I dig into the problem and found that Chinese character in the path > should be blamed.

Re: [Rd] Wishlist: write R's bin path to the PATH variable and remove the version string in the installation dir under Windows

2011-05-03 Thread Wincent
es. > >   -thomas > > -- > Thomas Lumley > Professor of Biostatistics > University of Auckland > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Wincent Ronggui HUANG Sociology

[Rd] Warning: changing locked binding for ...

2011-09-29 Thread Wincent
other attached packages: [1] RQDA_0.2-1 RSQLite_0.9-4DBI_0.2-5 gWidgetsRGtk2_0.0-76 gWidgets_0.0-46 loaded via a namespace (and not attached): [1] RGtk2_2.20.17 tools_2.14.0 -- Wincent Ronggui HUANG Sociology Department of Fudan University PhD of City University of Hong Kong

Re: [Rd] Warning: changing locked binding for ...

2011-09-29 Thread Wincent
Duncan, thanks very much. Yet, I don't recall I attempt to change any thing in the gWidgetsRGtk2. Is there a way to trace what part of the code is trying to do so? Thanks. Wincent On 30 September 2011 01:01, Duncan Murdoch wrote: > On 29/09/2011 12:44 PM, Wincent wrote: >> >

[Rd] nobs.glm

2012-04-24 Thread Wincent
req, data = housing) > house.logit <- glm(I(Sat=='High') ~ Infl + Type + Cont, binomial,weights = > Freq, data = housing) > nobs(house.plr) [1] 1681 > nobs(house.logit) [1] 72 -- Wincent Ronggui HUANG Sociology Department of Fudan University PhD of City University of Hong

Re: [Rd] nobs.glm

2012-04-25 Thread Wincent
e: > On 24/04/2012 14:36, Wincent wrote: >> >> Hi all, >> >> The nobs method  of (MASS:::polr class) takes into account of weight, >> but nobs method of glm does not. I wonder what is the rationale of >> such design behind nobs.glm. Thanks in advance. Best Regar

[Rd] bug in R version 2.15.0 (2012-03-30)?

2012-05-18 Thread Wincent
The returned text by license() says, This can be displayed by RShowDoc("COPYING.LIB"), or obtained at the URI given. However, > RShowDoc("COPYING.LIB") Error in RShowDoc("COPYING.LIB") : document not found Also, is URI a typo of URL? -- Wincent Ronggui HU

[Rd] possible bug in "R Editor"

2012-05-30 Thread Wincent
mplified)_People's Republic of China.936 [4] LC_NUMERIC=C [5] LC_TIME=Chinese (Simplified)_People's Republic of China.936 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.15.0 -- Wincent Ronggui

Re: [Rd] possible bug in "R Editor"

2012-06-01 Thread Wincent
appropriately even the file path contains wide characters. Best Ronggui On 1 June 2012 00:50, Prof Brian Ripley wrote: > On 31/05/2012 07:04, Wincent wrote: >> >> Dear all, >> >> I clicked "File-New Script" to open a R Editor, typed some commands in >> it a

[Rd] How to locate a file quickly

2012-12-09 Thread Wincent
. -- Wincent Ronggui HUANG Sociology Department of Fudan University PhD of City University of Hong Kong http://homepage.fudan.edu.cn/rghuang/cv/ [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman

[Rd] How to enable core dump?

2010-04-09 Thread Wincent
exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 1 aborting ... Segmentation fault When I select 1, there is still no saved core dump. I guess because it is not enabled. May I ask how to enable this option? Thanks. -- Wincent Rong-gui HUANG Doctoral Candidate Dep

Re: [Rd] How to enable core dump?

2010-04-09 Thread Wincent
On Fri, 9 Apr 2010, Wincent wrote: > > Dear all, I encountered a core dump like this, >> > > Or it seems, *no* core dump! > > > (R:24072): Gdk-CRITICAL **: gdk_drawable_get_display: assertion >> `GDK_IS_DRAWABLE (drawable)' failed >> >> *** caugh