similar to: file.copy() problems on WinNT (PR#1085)

Displaying 20 results from an estimated 3000 matches similar to: "file.copy() problems on WinNT (PR#1085)"

2000 Sep 21
2
No subject
Dear R-friends, i just look at http://www.statistik.uni-dortmund.de/leute/ligges.htm to download scatterplot3 and saw a write and read wav-files library. So i wondered if R can play wav-files. This would be very practical, espacially when you do some long computations. If not, can R play a system beep or something like that? Thanks, Thomas
2008 Nov 21
3
write every element of a variable into a separate text-file
Hello, what I want to do, is, to write every element of a variable into a separate text-file automatically: My Variable: > wull [1] "Hallo Leute, wie gehts denn euch seid ihr noch alle..." [2] "Is their anyone how can help me with..." [3] "mann, mann, mann... das nervt aber.." [4] "how are you littele strange tiger..."
2004 Mar 25
2
imap indexing error when moving multiple mails
Hi, I've got an 'interesting' problem with a dovecot 0.99.10.4 setup on NetBSD/i386 1.6ZK. dovecot is serving imap only at the moment, using mbox format mailboxes. '/etc/dovecot.conf' is pretty vanilla - among the modified settings, mail_read_mmaped = yes maildir_check_content_changes = yes mbox_lock = fcntl could be relevant. Anyway - from time to time when I move a
2000 Mar 23
1
3D-Scatterplot
If someone is interested in 3D-scatterplots, have a look at http://www.statistik.uni-dortmund.de/leute/ligges.htm Regards, Uwe Ligges -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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
2001 Feb 15
3
who frees dd and xd in X11_Open?
Hi, I'm not sure this is a bug in the code, the comment or my thinking. So first try goes to r-devel... I find the following comment in X11_Open () (src/unix/X11/devX11.c): /* if we have to bail out with "error", then must free(dd) and free(xd) */ A couple lines down, there is: if (!strncmp(dsp, "png::", 5)) { FILE *fp; #ifndef HAVE_PNG error("No png support
2000 Apr 18
4
R : 3D graphics
I am looking for a package that allow to plot 3D set of points (x, y, z) ? Can someone help me to find it ? thank for help anne -- Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr Equipe de Bioinformatique Mol?culaire, Universite Paris 7 Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14 75251 Paris cedex 05 Fax : 01.43.26.38.30 -------------- next part
2003 Nov 06
3
Translation samba 3 how to in german, Übersetzung des Samab 3 How to ins deutsch
Hallo Leute, ich m?chte gerne die Samba Doku ins deutsch ?bersetzen. Ich arbeite schon lange mit Samba und denke es w?re kein ?berm?ssiger Aufwand. Da ich Samba aber meist als Pdc benutze bin ich mit einigen Features technisch nicht so vertraut. ( samba und ldap an einem win server etc ) Ich w?rde mich freuen wenn einige Deutsche mitmachen w?rden damit wir uns technisch und gramatikalisch
2010 Mar 05
2
[PATCH] R ignores PATH_MAX and fails in long directories (PR#14228)
Full_Name: Murray Stokely Version: 2.10.1 OS: Linux Submission from: (NULL) (216.239.45.4) The Defn.h header includes limits.h for PATH_MAX and then checks if it hasn't been defined and if not sets something manually. Some of the R code uses PATH_MAX but a lot of other functions in unix/sys-unix.c and main/startup.c just hardcodes a limit of 256 characters. In my environment this is not
2009 Jun 17
3
[GERMAN - ENGLISH] Wine can not started the Game (Dragonica)
Hallo Leute :) Ich bin sehr neu in der Linux Branche und sto?e zu anfang direkt an meine grenzen. Wine startet alle meine Windows Programme einwandfrei.. ausser das spiel was ich in meiner freizeit spiele wenn ich mal nicht rausgehe und mal langeweile habe. Das spielt nennt sich Dragonica. Ich benutze Ubuntu 9. Der Patcher startet erfolgroch. nachdem ich das spiel starte.. ?ffnet sich dieses
2003 Feb 08
3
Bug moving file over link?
Can someone explain to me what is happening here: ~ $ touch foo ~ $ ln foo bar ~ $ ls foo bar bar foo ~ $ mv foo bar ~ $ ls foo bar bar foo I try to move a file over a hard linked copy of itself and the move fails, but there is no error. Is this the intended behavior? -- Ben Escoto
2001 Sep 27
2
ugly in plotmath: frac(1, sqrt(...)) (PR#1101)
Sometimes (dependent on device and settings of 'cex' and 'lwd') the line of a square root symbol plottet in the denominator of a fraction appears to be in or above the line of the fraction. Examples: ### Choose one of these: # pdf("test.pdf", height=6, width=8) # bmp("test.bmp", width=1100, height=800, pointsize=12) # bitmap("test.tif",
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
Hello useRs, I have a question regarding the function Dotplot from the Hmisc package: I want two things: 1) confidence intervals around the dots 2) some additional "annotation" points plotted in the graphic I can easily achieve (1) by constructing an appropriate object with Cbind. But for (2) when I use the panel=function argument the confidence intervals of the original plot are gone.
2010 Jan 21
2
about loops
Hello ! I have a quick question about loops. For example, I have a 1 * 1 square and its inscribed circle tangent i, whose radius, of course, is also 1. The loop here is as the following: generate n points, say 5, in the square randomly repeatedly until we have five in total in the circle, then we stop, otherwise we continue. I do not know how ! Help me Please ~ Thank you very much for
2010 Jan 20
3
question on runif
Hello! I have a question on uniform distribution. I want to plot n, say 20, points, uniformly distributed, in a circle, with radius=0.1 and center,say, (0.4, 0.8) I do not know how~ Thank you for your time. Yours Wolfgang Amadeus [[alternative HTML version deleted]]
1999 Nov 04
1
R_OpenSiteFile: Do not use a null ptr as filename in fopen (PR#312)
I get crashes when I call R without any arguments and having no environment variables R_PROFILE and RPROFILE. The reason is, that in unix/sys-common.c in R_OpenSiteFile() fopen is called with a null ptr as filename (because this is the outcome of getenv()). Although most compilers seem to interpret this as "file not found", this is an undefined behavior concerning to all C standards
2000 Dec 03
1
crash using bmp() on windows with Rdll2010 (PR#756)
A few weeks ago I have updated R-1.1.1 for Windows with the fixed R.dll (Rdll2010.zip) for Win2k from CRAN. (I have used the same version of R from WinNT4 *and* Win2k for some time.) Now I tried to produce a bitmap, but R crashes (WinNT4): bmp("bitmap.bmp") plot(1:10) dev.off() ## crash! That does not happen with the original R.dll from R-1.1.1 (15 Aug 2000). I cannot test on
2000 Aug 23
1
3D perspective of a contingency table
How can I draw a 3D perspective of a contingency table, that is showing 3D bars whose height is in proportion of the table cells? --------------- Charles RAUX, Laboratoire d'Economie des Transports CNRS-Universit? Lumi?re Lyon 2-ENTPE email : charles.raux at let.ish-lyon.cnrs.fr http://www.ish-lyon.cnrs.fr/let -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2000 Jun 21
3
x11 support missing
I just compiled R-1.1.0 on two systems, redhat 5.2 (sparse) and suse 6.3 (loaded) . On redhad I got x11 support yes on suse I got x11support no. I cannot figure out the difference ./configure gives in both cases Source directory: . Installation directory: /usr/local C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2 FORTRAN compiler: g77 -g -O2 X11
1999 Feb 10
1
Creating subscripts in text()
Hello! Help! How to create subscripts in text() ? Could not find an example nor could I guess it. Thank you! Detlef Detlef Steuer Universitaet Dortmund /////// LS Computergestuetzte Statistik U N I D O /// steuer at gigamain.statistik.uni-dortmund.de ______/////// Tel: ++49 +231 755 4353 Fax: ++49 +231 755 4387
1999 Mar 25
1
.C and character
Hi, I had a problem passing characters from R into c-code by dyn.load() and .C(). test.c: void R2Cdouble(double *db) { printf("\n my double: %f \n", db[0]); } test.R: dyn.load("mylib.so"); .C("R2Cdouble", as.double(0.5)); worked fine, but test1.c: void R2Cstr(char *str) { printf("\n my char: %s \n", str[0]); } test1.R: