search for: xiong

Displaying 20 results from an estimated 46 matches for "xiong".

Did you mean: xing
2004 Jul 07
6
text editor for R
Hi, What is the best text editor for programming in R? I am using JEdit as the text editor, however, it does not have anything specific for R. It will be nice to have a developing environment where the keywords are highlighted, plus some other debugging functions. Yi-Xiong [[alternative HTML version deleted]]
2004 Apr 03
6
memory limit problem
...XP professional with 2G memory? I have tried "C:\Program Files\R\rw1081\bin\Rgui.exe" --max-vsize=1400M but I only get only 500MB for R actually. I also tried memory.limit(2^30) in R and got error of: Error in memory.size(size) : cannot decrease memory limit Yi-Xiong [[alternative HTML version deleted]]
2004 Mar 05
6
qnorm(2) ends with segmentation fault (PR#6648)
Full_Name: Xiong Guanglei Version: 1.8.1 OS: Linux Submission from: (NULL) (202.38.103.50) qnorm(x) when x>1.0
2002 Aug 01
6
update() can not find objects (PR#1861)
Full_Name: Yi-Xiong Zhou Version: 1.5.1 OS: win2000pro Submission from: (NULL) (64.169.249.42) Update() can not find objects when it is used in a function, which is in turn being called by another function. Here is a R script to show the problem: ######## begin of the test script ########## fun1 <- function() {...
2018 Jun 22
2
Q: how can I request to add an upstream patch to resolve a core dump issue?
UPDATE: It turned out QEMU still dumped core with that patch applied. That said, I'm still interested to know how to report issues with QEMU from centos-virt repo. Thanks, Ray > -----Original Message----- > From: Xiong, Huan > Sent: 2018?6?22? 11:12 > To: 'centos-virt at centos.org' <centos-virt at centos.org> > Subject: Q: how can I request to add an upstream patch to resolve a core > dump issue? > > Hi, > > The latest version of QEMU (qemu-kvm-ev-2.10.0-21.el7_5.3.1) from...
2012 Nov 27
0
[ wxruby-Bugs-29673 ] no matching architecture in universal wrapper
.../rubyforge.org/tracker/?func=detail&atid=218&aid=29673&group_id=35 Category: Installer problems Group: current Status: Open Resolution: None Priority: 3 Submitted By: tiger zen (puti313) Assigned to: Nobody (None) Summary: no matching architecture in universal wrapper Initial Comment: xiong-kuheimatoMacBook-Air:~ hotpig$ ruby /Users/hotpig/RubymineProjects/wxruby/first_window.rb /Library/Ruby/Gems/1.8/gems/wxruby-1.9.3-universal-darwin/lib/wxruby2.bundle: dlopen(/Library/Ruby/Gems/1.8/gems/wxruby-1.9.3-universal-darwin/lib/wxruby2.bundle, 9): no suitable image found. Did find: (LoadE...
2002 May 09
4
copy a large volume of data from PC to samba server
Hi there, Is there someone over there knows a method or script that can copy a large volume of data (in folders) from PCs to a samba server (suppose there is enough space there)? I know using smbclient or smbtar can backup data on PCs to samba server, but it is written in tar files.I wonder whether this method can handle a large folder, say, in 10GB size. Also, using smbclient with mget and
2014 Jan 15
3
Advice in Time Sync
Dear all, I would need some advice as I am a beginner in CentOS. The question is as follows: How to set up timing if NTP was block by ISP? I have try many way such as link the timezone , getting from the hardware clock.However , it is not the solution. Please advice. -- Regards, Ku Wei Xiong 0166365831
2004 Mar 06
3
as.matrix(1:10,nrow=1) not work (PR#6650)
Full_Name: Xiong Guanglei Version: 1.8.1 OS: Linux Submission from: (NULL) (202.38.103.50) > as.matrix(1:10,nrow=1) Error in as.matrix(1:10, nrow = 1) : unused argument(s) (nrow ...)
2002 Jun 28
2
writing a R package
...There is an R-ex directory, which has all the .R files, which should be in the R directory according to the manual. Supprisingly, in the R directory, there is a text file without file extension of .R, which has all the R functions. Could you help me to solve this puzzle? I am lost. Thanks. Yi-Xiong -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat...
2018 Jun 22
0
Q: how can I request to add an upstream patch to resolve a core dump issue?
2018-06-22 9:26 GMT+02:00 Xiong, Huan <huan.xiong at hxt-semitech.com>: > UPDATE: It turned out QEMU still dumped core with that patch applied. > > That said, I'm still interested to know how to report issues with QEMU > from centos-virt repo. > You can open a bug on https://bugzilla.redhat.com/enter_bu...
2012 Feb 21
1
How to download all packages and then install
...outside...But I need R to be installed on the machine.... The only way available, so far as I know, is to download all the packages first and then copy to the machine and finally install them locally... But how can I download all the packages instead of using the install.packages(....) ? Thanks Xiong [[alternative HTML version deleted]]
2007 Jun 07
2
reading BMP or TIFF files
I realize that this question has been asked before (2003); From: Yi-Xiong Zhou Date: Sat 22 Nov 2003 - 10:57:35 EST but I am hoping that the answer has changed. Namely, I would rather read the BMP (or TIFF) files directly instead of putting them though a separate utility for conversion as suggested by, From: Prof Brian Ripley Date: Sat 22 Nov 2003 - 15:23:33 EST...
2005 Jun 22
2
PCA and MDS
Dear All, I am not familar with R. I want to use PCA (principal components analysis) and MDS (multidimensional scaling). Can someone tell me which R package I should use for PCA and MDS? I appreciate your help in advance. Ray
2005 Jun 03
3
p-value > 1 in fisher.test()
The following contingency table generates p-value > 1 from fisher.test() ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value Sean [[alternative HTML version deleted]]
2005 Jun 03
3
p-value > 1 in fisher.test()
The following contingency table generates p-value > 1 from fisher.test() ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value Sean [[alternative HTML version deleted]]
2013 Jul 09
20
[PATCH 1/1] xen/netback: correctly calculate required slots of skb.
When counting required slots for skb, netback directly uses DIV_ROUND_UP to get slots required by header data. This is wrong when offset in the page of header data is not zero, and is also inconsistent with following calculation for required slot in netbk_gop_skb. In netbk_gop_skb, required slots are calculated based on offset and len in page of header data. It is possible that required slots
2008 Jul 23
14
[Bug 16815] New: losing fonts in gnome-terminal and other font weirdnesses
http://bugs.freedesktop.org/show_bug.cgi?id=16815 Summary: losing fonts in gnome-terminal and other font weirdnesses Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2008 Jul 21
14
[Bug 16792] New: modesetting on NV86: text mode goes blank, machine freeze on gdm stop
..."nouveau modeset=1". At this moment, the screen turns blacks but the machine does not freeze. From a SSH, I can start gdm and it seems to work, though the screen is still black. When trying to stop gdm, the machine is freezing. After X start I had many of these lines: Jul 21 15:48:36 xiong kernel: [ 605.062180] [drm] PGRAPH_ERROR - nSource: PROTECTION_ERROR, nStatus: Jul 21 15:48:36 xiong kernel: [ 605.062APH_ERROR - Ch 2/0 Class 0x502d Mthd 0x08dc APH_ERROR - Ch 2/0 Class 0x502d Mthd 0x08dc Data 0x00000000:0x00000000 (Yeah, I was told not to use the debug option, I typed too fast...
2007 Jul 04
1
[Bridge] How many interfaces within one bridge
Dear Sir or Madam: I just wondered how many interfaces at most can be added into one Linux Bridge. Thanks! Best Regards, Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was scrubbed... URL: