similar to: web interface for R script??

Displaying 20 results from an estimated 700 matches similar to: "web interface for R script??"

2009 Apr 30
1
rjava - JDK not found
Hi, I would like to test the new package RGG (R Gui Generator). This package requires the installation of several other package. One of them is rJava. I installed sun-java6-jdk and run the R CMD javareconf but the installation still fails ! Do you have any ideas ? * Installing *source* package ‘rJava’ ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file
2009 Jun 02
10
Most used R editors
Hi, I am a little lonely as R users in my group. So, I would like to know which editor is the most used in the R community. This post is some kind of survey. Personally, I use Emacs with ESS, It permits to : - open more than one R session - split the emacs editor as many part as you want. - use a lot of keybindings. ... I also tried Rkwards, Scilab (windows), JGR etc... but they are not
2009 May 13
1
access to the current element of lapply
Dear All, I would like to use the 'split' function on the dataframe elements contained in a list L. For example : > (df <- data.frame(cbind(c(rep('A',2), rep('B',2)), rep(1:4)))) X1 X2 1 A 1 2 A 2 3 B 3 4 B 4 > (L<-split(df, df$X1)) $A X1 X2 1 A 1 2 A 2 $B X1 X2 3 B 3 4 B 4 Now, I would like to split EACH data frame, ie, according to
2009 May 04
2
normality test for large a large dataset ?
Hello, Do you know a R implemented normality test like the shapiro test but more suitable for large data set ? Thanks, _________________________________________________________________ Découvrez toutes les possibilités de communication avec vos proches [[alternative HTML version deleted]]
2009 Mar 10
1
R-question
Hello, I’m a french student in Master level “Statistics and Econometrics” . Now I’m in training for a marketing firm. I don’t find the information about the capacity of R . Can you tell me how much lignes and colones can R manipulates? Can I work with a data of 2 milions lignes? When I asked M.Maechler , he advices me to ask you about this. Thank you very much. > Date: Sun, 8
2009 Apr 10
0
Sweave, how to save plots with a defined size and how to include several pdf pages on the same line
Hi there, I'm trying to realise a repport with R and Latex (TeXnicCenter and Miktex for Windows) using Sweave(). I'd like to save my plots with a given size. How can I do that ? The issue is that I have several plots created (but it's not always the same numbers of plots, in depends on the data), so I save them in a .pdf file automatically with Latex. Each plot is on one page of the
2009 Jun 18
3
R function found in two packages !
Hi, Is there a mean to automatically choose one version of the 'rbind' function ? By default, R chose the 'rbind' from {base}, i would lke to use the one from {IRanges}... Is it possible to set that using 'par' ? > ?rbind Help on topic 'rbind' was found in the following packages: Package Library IRanges
2004 Oct 18
0
Samba + AD + NIS
Hello, I use UNIX/Linux machines, which are in a NIS domain and samba version 2.x in NT4 domain. The rights applied to the files systems are those of the NIS and the rights on the shares are those of NT4 domain. I wish to obtain the same result with Samba3 integrated into Active Directory. I succeeded has to integrate it into the AD with samba+winbind+MIT Kerberos 5. But not with NIS
2009 Dec 08
2
automated image processing
Hi, I am looking for a R package which is capable to process and analysis pictures of tissues (stained) in an automatic way. I had a look on biops and EBImage (Bioconductor) but they are not automatic... Did you already use/know a such package ? Thanks, - Martial _________________________________________________________________ Tchattez en direct en en vidéo avec vos amis !
2009 Jun 17
1
Unable to use jpeg(), png() etc.....
Hello, I 've just re-installed R 2.9.0 on ubuntu 9.04. I do not understand why I am unable to use simple device function such as jpeg(), png()... > png() Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, : unable to start device PNG In addition: Warning message: In png() : no png support in this version of R > capabilities() jpeg
2009 May 12
5
Move PDC to another server
Hello, I'm trying to move my samba server to another box. I copied uniw and samba users, groups, machines, with the same ID I copied samba conf files I copied SID (with net setlocalsid and net setdomainsid) But i can't open a session on new PDC server :( Any idea, or tutorial to change my server without re-add all computer to domain ? Thanks for help. Regards
2009 Nov 05
1
combine UserDefinedDatabase and regular environments
Hello, Is it possible to have the effect of UserDefinedDatabase outside of "attached" environments ? Can I disguise an environment of the sys.frames() as a UserDefinedDatabase ? This seems to suggest that it might be possible : > f <- function(){ e <- environment(); class(e) <- "UserDefinedDatabase"; ff } > f() *** caught segfault *** address (nil),
2002 Jun 29
4
help with 2.4.18 oops
Getting this oops on one of our production servers pretty much hangs the server. Do we have a corrupted Journal? how would ewe rebuild it? Any idea how to recover from it? Assertion failure in journal_bmap() at journal.c:636: "ret != 0" invalid operand: 0000 CPU: 0 EIP: 0010:[journal_bmap+70/96] Not tainted EIP: 0010:[<c016b646>] Not tainted EFLAGS: 00010282
2009 Jan 07
2
OpenBSD TFTPD remap rules
Hi! I am using OpenBSD 4.4 with the build-in TFTP-Daemon for PXE. Distributing OpenBSD works fine. Now I want to distribute OpenBSD and WinPE. I've installed PXELinux 3.72 and configured it. Works also fine for PXELinux and distributing OpenBSD. To distribute WinPE I need a remap rule (\ -> /) for the TFTP-Daemon. I've created a file /etc/tftpd.remap with the following rule: rgG \\ /
2009 Oct 10
1
isFALSE
Hello, Just wondering why there is "isTRUE" and not "isFALSE". Romain -- Romain Francois Professional R Enthusiast +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr |- http://tr.im/BcPw : celebrating R commit #50000 |- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc `- http://tr.im/yw8E : New R package : sos -------------- next part -------------- An
2009 Apr 14
1
using Sweave, how to save a plot in a given size
Hi there, I'm trying to realise a repport with R and Latex (TeXnicCenter and Miktex for Windows) using Sweave(). I'd like to save my plots in a given size. How can I do that ? The code is : \SweaveOpts{prefix.string = figs/plot, eps = FALSE, pdf = TRUE} <<partI, echo=FALSE ,fig=TRUE, include=FALSE>>= plotFunction() @ \includepdf[pages=-]{figs/plot-partI} The issue is
2009 Nov 07
1
getConnection, R_outpstream_st
Hello, I'm trying to use the limited connections api defined in Rinternals.h. I have code that looks like this (inspired from do_serializeToConn) : SEXP serialize_to_connection( SEXP xp, SEXP connection ){ Rconnection con ; struct R_outpstream_st out; R_pstream_format_t type = R_pstream_binary_format ; SEXP (*hook)(SEXP, SEXP) = NULL ; con = getConnection(Rf_asInteger(connection));
2009 Feb 09
0
Display Frequency unstable
Hello, I have just installed xen with debian package. (linux-2.6.18-6-xen-686) Now, when i boot with the new entry "Xen 3.3.1", the display of my xorg is unstable. I have edited /etc/X11/xorg.conf and i have forced the frequency to 85 hz. When i launch display resolution in gnome, i see 1024*768@85hz. But my screen is very unstable. I''m thinking that configuring the display
2009 Jul 09
0
DomU graphic interface ?
Hi, - Working on Xen 3.4 over Ubuntu 9.04 - I managed to get a Debian lenny domU working, but I can''t find a way to display it graphically... I mean, i can enter the console, commands are working, but I don''t really understand how to get something else than the console. When i try to do xm vncviewer lenny , i get the "Alarm clock" error. Is there something to modify
2009 May 26
0
Problem to make the nvidia-driver (version 96) work with xen (3.3) on a X86 arch
Hello, I''ve got an AMD Athlon 1800+ (so no hardware virtualization) with a GeForce 2 MX on wich I''ve installed xen (3.3) based on a gentoo distro. The kernel is a 2.6.27. The Dom0 and DomU (both on gentoo with the same kernel version) works fine on command line but I wan''t to install the nvidia-drivers to use my TV-out. Searching the web I found patches made by nvidia