Displaying 20 results from an estimated 28 matches for "rscproxy".
2008 Oct 07
1
LinkingTo on Windows
...possible to also have a reference to the generated
library (.dll on Windows) of the other package. So including a header file
from another package to call an (exported) function will just not help.
I've tried to implement a workaround for my package rcom (depending on
exported functions from rscproxy) by "manually" setting the library when
linking, but unfortunately this does not work for me, when rscproxy gets
installed into a different library (not the default one). OK, I could set
the library path relative to the source drive and absolute for the standard
library, so the "R CM...
2008 Dec 18
4
rscproxy version conflict
After installing the package 'rscproxy' downloaded from the CRAN server, I
get the following error message from R 2.8.0 about a version conflict :
package 'rscproxy' successfully unpacked and MD5 sums checked
The downloaded packages are in
C:\Documents and Settings\John Meerman\Local
Settings\Temp\Rtm...
2009 Sep 10
2
Insall package
Dear Sir
Subject: - *Install " rscproxy_1.3-1.tar.gz "*
I am working in Windows system. I was try to install *rscproxy* package
in two way.
*1.* install.packages ("rscproxy_1.3-1.tar.gz"), It shows the Warning:
unable to access index for repository
http://cran.pt.r-project.org/bin/windows/contrib/2.9
*2. * install....
2009 Mar 31
0
Connecting C# to R via rscproxy.dll does not return all results
Hi there,
I am using http://www.nabble.com/Using-R.dll-in-.NET-IPC-td13265477.html
this solution to hook a C# Application to R via rscproxy.dll.
So far it all works fine, except for the fact that whenever a line in the
result vector contains more than 1 return parameter (e.g. ttest´s confidence
interval from x to y) only the first value is returned (e.g x instead of x,
y)
How can I make it return all values?
Thanks, Stan
--
View th...
2009 May 03
2
clear screen?
I?ve been using this routine for several years. I?m sorry, I don?t remember
where I got it. It works as it should, viz. it blanks the R console. But
it requires package rcom and now that requires rscproxy.
cls <-
function ()
{
require(rcom)
wsh <- comCreateObject("Wscript.Shell")
comInvoke(wsh, "SendKeys", "\f")
invisible(wsh)
}
> cls()
Loading required package: rcom
Loading required package: rscproxy
This seems like overkill to me just to b...
2010 Oct 21
2
problem with D(COM) Server
...ding StatConnector Server... Done
Initializing R...Function call failed
Code: -2147221485
Text: installation problem: unable to load connector
I have looked extensively for a solution, including uninstalling and
re-installing both, checking registry keys and system paths. I can find
both rscproxy.dll and R.dll in the path, and the R_HOME variable is set
to "C:\Program Files\R\R-2.12.0".
R.dll is located in "C:\Program Files\R\R-2.12.0\bin\i386" and
rscproxy.dll in "C:\Program
Files\R\R-2.12.0\library\rscproxy\libs\i386\"
Any ideas?
Benjamin
[[...
2011 Apr 01
4
Rexcel path problem
...t;,sep="")
write.csv(z, file = savefile)
Rconsole message
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Loading required package: rcom
Loading required package: rscproxy
Error: '\T' is an unrecognized escape in character string starting
"source('X:\T"
> >
Jorge Nieves
[[alternative HTML version deleted]]
2009 Feb 10
1
need help with installRExcel()
Struggled a whole day, but still could not get DCOM working on my machine.
What I did is:
1. Installed R 2.8.1 under folder "../R/R-2.8.1"
2. Installed R_Scilab_DCOM3.0-1B5 under folder ".. \R\(D)COM Server"
3. Installed packages: rscproxy_1.0-12, RExcelInstaller_3.0-10,
rcom_2.0-4...
4. run the following commands:
library(rscproxy)
library(rcom)
comRegisterRegistry()
library(RExcelInstaller)
installRExcel()
Problems:
1) Got error message when I run "installRExcel()", which was
&...
2010 Nov 09
0
Problem on installing statconnDCOM and RBloomberg
...bit
R version 2.11.1 (2010-05-31)
Perform following steps to install rcom, statconnDCOM and RBloomberg
1) rcom installation
login Win7 as administrator and start R
> install.packages("rcom")
--- Please select a CRAN mirror for use in this session ---
also installing the dependency ?rscproxy?
trying URL
'http://ftp.ctex.org/mirrors/CRAN/bin/windows64/contrib/2.11/rscproxy_1.3-1.zip'
Content type 'application/zip' length 39922 bytes (38 Kb)
opened URL
downloaded 38 Kb
trying URL
'http://www.stats.ox.ac.uk/pub/RWin/bin/windows64/contrib/2.11/rcom_2.2-3.1.zip'...
2012 Jul 09
1
Issue with installing RExcel
Hi community. I'm fairly new to R and have a basic question. When I try to
install RExcel with the code:
install.packages("RExcelInstaller", "rcom", "rsproxy")
I get the message below:
Warning in install.packages("RExcelInstaller", "rcom", "rsproxy") :
'lib = "rcom"' is not writable
Error in
2013 Jan 15
1
Removing an attached object
...2 at the search path
search()
[1] ".GlobalEnv" "DATA" "package:foreign"
[4] "package:stats" "package:graphics" "package:grDevices"
[7] "package:datasets" "package:rcom" "package:rscproxy"
[10] "package:utils" "package:methods" "RExcelEnv"
[13] "Autoloads" "package:base"
Also when I enter the names of factors in this dataframe, such as 'AGE', I get a list of data values.
This is weird, why do...
2012 Jan 18
1
Executable Expressions II
...rarely a good idea....perhaps you could say a little more
about your overall goal and we could direct you to a more "R"-ish solution? "
I realise eval (known as execute in one of my other languages) is not a good idea. The background to my question is as follows:
Using rcom & rscproxy, I can deploy R as a COM server inside a C# or VB SOAP Web Service. Any methods that I write in the web service, will need input (or arguments) of unknown length or type etc.
Say, (trivial example) I wanted R to give me the mean, median of c(1,2,3,4,5), I can pass c(1,2,3,4,5) as the argument, h...
2013 Mar 28
1
question about attaching data
...".GlobalEnv" "dummy" "dummy"
[4] "dummy" "package:stats" "package:graphics"
[7] "package:grDevices" "package:datasets" "package:rcom"
[10] "package:rscproxy" "package:utils" "package:methods"
[13] "RExcelEnv" "Autoloads" "package:base"
I get the correct data, as the previous versions of dummy are 'masked from the search path'. What stops me from continuing this proce...
2008 Dec 31
1
cannot load package "splines"
...Local()
package 'mh1823' successfully unpacked and MD5 sums checked
updating HTML package descriptions
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: rcom
Loading required package: rscproxy
Loading required package: RODBC
Loading required package: RColorBrewer
Loading required package: survival
Loading required package: splines
Error in parse(n = -1, file = file) :
invalid multibyte character in parser at line 33
$B:x8m(B: unable to load R code in package 'mh1823'...
2011 Aug 26
0
Problem in calling R functions from Matlab
...= C:/Program Files/R/R-2.13.1/library
b =???? 1
c = ?????''
>> [a b c] = evalR('library()')
a = ??'ActiveX VT_ERROR: '
??? 'base'
??? 'ActiveX VT_ERROR: '
b =???? 1
c =???? ''
>> [a b c] = evalR('library(rgdal)')
a = 'rscproxy'
??? 'lattice'
??? 'fields'
??? 'spam'
??? 'rgdal'
??? 'sp'
??? 'stats'
??? 'graphics'
??? 'grDevices'
??? 'utils'
??? 'datasets'
??? 'methods'
??? 'base'
b =???? 1
c =???? ''...
2010 Oct 24
1
140 packages in R Commander!!
...9; 'quantreg' 'ROCR' 'sampleSelection' 'scatterplot3d' 'systemfit'
'truncreg' 'urca' 'oz' 'fUtilities' 'fEcofin' 'RUnit' 'quadprog' 'iterators'
'locfit' 'maps' 'rcom' 'rscproxy' 'sp' 'VGAM' 'MCMCpack' 'sna' 'gee'
'anchors' 'survey' 'ape' 'flexmix' 'rmeta' 'mlmRev' 'MEMSS' 'coda' 'party'
'ipred' 'modeltools' 'e1071' 'AER' '...
2009 Sep 15
0
chinese character support issue of rcom
Dear Sir,
rcom is a great package of R. Yet it seems that there is some problem of
Chinese character supporting.
comGetPropery() always get the part of the Chinese character.
Any suggestion would be appreciated.
Thanks.
Michael
> library(rcom)
Loading required package: rscproxy
> txe<-comCreateObject("Excel.Application")
> comSetProperty(txe,"Visible",TRUE);
NULL
> newwb <- comInvoke(comGetProperty(txe,"Workbooks"),"Add")
> ws <- comGetProperty(newwb,"Worksheets",1)
> e<-comGetProperty(ws,"R...
2012 Jun 07
1
R2wd error in wdGet
Dear list,
I'm trying to use R2wd package. I've installed the package and try wdGet().
However a error message came up. I'm presently using R 2.15.0
> wdGet()
Error in if (wdapp[["Documents"]][["Count"]] == 0)
wdapp[["Documents"]]$Add() :
argument is of length zero
Does anyone knows what this means?
Thanks a lot.
Andreia Leite
--
View this
2013 Sep 01
0
cannot install RExcel
I have followed the instructions according to:
http://rcom.univie.ac.at/download.html#RExcel
-- "You will have to install
. a suitable version of R (I have installed R 3.0.1, CRAN Amsterdam)
. a matching version of rscproxy
. statconnDCOM or rcom with statconnDCOM
Download RExcel 3.2.13
<http://rcom.univie.ac.at/download/RExcel.distro/RExcelInst3.2.13_HomeAndStu
dent.exe> "--
Executing the download, I receive the message:
http://rcom.univie.ac.at/download/RExcel.distro/RExcelInst3.2.13_HomeA...
2010 Apr 08
2
I can´t run the example shown in the inline package
I want to run some R script using the inline package (which allows to create
and run inline C++ code in my humble understanding).
So, after loading the required packages and copy and paste the example that
runs C code (in the Reference Manual as a PDF), I have a compilation error.
Any body has ever tried this inline package?
--
View this message in context: