similar to: R interpreter in Java/R plugin or RCP for Eclipse

Displaying 20 results from an estimated 1000 matches similar to: "R interpreter in Java/R plugin or RCP for Eclipse"

2009 Jul 12
0
Installing Eclipse Plug-In for R: "StatET"
Dear R users, Thanks in advance. I am using R 2.9.1 on Windows XP. I am trying to install above, but faced problem. I have described the steps below. 1. I like to install locally. That means I like to install after downloading the required files into my hard drive. 2. Java Runtime Environment (JRE 1.5.0-07) is installed 3. I have downloaded eclipse-SDK-3.5-win32.zip - installed
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
2006 Mar 16
0
R, Eclipse and StatEt plugin under Linux
Hi I try to use the R plugin StatET 3.1-M2 (0.2.1) under eclipse 3.1.1 in Linux. Everything works fine, except of the integration of the R console into eclipse. On the StatET website (http://www.walware.de/goto/statet) it states: *** Do you know, how to start R inside Eclipse on Unix/Linux preventing the batch-modus, which parameters are useful? Let me know. *** and this is exactly the
2005 Apr 26
1
Problem with clipping in Lattice, and closing a postscript device
I would appreciate any answer to the following two problems I am having with the Lattice package. First, in most instances of using Lattice, the produced graphs have some clipping, usually at the borders of the encompassing rectangles. An example of this is here: http://cs.uwm.edu/~vu/lattice.pdf where the clipping occurs in the first half of the X axis. Second, when printing to a postscript
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
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...
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
2012 Nov 15
0
[LLVMdev] X86 rcp instruction generated
Hi, We have implemented the rcp instruction generation for X86 target architecture. We have introduced a flag -fp-rcp flag which controls the generatation of X86 rcp instruction generation. We have observed minor effects on precision and hence hve put these transformations under the mentioned flag. Note that -fp-rcp is only enabled with -enable-unsafe-fp-math flag presently. Moreover we have
2002 Mar 14
1
SCP or RCP standards
Hi All, I am looking for SCP or RCP standards. I searched on the web but I am not able to find the standards. Please mail me the link where I can find the standards for SCP or RCP. Thanks, Abhijeet
1997 Feb 03
1
Linux rcp bug
[Mod: This is a misconfiguration of a site. nobody''s uid should not be -1 -- alex] When playing around with rcp on Linux, we found something interesting, that we haven''t seen mentioned on bugtraq before: SUMMARY: Root privileges can be obtained by user nobody with uid 65535 by exploiting a problem with /usr/bin/rcp. Many applications are running as ''nobody'',
2003 Oct 31
1
rsync & rcp
On 30 Oct 2003, aslan@io.com wrote: > > I was hoping that since you guys are the authors to rsync that > you could answer a simple question for me. > > I'm trying to transfer files via the rsh/rexec protocol by > remotely executing a cat command, i.e. "cat > foo.txt" > and then sending data through the socket to the stdin of the remote > process. This all
2003 Feb 20
2
rsync vs. rcp
I got used to rsync's -v --progress option so much that I used it instead of rcp even to simply copy files across the network. I dont like software that doesnt talk to me! :-) I like the percentage bar that --progress gives! To my surprise, I found that, when dealing with 1GB+ files, rsync is 4-5 _times_ slower than rcp. Yes, I know that rsync is optimized for sending deltas to a file
2006 Oct 27
2
resolving difference in interface between rsync and cp/rcp/scp
I've run into a situation where we'd like to replace rcp with rsync, but we've run into a difference in interface, which is causing us problems. Here's the problem. If we run this in rsync: > mkdir tmpdir; cd tmpdir > mkdir a; touch a/b > rsync -r a b/ > ls b a/ But for all the other programs, we get something different: > cp -r a c/ > ls c foo > cp
2003 Apr 21
0
Fix for rcp -r
rcp -r is broken in 4.7 and 4.8. A fix is included below. The web-based bug interface is currently disabled so I can't open a bug report. I believe the person that provided the patch to me also indicated the problem exists in 5.0, but I'm unable to verify that since I'm only running 4.x. I think they monitor this list so I'll let them speak up if they choose to. >--- rcp.c~
2011 Jul 03
0
Web services - json-rcp
Hello. I am starting to write a web services in RoR, and considering different technologies to use. I am wondering if someone had experience working with json-rcp and what are its (dis)advandages over SOAP and REST. Thank you, Derek -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2015 Feb 23
0
[PATCH 2/2] nvc0/ir: improve precision of double RCP/RSQ results
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- Not sure how many steps are needed for the necessary accuracy. Just doing 2 because that seems like a reasonable number. .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 42 ++++++++++++++++++++-- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp
2005 Jan 21
2
* creating vignettes ... ERROR
Dear R developers, I had some problem when building package: for exemple when building the package e1071 available from CRAN, I get the following message error: * checking for file 'e1071/DESCRIPTION' ... OK * preparing 'e1071': * cleaning src * running cleanup * creating vignettes ... ERROR /usr/lib/R/bin/texi2dvi: pdflatex exited with bad status, quitting.
2015 Feb 23
0
[Mesa-dev] [PATCH 2/2] nvc0/ir: improve precision of double RCP/RSQ results
Oh right. I think the NVIDIA blob executes those steps conditionally based on the upper bits not being 0x7ff (== infinity/nan). I should do the same thing here. [FWIW I was able to test the nv50 code last night and that one's a total fail for rcp/rsq... will need to port that over to my nvc0 and debug there.] On Mon, Feb 23, 2015 at 8:24 AM, Roland Scheidegger <sroland at vmware.com>
2001 May 17
5
AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !
IF ssh is a replacement for rlogin,rsh etc I can accept it respecting rlogin=false as rlogin does and rsh does not, however scp is a replacement for rcp, and rcp does NOT use rlogin attribute, so the implementation is NOT standard as scp fails if rlogin=false, but rcp succeeds, as documented. thanks mark
2004 Aug 23
1
'net rcp shudown' with mashine account (-n -P) possible???
Hello samba-list, I'm able to shutdown remote mashines using: supzli02pdc:~ # net rpc shutdown -S <target-pc> -U Administrator%<passwd> -r -t 1 --comment=Abmelden I wounder if this is also possible with an mashine account auth (from the PDC)? I couldn't get it to work: supzli02pdc:~ # net -n supzli02pdc -P rpc shutdown -r -t 1 -S <target-pc> --comment=Abmelden