Displaying 5 results from an estimated 5 matches for "rw0p".
Did you mean:
rw0
2009 Aug 03
1
RServe - How to use 'createReference' method?
I need to input a txt, or xls, file from a client to R, using RServe.
>From what I've been reading, the best way to do this, is using the
'createReference' method, from REngine package.
But I couldn't find any documents exemplifying it's use. I got to upload a
file from java? And then? How do i refeer the file to this method?
Best Regards,
J. Daniel
--
View this message
2009 Jul 30
2
CRAN + geography = Cranography
In response to an earlier discussion about finding the
fastest/best/nearest CRAN site, I geocoded (using my geonames package)
the locations of the CRAN sites returned by getCRANmirrors. I've
mapped them here:
http://www.maths.lancs.ac.uk/~rowlings/R/Cranography/
The geocoding may have got it wrong, so if CRAN site maintainers want
to send me a real lat-long (in WGS 84 aka EPSG:4326) I'll
2009 Jul 25
1
FW: Qury Related With R
Hi,
I am using the R-2.9.1 with Window XP.
Queries:
1. I am running the java application which needs to load property file in R.
So can you please tell me how I can load my property file in R session so that my application can find that property file?
Attached is my property file for sample.
2. Is there any directory structure required for java
2009 Jul 23
1
Network from package functions
Dear R-helpers,
does anyone know of some package/function that can build a network from
the functions that are implemented in a package,
i.e. visualize the cross-references from one function to another in the
same or some dependent package?
An example would be a function like 'nls' on top of the hierarchy and
then a network of nodes from the functions that are called within 'nls'
2009 Jul 25
2
Using svSocket with data.table
Hi r-devel,
svSocket is working well. Short demo here of using it with data.table :
http://www.youtube.com/watch?v=rvT8XThGA8o
If you maximise and press the HD button it should be readable. There isn't
any audio.
However, svSocket is currently text based IPC using dump. Is there a
solution which will do binary and work in the same way ? Its nice that I
can make R become a server any