Displaying 20 results from an estimated 4000 matches similar to: "R-beta: 0.61.1 "if else" parse bug?"
1997 Dec 12
3
R-beta: R-0.60.1 on hpux10.2
Hello R-helpers,
I tried to do "make test" , and it is failing:
data()
Error: stack overflow
?data
Error: Stack overflow
data(rivers)
Error: incorrect tag type
R also initially it balked at:
apropos("\\\\[")
So, I skipped it :-)
This stuff is working on R-0.50-a4 that I have.
Anyone built R-0.60.1 on hpux??
Best regards,
Osman
1998 Mar 20
1
mail-archive place?
I tried ftp://stat.math.ethz.ch/pub/ ? as well as http://stat.math.ethz.ch,
but can't get there?? Where is the mail archive place??
TIA,
Osman
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
1998 Mar 18
1
R-0.61.2 and March 17 snapshot
I just built 0.61.2 on an hpux-10.2 system. WHen I do a demo I am getting :
> data(quakes)
[1] "quakes"
Warning: invalid 'cutoff' for deparse, used default
Every statement seems to trigger this response. I also built the march17
snapshot and it does not have this behavior.
March 17 snapshot has one problem that I noticed: when I built a contributed lib
with data, and if
1998 Jan 27
1
R-beta: survival4
Hmm... I have the same problem on hpux10.20. I put the additional libs into a
subdir called contrib, and R INSTALL from there. I have R-0.61.1 Alpha Dec21
1997. Without restored data they work OK.
Osman
> ----------
> From: Goran Brostrom[SMTP:gb at stat.umu.se]
> Sent: Tuesday, January 27, 1998 3:07 AM
> To: r-help at stat.math.ethz.ch
> Subject: R-beta: survival4
>
>
2005 Nov 08
3
Agent Call Recording
When recording inbound agent calls, if the queues use agent members
(Agent/6000), we can get the calls recorded as agent-xxxx.yyyy.zzzz.gsm
where xxxx is the agent number. However, if the queues use phone members
(SIP/6000), the recorded filename is simply yyyy.zzzz.gsm. Is there any
way of making the recorded file either agent-xxxx or even sip-xxxx where
xxxx is the extension number.
I had
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers,
I was wondering if anyone is porting S lib packages for design of experiments:
conf.design, glim, graff(all from statlib)? I was able to change the format of S
packages into R (including docs). In conf.design, by W. Venables, sort.list
function is missing from R. I just put sort.list <- sort, but I got more error
messages. Before doing more work, would like to know if this
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers,
I was wondering if anyone is porting S lib packages for design of experiments:
conf.design, glim, graff(all from statlib)? I was able to change the format of S
packages into R (including docs). In conf.design, by W. Venables, sort.list
function is missing from R. I just put sort.list <- sort, but I got more error
messages. Before doing more work, would like to know if this
2007 Nov 21
1
Help Required in using cast (reshape package) function
Hello everyone,
I am new to R. I have data in the form of excel pivot table format and I
want to cast it into a format which can make it compatible with
computation.
Since I already have the package in pivot format; I avoid melt function
and use the cast directly.
I inspect the
dataread <- read.csv(".....", header=TRUE)
Data in the format
Id Region Country Industry
2012 Jun 01
4
Adding a column into the file
Dear all,
I have a lot of problems on R-programming.
for example
my csv. file is ..
Date wrfRH wrfsolar wrfwindspeed wrfrain wrftd wrfta
21/10/2010 92.97 22.11 53.27 0 1546.337861 61.00852664
22/10/2010 87.35 21.99 40.89 0 1300.408288 62.85352227
23/10/2010 88.38 21.71 28.04 0.01 1381.768284 54.80594493
24/10/2010 92.32 15.45 22.38 0.51 1113.90981 39.46573663
25/10/2010 93.42
2006 Jun 13
2
No incoming sip calls
Hi folks - I've recently returned to asterisk after an eighteen month break.
I've two sip providers - gradwell in the UK (inbound and outbound)
and talklite in the US (outbound only).
I've managed to get outbound dialing working but am not receiving any
calls from gradwell.
I've included my sip.conf and extensions.conf as well as the output
from tethereal. When a call is placed
2007 Feb 23
11
Problems getting mongrel service working
Hello list!
I have mongrel service 0.1.0 working on my current production machine.
Upgrading to a new server and also moving to mongrel service 0.3.1
has not worked yet. I am hoping someone will have an idea as to why.
I have mongrel installed properly (I think):
C:\rails\igacc>gem list --local
*** LOCAL GEMS ***
...
mongrel (1.0.1)
A small fast HTTP library and server that runs
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
1998 Nov 16
2
0.63 missing .pl files in etc?
Just grabbed the R-0.63.tar.gz from CRAN. Again during the build make
fails. bin/build-help did not have exec permissions. After that, it
failed for missing *.pl files called from build-help. I just copied
them from an R-devel I had. Then make docs worked. However,
LibIndex was not built. I am on an hpux-pa1.1-hpux-10.20 using egcs:
gcc version egcs-2.92.18 19981101 (gcc2 ss-980609 experimental)
1999 Jun 06
2
problem in make for R-devel and R-release
Hello,
I just got R-devel june3. My machine is SuSE linux 6.1 pent2 with 64M Ram.
Configure goes well, but make stops and complains install-sh is not found in
tools. There is no "tools" directory! After looking around I found that "aux"
has those files and did sym link. Make worked.
The same problem is also present the R-release bundle.
Cheers,
Osman
2008 Dec 15
5
pci passthrough under xen-3.3 without VT-d
Hi all!
I''m hoping someone here might be able to help. I''m familiar with several UNIX''es, though farily new to Linux...
I''m running RHEL 5.2. I''ve got the RHEL kernel headers installed, etc, and compiled xen-3.3.
Once that was built, I rebuilt libvirt, etc, the kernel, and all the modules. The whole mess boots and runs fine... mostly.
My hardware
2005 Jun 08
1
assertion failed -0.99 -> 1.0-stable
Hello Timo,
I've upgraded from dovecot-0.99 to dovecot-1.0-stable (the 2005-05-09
version) on FreeBSD 5.4 and encountered the following problems
(problem #4 (assertion failed) made me downgrade back to
dovecot-0.99...) :
1. mbox sync: UID inserted in the middle of mailbox /var/mail/gopauld
(5230 > 4407)
--> OK, that's documented on the Wiki, not a real problem
2. imap(cxxx):
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello,
I just pulled the patched release:
R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2
I am having dynamic library load problems. I configured with:
./configure --prefix=/home/absd00t/local --with-readline --with-x
After changing etc/Makeconf to take -lblas out of libs (the blas
library provided by the system is not a shared library), system was
built without any interruptions.
2009 Aug 11
1
reading heterogeneous CSV
Greetings, all.
I've got a datafile I've been working with that has an ideosyncratic,
heterogeneous format. It's grossly like:
[...]
DISKREAD,metadata about disks
MEM,metadata about memory
ZZZZ,observation-identifier,time,date
DISKREAD,observation-identifier,data about disks
MEM,observation-identifier,data about memory
[ and repeat for each observation ]
What I've done in
2002 Mar 26
4
Can't print duplex
I am trying to switch over to the new "style" of printing, but when I
do, I loose the ability to print duplex.
I have two servers. The old one (spike) is setup as a file server, etc.
and the print services date back to the early 2.0 days. It is currently
running 2.2.2 with the original printer setup. The printing
works ok with this server. People can print using features of the
2007 Jul 16
1
Dict-server mysql module error
hi all
when i setup plugin quota by quota = dict: mysql:/etc/quota-dict.conf i get
the folowing error:
deliver(zzzz at zzzz.zz): Unknown dict module: mysql
deliver(zzzz at zzz.zz): dict quota: dict_init() failed
quota-dict.conf:
connect = host=localhost dbname=zzzz user=zzzz password=zzzz
table = mailbox
select_field = quota
where_field = maildir
username_field = username
dovecot.conf:
#