Displaying 20 results from an estimated 2000 matches similar to: "Most used R editors"
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 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
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 May 08
3
'Dynamic' 3D plot
Hi,
I am looking for a R package to draw 3d plot. But not in a static way like scatterplot3d or stuff like that. I would like to make rotate the plot, to zoom/unzoom etc..., actually to render the graph 'dynamic'... (for the biologist and bioinformatician, a R package which permitts to reproduce what pdb viewer does).
Does a Way exist to do something like that in R ?
Thanks,
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 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 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 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
2007 Jan 06
2
ubuntu packages patch
hi,
For compiz ubuntu packages, I made some patchs to have a behavior of
compiz nearer to metacity. All patch are made for compiz-0.3.6 and they
are more hacks or draft than good fix, i hope they can help.
http://gandalfn.club.fr/ubuntu/compiz-patch/90-fix-no-border-window-shadow.patch
This patch fix white boxes instead of shadows for gnome-panel and other
non-standard windows on AiGLX.
2008 Dec 31
2
Execution of a .sce file through R
Dear R Users
Does some has any idea about how to execute a scilab file(.sce file) from
the Terminal in R.
Any kind of guidance would be highly welcomed and appreciated.
--
View this message in context: http://www.nabble.com/Execution-of-a-.sce-file-through-R-tp21227441p21227441.html
Sent from the R help mailing list archive at Nabble.com.
2009 Jul 31
8
How to stop an R script when running JGR on a Linux/SuSE system
When I need to stop a running R script on Windows or Mac I just use the <esc> key which kills the current script and returns the control to R interpreter.
But when I run R from JGR the <esc> is useless as well as the other available keyboard keys.
Just recently not even clicking on the STOP-symbol (a big red X) placed on JGR top menu bar could terminate a process that had entered a
2009 Aug 27
19
Best R text editors?
Quick informal poll: what is everyone's favorite text editor for working
with R? I'd like to hear from people who are using editors that have
some level of direct R interface (e.g. Tinn-R, Komodo+SciViews). Thanks!
--j
--
Jonathan A. Greenberg, PhD
Postdoctoral Scholar
Center for Spatial Technologies and Remote Sensing (CSTARS)
University of California, Davis
One Shields Avenue
The
2007 Mar 08
2
R GUI in Ubuntu?
Dear all,
I am very new to R and find the terminal-based UI a little daunting.
(That's probably the wrong thing to say!) Having searched the Packages
it seems that I can have either a Gnome-based or Java-based GUI for my
Ubuntu machine. However, I can get neither to work.
Having run R as root, I then run the following command:
install.packages("gnomeGUI", dependencies=TRUE)
The
2006 Aug 10
2
Better keybindings for move and resize
Hi,
I'm attaching a patch that improves the keybindings for keyboard
resize and move. In both cases, the action can now be cancelled by
Esc, moving the window back to the position and size it had before the
action was initiated. Furthermore, for the resize case, the
keybindings now work more like metacity, in that when initiated, it
starts with the cursor in the middle of the window. The
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
2006 Oct 07
1
GUI for R
On 7 October 2006 at 15:44, Janno Tuulik wrote:
| Hei Cristiano,
|
| Take a look at RKWard (http://rkward.sourceforge.net)
I would not (yet ?) recommend RKWard as it is in very stages and has fairly
incomplete coverage of R.
| (http://rosuda.org/JGR/). Unfortunately, I have never tried to install those
| on sarge.
The excellent JGR is a very good choice. As Janno said, it may be tricky on
2010 Aug 03
1
Bug#591537: xen: FTBFS on sparc: Scilab cannot open JVM library.
Source: xen
Version: 4.0.1~rc5-1
Severity: serious
Justification: FTBFS
User: debian-sparc at lists.debian.org
Usertags: sparc
Hi,
your package no longer builds on sparc:
| make[1]: Leaving directory `/build/buildd-sivp_0.5.2-2-sparc-3aHxSt/sivp-0.5.2'
| SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 DOCBOOK_ROOT=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh \
| /usr/bin/scilab -nw -f
2007 Sep 24
2
asterisk cli - vi keybindings ?
This might sound lika a "small" issu, but here it goes: I'm a long time
unix user and my shell history usage and editing is configured to use
vi keybindings; it's something that's already built into my fingers
and using different bindings, like the arrow keys to fetch previous
lines, really blows me !... :-(
Is there any way to setup the asterisk cli to use such
2017 Oct 11
12
[Bug 103217] New: Recent noveau causes errors with scilab 5.5.2 on NVIDIA G84GL [Quadro FX 570]
https://bugs.freedesktop.org/show_bug.cgi?id=103217
Bug ID: 103217
Summary: Recent noveau causes errors with scilab 5.5.2 on
NVIDIA G84GL [Quadro FX 570]
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: