similar to: Profiler for R ?

Displaying 20 results from an estimated 10000 matches similar to: "Profiler for R ?"

2010 Jul 05
1
Profiler for R ? (HFWUtils package)
> Message: 21 > Date: Mon, 5 Jul 2010 02:26:29 -0400 > From: Ralf B <ralf.bierig at gmail.com> > To: "r-help at r-project.org" <r-help at r-project.org> > Subject: [R] Profiler for R ? > > Hi, > > is there such a thing as a profiler for R that informs about a) how > much processing time is used by particular functions and commands and > b) how
2010 May 13
1
ggplot2: qplot won't work
I have a script running in the StatET Eclipse environment that executes the ggplot2 command qplot in a function: # Creates the plot createPlot <- function(){ print("Lets plot!") qplot(1:10, letters[1:10]) } When executing the qplot line directly, it works. When executing the script it does not open a window and it it does not plot. Is there something important I have forgotten? I
2010 May 14
1
Strange behavior when plotting with ggplot2 and lattice
Hi all, I have the following script,which won't plot (tried in RGUI and also in Eclipse StatET): library(ggplot2) # for plotting results userids <- c(1,2,3) for (userid in userids){ qplot(c(1:10), c(1:20)) } print ("end") No plot shows up. If I run the following: library(ggplot2) # for plotting results userids <- c(1,2,3) for (userid in userids){ blabla))) qplot(c(1:10),
2011 Dec 05
1
using StatEt IDE for Eclipse
Hi, I'm trying to use StatEt IDE for Eclipse as my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here it is. Note: there may be slight errors of omission in my directions as I am making these notes after I had a successful install. If you have questions post here. Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista 32-bit. R 2.9.0 alpha. Installing StatET: 1. Go to Help > Software Updates...
2009 Apr 06
1
Need Help with StatET Error/Bug? on Ubuntu 8.10 amd64
Hi, I posted this message on the StatET-user board last week, but it looks like a ghost-town... I have a bad feeling that there is some code in the plug-in which doesn't work well with my environment, but if I am lucky, maybe other users have worked around this problem somehow - I am hoping that my setup is the issue. Note: very similar StatET setups on 32-bit XP Pro and Vista run
2014 Aug 11
1
Is the R package for Ubuntu compiled as a shared library?
Dear all, I have R 3.1.1 installed on Ubuntu 14.04 from the CRAN repo. Days ago I decided to give a try to the Eclipse extension for R (StatET). This extension requires the R packages "rj" and "rj.gd", but these fail to install no matter what. There is a long thread going on at the StatET mail-list, the latest details in this message:
2009 Aug 26
1
rJava error for large XML object return in StatET plugin
Hi R List, I get this error using StatET R plugin in Eclipse. >sessionInfo() R version 2.9.0 (2009-04-17) i386-pc-mingw32 locale: LC_COLLATE=English_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 I am running Eclipse Platform Version: 3.4.1 Build id: M20080911-1700 on Windows XP My R process
2011 Aug 17
1
[statEt] Rmpi problem in Eclipse statEt
Hi, I try use Rmpi package to my compute. In my work I'm using eclipse version 3.6.2 and statEt version 0.10.0 (launch Rterm or RJ). Actually I observed strange behavior, when I try loading Rmpi directly I don't have any problem i.e.: library("Rmpi") mpi.spawn.Rslaves() 8 slaves are spawned successfully. 0 failed. master (rank 0, comm 1) of size 9 is running on: marcin-HP
2007 Mar 06
1
R plug in for Eclipse
Hello, Is there any R plug-in available for Eclipse other than StatET? StatET doesn't seem to work with the latest release of Eclipse properly, i.e. syntax highlighting isn't enabled for R commands. I already contacted the author some time ago, but have not yet received a response. Would also be great if somebody could tell me whether they have the same problem. I already tried
2012 Mar 18
4
Linux R / Windows client
Hello, I am currently running R on ubuntu and everything is working perfectly fine. However, I would like to connect to R via Windows using Eclipse StatEt plugin. Is this possible to do? or do I have to have a version of R running on Windows also? I prefer to have Linux do the heavy lifting and Windows Eclipse to be a sort of GUI. Any thoughts?
2008 Jul 30
2
Eclipse/Statet: How to set breakpoints
Hi, I'm using the IDE Eclipse with the Statet-Plugin to develop R-code. Is there a possibility to set breakpoints for debugging in R-script files (just like in Java-code)? Cheers, Eli
2010 Mar 11
1
Statet on Eclipse: ${project_path} is empty
Hello, I'm tryign to use Statet on Eclipse on my Kubuntu Karmic PC. I've set everything up and I can start the R configuration, but the working directory is set to my home directory. If I set the start in directory to ${worspace_loc}/${project_path} I can't start the console, with an error that project_path is empty. Am I doing something wrong. I feel that Eclipse and Statet
2011 Nov 19
1
Eclipse StatET - create own code formatting
Hello, does anybody know whether it is possible to create its own code formatting rules? Defining rules under Eclipse -> Preferences -> R Code Formatting is so limited. Cheers, Syrvn -- View this message in context: http://r.789695.n4.nabble.com/Eclipse-StatET-create-own-code-formatting-tp4086386p4086386.html Sent from the R help mailing list archive at Nabble.com.
2010 Mar 12
1
StatEt: Error R Object Browser Update java.lang.NullPointerException
Hello, I'm trying to use StatEt on my kubuntu karmic system. I've set everything up according to the website and a guide pdf I've got, but when I start the R session, or issue a command, I get a "An internal error occurred during: "R Object Browser Update"." error; Any ideas on what to look at or try next ? java.lang.NullPointerException at
2011 Jan 31
1
rj packages and eclipse
Hi everyone! Does anyone know how to install the rj package in Windows (7)? I am trying to set up eclipse, but I got [INFO] The R package 'rj' is not available, R-StatET tools cannot be initialized. Thank you in advance!
2013 Feb 10
1
Migrating R packages from svn/R-Forge to git/Github
[I'm not sure if this post should go to R-devel, but thought I'd start here for wider readership.] I have a collection of R packages that I maintain using the eclipse/StatET IDE (mainly on Windows) with SVN on the R-Forge system, https://r-forge.r-project.org/users/friendly/ I'd like to consider moving these to git projects on GitHub, but I'm not sure how best to get started.
2011 Dec 19
1
Speed issue when writing to RGui console from tcl/tk GUI
It seems that there are speed issues when printing to the R console from a tcl/tk GUI. Here are functions to write a lot of output, and to display how long it takes. printsalot <- function(n) { for(i in 1:n) cat(i, fill = TRUE) } timings <- function(n = 1e3) { print(system.time(printsalot(n))) } Calling timings() from the console reveals a run time of a few hundredths of a second.
2011 Aug 25
3
Very Basic Source Question
I'm having an issue sourcing an R file from my workbench using StatET in the Eclipse IDE. All I'm trying to do is get comfortable with 'source' and run "source(C:/Program Files (x86)/Eclipse/eclipse/ProjectName/SourceFile.R)". When I try to call the path for the file i get the error: "unexpected '/' in "source(C:/". I've looked around but
2010 Jun 04
1
StatET plot problem
Dear all, after trying several suggestions from the list for a nice R-Editor / IDE for MacOS X and really trying some of those that needed to be configured a little more (such as emacs, aquamacs and StatET / Eclipse), I prefer StatET at the moment. I found more experienced like John suggesting this combination (http://www.mail-archive.com/r-help at r-project.org/msg38883.html) on Mac OS X. So