similar to: RDCOM interface and 17.1 R version troubles

Displaying 20 results from an estimated 10000 matches similar to: "RDCOM interface and 17.1 R version troubles"

2008 Oct 23
0
RODBC and RDCOM
I got a table on SQL Server, which has columns EquationId (int) and Formula (varch(900)). I need to select Formula with certain EquationId, for example, Select Formula from OGA_DEV.dbo.Equation where EquationId = 3 I tried to work within RGui using RODBC: > library(RODBC) > conn = odbcConnect("SQL Server") > odbcQuery(conn, "Select Formula from OGA_DEV.dbo.Equation where
2003 May 07
1
proc arima
I'd like to know if there is a way in the proc arima of the ts package to calculate the p-values of the parameters estimates if it used with the xreg option. Thank you for your answer. Regards, Marion Cordi?
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
2004 Jul 23
1
inno setup'iss files for R & RDCOM
Hi. I'd like to build installer for integrate my GUI program for R, R for win and RDCOM. Can the distribution like this be got permission? If so, installation of these softwares will be done in just one time. And where can I get each inno setup'iss file for R & RDCOM. Because these sources seem no to include their own iss file. Regards.
2007 Jul 20
2
RDCOM and R versions
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070720/5b905723/attachment.pl
2018 May 29
1
Excel Add-Ins Not Loaded When Using excel.link & RDCOM
Dear All, I am using excel.link package to open and modify Excel files. When I manually open Excel, all my add-ins are loaded without a problem. But when I open Excel using excel.link package, like: xls<-xl.get.excel() xl.workbook.open("MyFile.xlsx") some Excel add-ins are (installed but) not loaded. Since the problem is related to local add-ins at my side, I cannot reproduce the
2003 Jun 13
1
RDCOM Client: processes not terminating
Hello I am using Duncan Lang's RDCOM Client package (available on omegahat.org) under R 1.7.0 and Windows XP Pro. Is this the right forum for questions about this package? In case it is, here is my question: Instances of COM objects do not seem to terminate as expected, but leave residual processes running. For example, if I try the simple example: E <-
2009 Jan 22
0
How to handle NA in C#, RDCOM
I am using RDCOM as a data-transfer between R and C#.net. I got a question on datasets with missing data. For instance, if list = c(1,2,3,NA,5), in R, typeof(list) is integer but, in C#, I did not see a suitable data type for (1,2,3,NA,5). Of course, one can use is.na to transfer (1,2,3,NA,5) into string[] in C#. So, how to handle NA in this case? Please help. Thank, -james
2008 Jan 18
0
Need to install RDCOM
Hi, Where do I find the link to install RDCOM? I need to use RExcel for my project. Thanks a lot! Uma This e-mail may contain confidential and/or privileged i...{{dropped:13}}
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
2011 Sep 24
1
help
Mathew Brown Institute of Bioclimatology University of G?ttingen B?sgenweg 2 37077 G?ttingen, Germany t: +49 551 39 9359 mathew.brown at forst.uni-goettingen.de On 9/24/2011 6:00 PM, r-help-request at r-project.org wrote: > Send R-help mailing list submissions to > r-help at r-project.org > > To subscribe or unsubscribe via the World Wide Web, visit >
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
2006 Feb 20
1
Grandstream BT-101 POS Error
Hi- I'm at my wit's end trying to get a Grandstream BT-101 POS to register on my * server. Asterisk version is 1.2.1. GS Firmware is rev 1.0.6.7. Basically, I've setup the phone following the instructions at voip-info.org, and it registers for about 10 seconds, then after receiving the SIP NOTIFY from the * server, goes into "flashing display" mode, which indicates some
2013 Feb 23
1
Problem importing mail from maildir directory
Hi, I am trying to import mail from a maildir directory into dovecot using the 'doveadm import' command: ----------- bash-4.0$ doveadm -D import -u marion maildir:${HOME}/Mail '' ALL doveadm(marion): Debug: Loading modules from directory: /usr/lib64/dovecot doveadm(marion): Debug: Module loaded: /usr/lib64/dovecot/lib10_quota_plugin.so doveadm(marion): Debug: Loading modules
2003 Jul 16
1
arima.sim problems (PR#3495)
Full_Name: Gang Liang Version: 1.7.1 OS: Debian/Woody Submission from: (NULL) (192.6.19.190) > print(arima.sim(list(ar=.3,order=c(1,1,1)), 30)) [1] 0.00000000 0.10734243 0.02907301 -1.23441659 -0.98819317 -2.82731975 [7] -2.69052512 -4.22884756 -5.02820635 -5.41514613 -6.20486350 -7.01040649 [13] -6.78121289 -5.41111810 -4.96338053 -5.42395408 -6.22741444 -5.75228153 [19] -6.07346580
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
2006 Apr 07
1
fuzzy classification and dissimilarity matrix
Hello, I want to make a fuzzy classification from a dissimilarity matrix (calculated with daisy from package 'cluster'). I have tried to use fanny (package cluster) but I have the same problems than described in a previous message (http://tolstoy.newcastle.edu.au/R/help/05/05/4546.html) i.e. it always gives me two clusters in the results (even if k is different from 2) with the same
2002 Jun 24
3
Weird problem - one machine works another doesn't on new server - both OK on old one.
Hello and Thanks in Advance, I've been at this for three days now and can't think of anything else to try. Been through the docs and #samba on openprojects and even begged for direction in #samba-technical who suggested writing here. On the ancient RedHat 5.2 server (SAMBA 1.9?) both boxes work OK and continue to work OK with both servers now up (new one is from Mandrake 8.2 - SAMBA
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
2009 Apr 30
1
odbcConnectAccess function
HI: Is it possible to use the RODBC package within MS Access. I have been using from R but was just wondering if it could be used along with R(D)COM. Something like this: Dim dbs As DAO.Database Dim rst As DAO.Recordset Dim myApp As StatConnector Set myApp = New StatConnector myApp.GetErrorText myApp.Init "R" myApp.EvaluateNoReturn "library(RODBC)" myApp.EvaluateNoReturn