similar to: Java/C interface with R

Displaying 20 results from an estimated 8000 matches similar to: "Java/C interface with R"

2001 Jul 16
1
polyroot() (PR#751)
In a bug report from Nov.28 2000, Li Dongfeng writes: ----- I have found that the polyroot() function in R-1.1.1(both solaris and Win32 version) gives totally incorrect result. Here is the offending code: # Polyroot bug report: # from R-1.1.1 > sort(abs(polyroot(c(1,-2,1,0,0,0,0,0,0,0,0,0,-2,5,-2,0,0,0,0,0,0,0,0,0,1,-2)))) [1] 0.8758259 0.9486499 0.9731015 1.5419189 1.7466214 1.7535362
1999 Sep 09
1
read.table bug
Suppose we have a data file containing: "Smith, John", 120, 90 "Thomson, Peter", 110, 85 there are 3 variables in it. If we use x <- read.table("tmp.txt", sep=",") to read the data to a data.frame, the result will be 4 columns. Splus 4.0 have no problem with this kind of data. Li Dongfeng
1999 Sep 09
1
read.table bug
Suppose we have a data file containing: "Smith, John", 120, 90 "Thomson, Peter", 110, 85 there are 3 variables in it. If we use x <- read.table("tmp.txt", sep=",") to read the data to a data.frame, the result will be 4 columns. Splus 4.0 have no problem with this kind of data. Li Dongfeng
2001 Aug 10
1
Can't seem to build wine correctly
Hi, I am having trouble building wine. I can't seem to get libopegl32.so build correctly. Where it comes down to it doesn't link to libGL.*.so. I am trying to build wine on debian unstable with nvidia stuff. checking for XvShmCreateImage in -lXv... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes
2004 Feb 24
6
be careful: using attach in R functions
Hi there, I have just found that the ``attach'' function can get you into trouble when called many times. For example, you have a simulation routine called ``f()'', in which you used ``attach'' and no corresponding ``detach''. Then you call this function many times. You will find that the system performance get slower and slower, because you are making the R
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello, Following a discussion initiated on r-devel, that mentions SciViews-R and other GUIs issues for R, I would like to make comments (and would be happy if these comments would initiate interesting initiatives). A big, big problem with SciViews-R is that a part of it is written in Visual Basic 6, a M$$$$ language, not supported any more, buggy, non transposable to other platforms, etc,
2000 Apr 12
4
For wishlist: sanity checks for subsets in lm, glm (PR#
Martyn Plummer <plummer@iarc.fr> writes: > On 12-Apr-00 Peter Dalgaard BSA wrote: > > Might be a good idea. Mind you, Splus 3.4 does exatly the same thing, > > and I'm a little worried that the uniqueness assumption might kill > > some bootstrapping applications: > > > > glm(y ~ x, data=test.data, subset=sample(seq(along=y),replace=T)) > > Splus
2008 Apr 30
2
Wine and Java applications
Hi! Am a bit new with Wine and I've got a quite big problem. We have a couple of vendors how is using Java based programs, and i'm not able to install them under Wine. One program is also using both Java and Corba to communicate with servers. What happens is that the system is first extracting the files and when starting javaw.exe nothing happens. Any id? whats wrong?
2015 Dec 19
2
Bootstrapping clang/LLVM with ELLCC
ELLCC is a compilation tool chain based on clang/LLVM, libc++ and the musl standard C library for Linux. Recently I was asked if ELLCC pre-built binaries could be used to build clang/LLVM TOT. It turns out that it can with some simple patches. This is a simple way to bootstrap clang/LLVM on an arbitrary Linux system that either doesn't have GCC or has a version of GCC that is too old to
2000 Aug 28
2
smp in Linux
Hello, I checked mail list archives and this topic came up before in March '99 (about ability of R to multithread). At that time rossini at biostat.washington.edu (Tom Rossini) suggested to check his web page in a few month as it was on his list to-do. I checked but the web page is not valid. I wanted to know if in general progress has been made in the area, or if it is planned. I was also
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R process running in a persistant state, while receiving instructions (and data) from another process, and returning results to this process. My initial thoughts are to set something up with named pipes or such, but I believe that the R process will terminate when it reads EOF (^D) from the input pipe. The client process is
1999 Nov 11
6
Compilation of R under Mandrake Linux 6.1 (helios)
I've just installed Mandrake Linux, then compiled R-0.65.1 . Whether because I omitted some necessary items when I selected software for installion, or because they anyway needed to be loaded afterwards, I found it necessary to load the following packages in order to compile R-0.65.1 pgcc-g77-1.1.3-3mdk.i586.rpm (Fortran g77 compiler) XFree66-devel-3.3.5-3mdk.i586.rpm (X.h etc
2000 Jun 27
2
R as a server in client server computing
I like to have a continuously running R process, which can receive a dataframe from a client (over TCP/IP), does some processing, and sends some data back. What is the prefered way to do this? Using the socket interface? Using omega's CORBA stuff? Does anyone has example code for doing so? Thanks for any help Regards -- Dr. Jens Oehlschl?gel-Akiyoshi Analyse MD FACTORY GmbH Gr?nstr. 15
2005 Aug 21
3
IPC
Hi, I need to somehow make R communicate with another remote JAVA process which provides compute services. I have control over the communications protocol, but I would like to keep it to a standardised protocol, such as SOAP, CORBA, etc. What I would like to know is, what do other people use to do this? The nature of the communications will be low bandwidth procedure calls, with little data.
2000 Mar 03
5
StatDataML
Hi, we have a first draft of R functions reading/writing data to XML files including a rather general DTD ... which borrows heavily from the data types of a certain programming language :-) The basic idea is to create an XML standard for data exchange, together with import/export functions for as many applications as possible. We here will need R, Matlab & Octave for our research program,
2004 Oct 19
1
[fdo] Integration of network-softwares like samba, nfs and sftp with the desktop
Hi there, I would like to enable the desktop user to create shared folders, for example using protocols like Samba, nfs and sftp. For the user to make this possible, the user needs (on a Linux machine configured with the defaults of most current Linux distributions) root privileges. However. In a desktop environment, in my humble opinion the possibility for a normal user to configure a simple
2015 Dec 19
4
Bootstrapping clang/LLVM with ELLCC
(Fixed the cfe email address) On 12/18/2015 09:34 PM, Tim Northover wrote: > On 18 December 2015 at 19:15, Richard Pennington via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> It turns out that it can with some simple patches. > This sounds really cool. I think we should seriously consider putting > these patches into LLVM mainline. > >> Information on
2005 Dec 29
5
Subversion graphical client?
Hi All - I notice that most of the Rails team are using Mac OS X and TextMate for Ruby development. I too am working on Mac OS X and trying TextMate and (shudder?) EMacs. I was wondering about version control. Are folks using Subversion? If so, are they using a graphical client? Which one do they recommend? Yours, Jordan -- Posted via http://www.ruby-forum.com/.
2007 Feb 14
1
lattice graphics and source()
Hi, I am trying the lattice graphics in R. Let's say, such a little experiment in file myprog.r: f <- function(){ x <- 1:10 y <- x^2 xyplot(y ~ x) } f() Then I run the program: > source("myprog.r") but nothing happens. Manully run f() at the command line: > f() then the figure is shown. This seems to be a bug only associated with lattice graphics, the
2000 Aug 23
1
png device on Solaris
Hi, I compiled R 1.1.0 source on SUN Sparc solaric 2.5.1, using gcc 2.95.2. I need to use R to publish graphics to the web, the NEWS in this version said that there is a new png() device on X11(). But when I tried > png() I got this error. Error in png() : No png support in this version of R Can anyone tell me how to compile png support on solaris/unix? The new bitmap() device