search for: svsocket

Displaying 20 results from an estimated 29 matches for "svsocket".

Did you mean: vsocket
2009 Aug 27
1
[Fwd: Re: Video demo of using svSocket with data.table]
Forwarded to R-Help, because I think it could interest people following this thread. Clearly, RServe and svSocket have different goals and very little overlap. Best, Philippe -------- Original Message -------- Subject: Re: Video demo of using svSocket with data.table Date: Wed, 26 Aug 2009 20:34:19 +0100 From: Matthew Dowle <mdowle at mdowle.plus.com> Reply-To: Matthew Dowle <mdowle at mdowle.pl...
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 bina...
2009 Aug 20
1
Video demo of using svSocket with data.table
Dear r-help, If you haven't already seen this then : http://www.youtube.com/watch?v=rvT8XThGA8o The video consists of typing at the console and graphics, there is no audio or slides. Please press the HD button and maximise. Its about 8 mins. Regards, Matthew
2010 Apr 30
1
Problem: packages TinnR, Hmisc, applications Tinn-R and R version 2.11.0
.... This problem is new and is related with R 2.11.0 and Hmisc package for Windows! After download and install R 2.11.0pat under Linux and Windows, see below my results: a) Under Linux (Open SUSE 11.3) - I found no problem installing, compiling and using these packages: TinnR, Hmisc, R2HTML and svSocket. b) Under Windows (Vista Ultimate) - after to set the file Rprofile.site with the script (generated by Tinn-R, i.e, main menu R/Configure/Permanent (Rprofile.site), see below: ##=============================================================== ## Tinn-R: necessary packages and functions ## Ti...
2009 Mar 24
2
install.package("TinnR") - there is no package called 'TinnR'
...on the package TinnR that cannot be found (I tried also manual downloads, but I cannot find the package anywhere on any CRAN mirror). I even set a default cran mirror in the Rprofile.site file, so that the later command can find it: # check necesary packages necessary = c('TinnR', 'svSocket') installed = necessary %in% installed.packages()[, 'Package'] if (length(necessary[!installed]) >=1) install.packages(necessary[!installed], dep=T). No luck. Even manually issuing the comand in Rterm fails, package ?TinnR? is not available. Any idea how I could make my TinnR work?...
2009 Feb 02
2
Upgrading to TINN - R 2.1.1.6
I know this has been addressed before, but I'm still confused by the solution. When running TINN - R (ver 2.1.1.6) with R (2.8.0) I have lost the functionality of TINN-R It returns an error source(.trPaths[5], echo=TRUE, max.deparse.length=150) I modified the RProfile.site file as follows: options(pager="interal") .trPaths=c( 'C:/Documents and
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd like to suggest some changes to how package bundles are handled. My understanding is that a package bundle is essentially a convenient way to distribute related packages, so that users can download/install them in one shot. However, some users apparently get confused that one can do install.packages("abundle")
2005 Mar 10
4
dealing with package bundles (was RE: Gregmisc)
Given the confusions that some users have regarding package bundles, I'd like to suggest some changes to how package bundles are handled. My understanding is that a package bundle is essentially a convenient way to distribute related packages, so that users can download/install them in one shot. However, some users apparently get confused that one can do install.packages("abundle")
2010 Oct 07
0
Tinn-R and DDE
...mples: options(repos='http://software.rc.fas.harvard.edu/mirrors/R/') # USA #options(repos='http://cran.ma.imperial.ac.uk/') # UK #options(repos='http://brieger.esalq.usp.br/CRAN/') # Brazil library(utils) ## Check necessary packages necessary <- c('TinnR', 'svSocket') installed <- necessary %in% installed.packages()[, 'Package'] if (length(necessary[!installed]) >=1) install.packages(necessary[!installed]) ## Load packages library(TinnR) library(svSocket) ## Uncoment the two lines below if you want Tinn-R starts always R starts ## (Observat...
2010 Sep 12
0
packages update and error: no package called 'lattice',Error: package 'Hmisc could not be loaded; Tinn-R
...may happen ? Patrick #=============================================================== # Tinn-R: necessary packages and functions # Tinn-R: >= 2.1.1.2 #=============================================================== library(utils) # check necesary packages necessary = c('TinnR', 'svSocket') installed = necessary %in% installed.packages()[, 'Package'] if (length(necessary[!installed]) >=1) install.packages(necessary[!installed], dep=T) # set options options(use.DDE=T) # uncoment the line below if you want Tinn-R starts # always R starts options(IDE='C:/Program Fil...
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
...r integration, so I updated the following steps. Open the file 'Rprofile.site' and add the following lines to the end of the file: options(IDE = 'C:/Documents and Settings/Username/My Documents/Tinn-R/bin/Tinn-R.exe') options(use.DDE = TRUE) library(svIDE) library(svSocket) library(svIO) library(R2HTML) guiDDEInstall() Make the appropriate changes to the first line above so that it points to your Tinn-R installation directory. When I start R by clicking, I could see a single R window, and Tinn-R start too. But it doesn't push code from Tinn-R to R c...
2007 Jan 26
2
Using functions within functions (environment problems)
....1252 attached base packages: [1] "stats" "graphics" "grDevices" "datasets" "tcltk" "utils" "methods" "base" other attached packages: debug mvbutils lme4 Matrix lattice svSocket svIO R2HTML svMisc svIDE "1.1.0" "1.1.1" "0.9975-10" "0.9975-8" "0.14-16" "0.9-5" "0.9-5" "1.58" "0.9-5" "0.9-5" Dr. Colin Beale Spatial E...
2006 Feb 05
2
R socket communication
Hello, I tried to code a R socket server but I did not succeed. The problem is that once the R socket server is created, I call the readLines function and then R gets blocked. The client seems to work fine since I tested it with a PERL server. I tried many combination of params in the socketConnection but none of them worked. I have seen some examples where the server sends something to a client
2010 Jun 10
2
Capturing buffered output from Rterm
...m.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 Search Path: .GlobalEnv, package:datasets, CBRIForecast, package:RODBC, package:tree, package:locfit, package:lattice, package:akima, package:nlme, package:MASS, package:grDevices, package:geometry, KJRutils, package:xlsReadWrite, package:svSocket, package:TinnR, package:R2HTML, package:Hmisc, package:survival, package:splines, package:graphics, package:stats, CBRIutils, package:utils, package:tcltk, package:tools, package:methods, TempEnv, Autoloads, package:base
2010 Oct 02
2
Tinn R
Dear ALL, I am trying to run Tinn R for the first time with R. I have already selected the SDI option. When ever I run the code I get the following error: > source(.trPaths[4]) Error in source(.trPaths[4]) : object '.trPaths' not found Can any one help? Raphael
2007 Jan 03
0
RODBC : first line of data from query omitted
...RIC=C;LC_TIME=French_France.1252 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" "tcltk" "base" other attached packages: RODBC svIO R2HTML svMisc svSocket svIDE "1.1-7" "0.9-5" "1.58" "0.9-5" "0.9-5" "0.9-5" Thank's in advance, Wolfgang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInforma...
2010 Apr 01
0
export R data as web service
...ne:8675/csvDF?theData -> CSV export of data frame Then I C-c my server and continue working in R. Rserve has its own protocol, plus it spawns extra processes. biocep looks interesting, but it's far more ambitious than this, and I can't tell if it would actually work in this case. svSocket looks interesting, but (if I understand it correctly) it would be a lot of work to implement HTTP over its raw sockets. Basically, I have a few tools (including Excel) that know how to get data from web services, but no way to export data from R in a way that they can see. I'm spoiled a littl...
2007 Mar 22
2
difftime / RBloomberg
hi, I've troubles with some difftime objects. e.g. ISOdate(2001, 4, 26) - ISOdate(2001, 2, 26) - 2 works, telling me "Time difference of 57 days". But when I'd like to add days, such as ISOdate(2001, 4, 26) - ISOdate(2001, 2, 26) + 2 the function gives me an error. Function "as.COMDate.chron" of the Rbloomberg package doesn't work for that reason. I'm
2007 Apr 01
1
new warnings related to the extractor "$" with R 2.5.0alpha
...E=French_France.1252 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "tcltk" "methods" "base" other attached packages: aod RODBC fortunes svIO R2HTML svMisc svSocket svIDE "1.1-18" "1.1-8" "1.3-2" "0.9-5" "1.58" "0.9-5" "0.9-5" "0.9-5" -- Renaud LANCELOT D?partement Syst?mes Biologiques du CIRAD CIRAD, Biological Systems Department Campus International de Baillarguet...
2006 Feb 04
1
Using the lazy data mechanism
...52;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 Search Path: .GlobalEnv, package:MASS, package:car, package:methods, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:svIO, package:R2HTML, package:svMisc, package:svSocket, package:svIDE, package:tcltk, Autoloads, package:base ----- snip ----- Thanks, John -------------------------------- John Fox Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox