Displaying 20 results from an estimated 1000 matches similar to: "Catching R's (D)COM output in perl"
2001 Aug 12
1
R (D)COM automation server for windows, type mismatch?
Hello!
I just started experimenting with the (D)COM automation server for R
(server version 0.99, R 1.3.0, Win NT)
All the precompiled sample executables work.
When I write programms myself, in this case Visual Basic for Applications
within Excel, I can attach a graphics device but not a character device.
The controls I added to the form by means of the 'toolbox' both originate
from
2008 Sep 25
0
C++ & R: Displaying a lattice graphic using D Com
Dear list members,
When I modify the MFC sample (using the statconnector graphics device) to
show a lattice graph in the Active X control (actually the wireframe from
http://addictedtor.free.fr/graphiques/graphcode.php?graph=40 ) the program
runs without generating any errors, but the data-driven part of the plot
does not display. The bounding box is displayed, but not the axes or data
within
2003 Sep 10
2
Need your help-SOS
Hello,
I am a newbie in R project and trying to call prcomp(x) of R function
using (D)COM server communicate with R in ASP, and encountering the error
"Runtime error -2147221493(8004000b). Automation Error, Object is static,
operation not allowed."
Source code is shown as below:
<%
Set StatConn=Server.CreateObject("StatConnectorSrv.StatConnector")
2003 Sep 12
1
help - "Object is static, operation not allowed" Error
Hello,
I am a newbie in R project and trying to call prcomp(x) of R function
using (D)COM server communicate with R in ASP, and encountering the error
"Runtime error -2147221493(8004000b). Automation Error, Object is static,
operation not allowed." at line Result=StatConn.Evaluate("y<-prcomp(x)"). E
ven I have added the line StatConn.EvaluateNoReturn("library
2003 Oct 02
0
trouble with R com and python
hi there
i tried to use R from python
my pc is an intel 1600 with win98; python is python 2.2; R is rw1062, and R (D)COM Server V1.2
when i use the sample code provided in the readme.html, no problem, but when i try to read a file, a get a traceback error
(please see code enclosed)
has anyone ever tried to read file using python, or send commands from libraries (MASS...) ?
is there a
2005 Jun 07
0
Error calling "read.table" from Python
Hello,Everybody,
Now I am using R (D)COM Server from Python to manipulate some data. When I
try to use "read.table" function to read some data, an error occurred.
However these statements work well when they are input to R directly. It is
so odd.
The Python scripts are as the following,
from win32com.client import Dispatch
sc=Dispatch("StatConnectorSrv.StatConnector")
2003 May 26
1
R's DYLD_LIBRARY_PATH override problems on Mac OS X
In Mac OS X native version: The R shell wrapper (bin/R) overrides
default library search path with DYLD_LIBRARY_PATH and adds (among
others) /usr/X11R6/lib. This causes problems when modules need
(directly or indirectly) libraries from Apple's frameworks which are
masked by X11. Examples for such packages are SJava and RGL. SJava
needs JavaVM which in turn loads OpenGL framework. RGL
2008 Apr 12
4
Response to R across the university
This email isn't asking for assistance, but I thought R-help readers
would find it interesting. This week we offered a half-day
introduction to R for researchers at Augsburg University. The
response was astonishing. Although Augsburg has no medical faculty
and no engineers, there was far too much demand, with interest from
every faculty (barring theology, "for one small
2008 May 24
1
R outside of universities
R has spread far and wide with great success. It is not only used
extensively in universities, but also apparently in governmental
organisations and in industry. As the recent discussion of R's Pros
and Cons shows, there are many reasons for this. It would be
interesting to know just how widely R is used, where it is used most
(and where least or not at all). Does anyone have a
2006 May 16
1
R(DCOM) / StatConnector and PHP
hi
does anyone have knowledge on how to connected to StatConnector from PHP
I have tried:
new COM("STATCONNECTORSRVLib.StatConnector") or die("Unable to
instantiate StatConnector");
with no succes
regards soren
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
A while ago I compiled R 1.7.0 for AIX (with the above compiler - I'll
call it xlc) and I was surprised that it went quite smoothly.
Unfortunately with R 1.8.0 it's not as easy, but I succeeded at least
partially. Static R works fine (after some tweaking), but
--enable-R-shlib fails resp. produces a buggy R. Following are the
problems I encountered (in a warning-to-fatal-error
2003 Aug 29
1
about REPL and loops in general ...
I need to implement some external callbacks to R and I'm not happy with
the current REPL, since it prevents any general solution.
Are there plans to improve the current REPL anytime soon? The current
approach has some deficiencies you are surely aware of (only one input
(=external event loop), the loop is blocked while waiting for input in
R_ReadConsole, ...). But the major problem is
2003 Jan 09
0
Installing R-Excel Interface - Help requested (long)
Dear All,
I have attempted to install the R-Excel Interface with poor results.
The version of R is 1.6.1, the version of R-Excel is 1.0, the version of COM
is 0.99. All of these were downloaded Monday, 6 January 2003. R (version
1.6.1) is installed on the machine and appears to run correctly on its own.
The computer is a Compaq Pentium 4 machine with 128 meg of RAM running
Windows 2000 and
2003 Oct 23
2
linking to R.dll on Win32 - issues with recent MinGW?
I encountered several strange issues when linking to R.dll on Windows
and I wonder if anyone of the Windows savvy-folks here had seen some of
the issues before and have some explanation.
My Rserve links to R dynamic library. That works perfectly on unix
boxes and worked fairly well with older MinGW and older R (<=1.7.1).
What I do in fact is that I specify
-L$(R_HOME)/bin -lR
when linking.
2017 Sep 27
0
The OutliersO3 package is now on CRAN
Dear all,
The new package OutliersO3 is now available on CRAN:
<https://cran.r-project.org/web/packages/OutliersO3/index.html>.
The aim is to graphically compare results of outlier analyses for all possible combinations of variables in a dataset.
Various kinds of O3 (Overview of Outliers) plots can be drawn to show which cases are classified as outliers for which combinations of
2018 Feb 06
0
OutliersO3 version 0.5.3 released
Dear all,
A revised version of OutliersO3 is available on CRAN:
<https://cran.r-project.org/web/packages/OutliersO3/index.html <https://cran.r-project.org/web/packages/OutliersO3/index.html>>.
The package has been restructured. The default is now that the tolerance level is set individually for each of the (six) outlier methods included. Plots have been added, as have outlier
2017 Sep 27
0
The OutliersO3 package is now on CRAN
Dear all,
The new package OutliersO3 is now available on CRAN:
<https://cran.r-project.org/web/packages/OutliersO3/index.html>.
The aim is to graphically compare results of outlier analyses for all possible combinations of variables in a dataset.
Various kinds of O3 (Overview of Outliers) plots can be drawn to show which cases are classified as outliers for which combinations of
2024 Sep 25
0
GmooG, ChessGmooG, FilmsGmooG, ComradesM
Dear all,
GmooG, ChessGmooG, FilmsGmooG, ComradesM are dataset packages accompanying my book ?Getting (more out of) Graphics? (CRC Press 2024). They are now available on CRAN. R code producing the graphics in the book will be put online in a few weeks.
Regards
Antony
Professor Antony Unwin
Mathematics Institute,
University of Augsburg,
86135 Augsburg, Germany
[[alternative HTML version
2024 Sep 25
0
GmooG, ChessGmooG, FilmsGmooG, ComradesM
Dear all,
GmooG, ChessGmooG, FilmsGmooG, ComradesM are dataset packages accompanying my book ?Getting (more out of) Graphics? (CRC Press 2024). They are now available on CRAN. R code producing the graphics in the book will be put online in a few weeks.
Regards
Antony
Professor Antony Unwin
Mathematics Institute,
University of Augsburg,
86135 Augsburg, Germany
[[alternative HTML version
2003 Apr 21
2
R(D) Com under R1070
Dear List,
I have unregistered the working installation of R(D)COM from r1060 as
described in http://cran.r-project.org/contrib/extra/dcom/ReadMe.txt,
and have re-installed it for r1070.
Now, vbtest gives the following message:
Loading StatConnector Server... Done
Initializing R...Function call failed
Code: -2147221485
Text: installation problem: unable to load connector
Box: Method