similar to: How to handle NA in C#, RDCOM

Displaying 20 results from an estimated 60000 matches similar to: "How to handle NA in C#, RDCOM"

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
2008 Mar 31
2
Call R from C#
I would like to call functions/objects of R from C#.NET environment. I was wondering whether or not it is possible. If yes, could you please give me some suggestions on how to approach it (any examples/documentation on this)? Thanks! -James
2006 Dec 29
0
using speex in C#
Hi SAITAMA Taro, I have been using speex-1.2beta1 dll in our voice application written with C#. In order to use Speex correctly firstly I advice to you examination speexenc and speexdec projects. I have used unsafe code and fixed statements in C#. I have added following method to library and I used that instead of speex_encoder_init simply. void *speex_encoder_init_new(int modeID) { const
2006 Dec 28
0
using speex in C#
Hi, I have read the message below, http://lists.xiph.org/pipermail/speex-dev/2006-October/004924.html and try to use P/Invoke to use speex in C#. This is a part of my code. [StructLayout(LayoutKind.Sequential)] public struct SpeexBits { IntPtr chars; // "raw" data int nbBits; // Total number of bits stored in the stream int charPtr; // Position of the byte
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.
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
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 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 <-
2008 Dec 12
1
Please help me in Converting this from C# to R [C1]
Please, can you tell me if you know how can i use the library Igraph in C# ? Thanks Nadifi Taoufik ************************************************************************* This message and any attachments (the "message") are con...{{dropped:15}}
2015 Jun 01
0
sum(..., na.rm=FALSE): Summing over NA_real_ values much more expensive than non-NAs for na.rm=FALSE? Hmm...
This is a great example how you cannot figure it out after spending two hours troubleshooting, but a few minutes after you post to R-devel, it's just jumps to you (is there a word for this other than "impatient"?); Let me answer my own question. The discrepancy between my sum2() code and the internal code for base::sum() is that the latter uses LDOUBLE = long double (on some system
2008 Jan 25
1
Need Advice with C# Program to Create and Display Cusum Chart
I need to write a C# program to create and display Cusum chart from any of the packages, spc, qcc or strucchange. Issues: 1-The data resides in a MS SQL Database. The C# program will handle obtaining the data for the requisite types of samples. Assistance needed on: 1-How can I call the cusum capabilities of any of the above packages and pass the data to the cusum function and plot? 2-How
2007 Jun 14
0
FLAC: library for C#
is wrapping c++ any easier? because there is libFLAC++ otherwise, if you only need a certain subset of what FLAC does it might be easier to write a smaller C interface + wrapper implementation, then import that in c#. Josh --- Pyt <py.thoulon@gmail.com> wrote: > I tried that approach a while ago and failed miserably. Marshalling > the > structs of structs in the flac lib turned
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
This wrapper, I know how to make it in c# (Rewriting stdin and stdout is not possible because I?m discovering one sid after having examined another one) What I?m missing is the api calls (in order) that I need to do to create this connection. Many exports that rpcclient is using are not included in libsmbdlient. I can find the final rpc function, but not the functions to establish the right
2007 Aug 07
2
How to use speex library in C#?
Hi everybody, I am fresh for speex and vs.net c#,and I want to use speex in a existed project written by c# language,does anybody done this before?because I do not know how to use c in c#,I worked under linux environment for years,never touched vc.net.Maybe compile the source code into dll file and use them?I heard about the wrapper,what does this mean, Regards Chris -------------- next part
2010 Oct 08
0
C#/Silverlight port of Speex echo canceller
Background: I'm working on a web conferencing application hosted in Silverlight, and we desperately need an echo canceller. A while back, someone made a Java port of Speex (JSpeex), which was later ported to C# (CSpeex). However, those are based on an older version of the Speex code, and while they seem to interoperate just fine with the latest official release, they don't have certain
2015 Apr 17
2
Integración de R y C#
Hola a todos. Se me está plantendo la posibilidad de empezar a aprender C# para hacer algunos programillas (nada grande). El tema es que el otro día en un mail de esta misma lista alguien (lo siento, no recuerdo quien) puso un link a un post en el que se hablaba de la integración entre R y C#. Por supuesto para llegar a poder hacer esto primero tengo que entender las bases de .NET y C#, pero me
2011 Oct 23
1
R Data Frame to C# DataGridView - R.NET
This is more of a C# question, but it has to do with the conversion of a data frame using R.NET into an appropriate format to display on a C# DataGridView. My code is as follows (focusing on the button_Click) /private void button_displayDF_Click(object sender, EventArgs e) { REngine engine = REngine.GetInstanceFromID("RDotNet"); DataTable table = new
2007 Jun 14
0
FLAC: library for C#
2007/6/14, Josh Coalson <xflac@yahoo.com>: > > --- Erik de Castro Lopo <erikd-flac@mega-nerd.com> wrote: > > Harry Sack wrote: > > > > > Hi FLAC dev's list, > > > > > > I'm looking for a library for the C# language (Microsoft .Net > > > Framework 2.0or higher) to play FLAC files and/or maybe do some > > other > >
2020 Oct 10
2
Lookup sid with libsmbclient (invoked from c# on mono)
> Hello, > > I'm trying to resolve SID from a linux using a program written in c# > running under mono. > > I already know the Windows API LookupSID ( > https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-lookupaccountsida) > and its underlying raw RPC call ( >
2015 Jun 01
2
sum(..., na.rm=FALSE): Summing over NA_real_ values much more expensive than non-NAs for na.rm=FALSE? Hmm...
I'm observing that base::sum(x, na.rm=FALSE) for typeof(x) == "double" is much more time consuming when there are missing values versus when there are not. I'm observing this on both Window and Linux, but it's quite surprising to me. Currently, my main suspect is settings in on how R was built. The second suspect is my brain. I hope that someone can clarify the below