Displaying 20 results from an estimated 20000 matches similar to: "R en printing"
2002 Aug 22
1
window "placement"
Using Thomas Baier's DCOM server I can do the following (in Windows 2000):
I create a slider in Excel, and the sliders On_Change event triggers a
call to R.
This call redraws an R graph, and so I have animated R graphics controlled
by Excel's slider.
The problem is that Excel needs focus so i can grab the slider, and
therefore it partially covers
R's graph window.
Is there a way to
1999 Dec 11
1
Graphics ?
Hi,
In the Windows version of R 0.65.1 I'd like to copy the results of a plot to
the clipboard either as a bitmap or as a metafile. The same thing in fact as
does the menu "Copy to the clipboard" provides but from the command line. I
intend to use the DCOM server version of R to do plots, among other things
and copy the results to the clipboard and show these on a picture box in my
2002 Jan 23
4
driving R from Python (calldll?)
Sam Rushing's Python extension 'calldll' will supposedly give me access
to any DLL,
and presumably R.DLL in particular, from Python. I have no experience
manipulating DLLs as
yet. I am learning Python. I can't find any simple step-by-step
instructions on how
to get done what I want to do. Does anyone have experience with this?
Is there a
better way? Of course, one can use
2005 Jun 30
1
Problems with menus in dvd-lab
Hi, I am having a problem with menus in DvdLab. (www.mediachance.com)
The application has the xp kind of menus with white background. I don't
have any other applications with menus like that, but my guess is that
it would happend the same with others. The problem is that the menu
opens white and only when I move the mouse over it the text appears.
(I have a screenshot at
2003 Jun 25
2
rw1062
hi
I need 'rw1062.zip' since i can't get excel, R1070 or R1071 to work with the R (D)COM Server
everything worked fine in the god rw1062 days
the lapack routines can't be loaded
'unable to load shared library c:\r/moduleslapack.dll, the specified library could not be found'
don't know if it's the forward slashes that anoys windows
btw, the libraries are in the
2001 Feb 09
1
link R to VB
Hi,
1. How to dynamic link the outputs from R to MS-Word
or MS-Excel?
2. I'd like to develop an VB application and use R as
the "backgroud calculator".
How do I call R and its function in VB?
Thanks,
Yu-Ling Wu
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
2003 Oct 22
2
Excel to R
I have Excel files containing data that I would like to move to R.
They are in the standard form of a one row header followed by
rows of data, one record per row EXCEPT that there are a few
rows of comments before the header. The number of rows of comments
varies. For Excel files of this form without comments I have had
success with:
require(RODBC)
z <-
2004 May 04
6
Runtime Error - abnormal program termination
Hi,
I'd like to run a win-prog with Linux but it fails: Runtime Error -
abnormal program termination.
In the console I get the following infos:
fixme:ole:CoCreateInstance no classfactory created for CLSID
{48071bd8-a9f0-11d0-954b-00a0c911760e}, hres is 0x80040154
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:ITypeLibComp_fnBind (L"Now", 10ba25, 0x3, 0x406ef200,
2003 Jun 24
8
excel files and R
Greetings everyone,
I am new at R. My questions is rather basic. Looking R manuals looks
like there should be a way to read MS excel files into R. Could
somebody tell me which library should I use for that?
Thanks in advance
Victor H. Marín
Laboratorio de Modelación Ecológica
Depto. de Ciencias Ecológicas, Fac. de Ciencias,
Universidad de Chile
Casilla 653 Santiago, Chile
2000 Sep 27
1
Wrapping R for windows in a com dll
Dear R Community,
I am trying to create a com dll wrapper for R in a mannor similiar to the R
Com Server by Thomas Baier except that I would much rather avoid using the
proxy dll ("Rproxy.dll"). Perhaps I don't really understand the reason for
going throug the proxy in the first place, but it seems like an unnecessary
indirection for an application which is not intended to use DCom.
1999 Nov 09
1
No subject
dear friends,
I would like to know if somebody out there who is very interested in the development of a spreadsheet interface or menu-driven statistical software based on R. Also, I would like to know if the data.entry function is already available on Windows because I understand that it only works with Unix which is quite rare in our place. More power.
Mark
-------------- next part
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
2002 Dec 09
2
R as a COM client - is it possible?
Dear all,
In S+, there are functions like
create.ole.object
call.ole.method
release.ole.object
for communicating with other programs which work as a COM server (on
Windows).
Is it possible to do something similar in R (I've studied the 'connections'
facilities, but they do not seem to work).
==========================================
S?ren H?jsgaard, PhD, Senior Scientist
2005 Jan 29
3
ole problem on chess game.
Hi,
I just installed wine and tried to run a chess game (WJChess which is a
freeware).
The game starts, I can access the game menus, the computer starts to
play, when I click on a chess "piece" (I don't know the english word),
it becomes red BUT I can't move it and I get the following message :
fixme:ole:OLEPictureImpl_get_hPal (0x403bea30)->(0x4069f708): stub
2008 Mar 17
3
driving R from MATLAB
I am trying to use R functions from my MATLAB code using a DCOM server.
I am working under Windows XP.
While I mange to run basic functions and run them using scripts, when I
try a more complicated set of functions I fail.
I am trying to perform survival analysis, using Surv
Surv(recruTime,recur)
Surv creates a somewhat complex output and I get the response
Problem evaluating command
2001 Jun 06
1
Calling R from C++ application
Hi,
I am trying to figure out if it's possible
to use R as a computational engine
for a C++-based windows application.
What I would like to do (from my C++ program)is:
- start R
- send some data from my program to R
- execute R program
- get data back to my application
(I was able to implement all this for
Matlab.)
I looked at Chapter 4 of "Modern Applied
Statistics with S-plus"
2000 Oct 05
2
DCom / StatConnector / Windows-Cygnus-Gcc ?
Hello List !
I want to use R as statistical & Graphical Tool for biological
simulation programs. So, I want to combine my programs (written
under cygnus-gcc on NT4.0) with R 1.0.1.1 under Windows.
The data, produced by my program will be sent to R. There it should
be statistically "transformed" and graphically displayed. The
simulation program may wait until R has calculated
2005 Mar 26
1
PC Study Bible
PC Study Bible 4.2B and 4.2C have problems with the menus which are
severely vertically compressed.
Screenshot of problem:
http://narnia.dnsalias.org/wine/PC%20Study%20Bible%20compressed%20menu%20flaw.png
I am using Fedora Core 3. I tried all the winehq WINE RPMs between
December and March. I think I used sidenet (not winetools) to
install IE. IE and other programs work OK.
The PC Study
2006 Aug 31
2
DCOM 1.3.5 Exception from HRESULT: 0x80040013 on iR.Init("R")
Hallo Everyone,
I have a problem getting R DCom to work on a MS Server 2003. I am using
Visual Studio 2005 to use some statistical functions from R. I have
installed DCOM 1.3.5. but as soon as the statement iR.Init("R") is executed
I get the following error:
Exception from HRESULT: 0x80040013
I have checked the path and the environmental variables and there are none
associated with
2001 Jan 08
3
Excel-to-R Interface
Hi,
I have some questions about Excel-to-R interface and I hope somebody can help me. Is it possible to call functions in a self-defined package from Excel using the Excel-to-R interface? We created the package successfully and can run all the functions inside R. But when we tried to run them from Excel, we kept running into problems. It seems we can not run anything that is not in the base