Displaying 20 results from an estimated 1100 matches similar to: "random number generator: same seed used in different sessions"
2005 Apr 18
2
when can we expect Prof Tierney's compiled R?
I am excited to learn that Prof. Tierney is bringing to us compiled R.
I would like to learn when it will be available. This information will
be useful in scheduling some of my projects. Thanks.
Jason
Jason Liao, http://www.geocities.com/jg_liao
Dept. of Biostatistics, http://www2.umdnj.edu/bmtrxweb
University of Medicine and Dentistry of New Jersey
683 Hoes Lane West, Piscataway‚ NJ 08854
2006 May 10
3
new package error message
My coauthor made a new R package GeneLogit (100% R code) which installs
ok on R 2.3 on Windows. But when I type
library(GeneLogit)
it gave the error message
Error in library(GeneLogit) : 'GeneLogit' is not a valid package --
installed < 2.0.0?
It runs on R 1.9.0 just fine. It seems that others have encountered
same problem but no solution is found by googling
How can I fix this
2005 Oct 10
2
Help page links to index.html are dead (PR#8196)
Full_Name: Kevin Wright
Version: 2.2.0
OS: windows
Submission from: (NULL) (66.185.0.208)
On the help pages for R is a little circle with an up arrow that links to:
file:///C:/R/R220/doc/html/index.htmlu
This link is dead. I suspect the link should be:
file:///C:/R/R220/doc/html/rwin.html
P.S. It should be obvious, but just in case, I have R installed at
c:/R/R220
2010 Jun 15
0
[LLVMdev] Question on X86 backend
Thanks Cristoph, I have that code in my backend, but unless I do the following, the registers are never considered 'live' into the call.
/ Handle a function call
let isCall = 1,
Defs = [
R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31,
R32, R33, R34, R35, R36, R37, R38, R39, R40, R41,
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2002 Oct 24
2
Size Discrepancy between source and destination
I have two identical disks /dev/sdb1 == source
/dev/sdc1 == dest
When I rsync the source -> dest
rsync -a /tree2/ /tree2m
the destination size id considerably larger.
/dev/sdb1 17654736 6513064 10244848 39% /tree2
/dev/sdc1 17654736 7691192 9066720 46% /tree2m
When I look down into the directories I find the following
/tree2 ... SOURCE
[root]# du -sk
2000 Mar 31
1
OpenSSH's ssh daemon and X11 event forwarding
I just installed OpenSSH under Solaris 7. It seems to work. However,
when I connect to it using a PC running F-Secure SSH, I notice that the
DISPLAY variable is not set, as it is when I use the same PC software to
connect to other systems supporting SSH. How do I know whether or not
tunneling of X windows traffic through ssh is happening or not? Is
there anything special you have to do to get
2004 Sep 08
1
64 bit R slower than 32 bit R on Sun Sparc Solaris?
Hello, everyone! I guess no one is still using R on Sun Sparc these
days. But our department has a (pretty new) two-CPU Sun server. We
recently compiled R as a 64 bit application and expected a performance
boost. But it runs 25-30% slower than the 32 bit version of R. Anyone
knows why this is so? Thanks!
Jason
=====
Jason Liao, http://www.geocities.com/jg_liao
Dept. of Biostatistics,
2016 Apr 06
2
Best timing source?
On 4/5/16 3:17 PM, Joshua Colp wrote:
> Carlos Chavez wrote:
>> I am currently having a voice quality problem with one of our Asterisk
>> servers. We have checked the network and we have found no problems that
>> could cause the voice to sound cracked and with small interruptions. I
>> am looking at the timing source for Asterisk and it is currently using
>>
2006 Jan 09
2
paste tab and print
Dear all,
info = paste('a', 'b', sep='\t')
print(info , quote=F)
doesn't produce the same result with R201 and R220
(under Windows2000)
R 2.0.1 : [1] a b
R 2.2.0 : [1] a\tb
I did read the CHANGESR220 file and tried also the search
engine but couldn't find an answer.
I certainly missed the point, and apologize about that.
So if somebody could tell me how to
2010 Aug 09
1
build.pl in building library with Rtools211
Dear all,
As I couldn't find any thread on the internet I hope the help-list might help me out.
I've tried to update Rtools from R210 used in combination with R2.9.1 to R211 in combination with R2.11.1. However, I do not succeed.
I have R2.11.1 running, as well as Inno Setup 5, HTML help and MikTex. A version of Perl is installed too. Environment variable paths are set to link to these
2007 Mar 15
1
How to use result of approxfun in a package?
I am working on a project where we start with start with 2 long,
equal-length vectors, massage them in various ways, and end up with a
function mapping one interval to another. I'll call that function
"f1." The last step in R is to generate f1 as the value of the
approxfun function. I would like to put f1 into a package, but
without having the package redo the creation of
2013 Jun 04
3
Centos6.4 routing problem
dear All,
I'm facing this routing problem, the setup is actualy part of ltsp, but
I think this problem is Centos-specific.
The server is a Dell Poweredge R210. The install is standard 6.4, updated.
I have one nic facing the public internet:
vi /etc/sysconfig/network-scripts/ifcfg-em1
DEVICE=em1
BOOTPROTO=none
HWADDR=d4:ae:52:c1:28:2b
NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
2010 Jun 08
21
My future plan
My future plan currently looks like this for my VPS hosting solution, so any feedback would be appreciated:
Each Node:
Dell R210 Intel X3430 Quad Core 8GB RAM
Intel PT 1Gbps Server Dual Port NIC using linux "bonding"
Small pair of HDDs for OS (Probably in RAID1)
Each node will run about 10 - 15 customer guests
Storage Server:
Some Intel Quad Core Chip
2GB RAM (Maybe more?)
LSI
2001 Apr 17
2
setting up printers with Samba and Windows NT workstation
Hello all.
I'm a samba newbie given the task of setting up samba to act as a print
server for 5 HP laser printers ranging from the LaserJet 4MV to the
LaserJet 8150N. I've done a search of the samba mailing list archives to
see if my problem has already been addressed, but I have been unable to
find anything that refers to the same error I'm receiving. I am using SWAT
to administer
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested
2006 Jan 12
1
XP to Samba printer access delay
Hi all,
I've got a question, may be somebody can help me:
1. I've got a printer (Epson Stylus Photo R220)
2. Attached to Linux box via usb (Mandriva 2006+)
3. Configured with cups (cups-1.2.0-0.4892.1mdk)
4. Shared with samba (samba-server-3.0.21a-1mdk), user - tried guest and
real linux user
5.On WinXP native driver install from CD (later updated from Espon site)
6.From WinXP I can see
2004 Jan 06
0
Boost Protein Expression by Codon Optimization
Dear Colleague,
Happy New Year!
As we know, codon preference among different species could be dramatically different. To enhance the expression level of a foreign protein in a particular expression system (E.coli, Yeast, Insect, or Mammalian cell), it is very important to adjust the codon frequency of the foreign protein to match that of the host expression system. One classic example is GFP
2008 Jun 04
2
request for procedure to rebuild distribution
Hi,
Where can I find the automated procedure to rebuild the CentOS distribution?
I'd like to optimize for the AMD barcelona.
Thank you,
Kevin
--
Kevin C. Abbey
System Administrator
Rutgers University - BioMaPS Institute
Piscataway, NJ 08854
2008 Jul 29
0
vendors that can supply CentOS pre-installed
Hi,
I am looking for a vendor that can supply CentOS pre-installed on hardware as follows.
_____________________________
Phenom AMD X4 processor
8 Gb of memory
250Gb HD or better
dual-layer DVD writer
reasonably good graphics card
_____________________________
Please reply with a link to a list of vendors or anactual list and their contact info.
Thank you,
Kevin
--
Kevin C. Abbey