search for: partnerrate

Displaying 6 results from an estimated 6 matches for "partnerrate".

Did you mean: partner_rate
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
2006 Jun 15
2
download.file() yields incomplete files with method="internal"
Dear all, as the bug # 7991 is flagged not-reproducible, let me give you some pieces of code, as I have the same or similar problem. The problem always shows up with the first example (a small text file) and only sometimes (but without obvious pattern) with the second example, which is a binary file. > download.file("ftp://ftp.nhc.noaa.gov/pub/atcf/btk/bal012006.dat",
2012 Mar 26
3
render :json not sending any data back ...
[rails 3.2.2] I perform an ajax call : ... $.ajax url: " /backoffice/expenses/rate" type: "GET" dataType: "json" data: project_id: $(''#project_id'').val() code: $(this).val() success: (result) -> alert result $(''#expense_price'').val(result) in
2004 Sep 30
2
pointsize in png graphics
Dear all, I'm trying to produce 2 png files, one consisting of an image plot and a color-table (also an image plot) and the other one consisting of 4 image plots and a color table. I'd like the color table to be exactly the same. The way I proceded is the following: for one plot and the color-table png(file = png.file, width = 650, height = 800, pointsize = 16) layout(matrix(c(1, 2),
2007 Mar 28
2
changes in behaviour of Rcmd SHLIB since 2.4.0
Dear all, I have some C code using the zlib uncompress. It compiles fine under Win XP (with SP2) with R up to 2.3.1 and generates four files (Makedeps, *.d, *.dll, and *.o): C:\Data\R-packages\cmg>rcmd SHLIB cmg.c -o cmg.dll latex: not found making cmg.d from cmg.c gcc -IC:/PROGRA~1/R/R-2.3.1/include -Wall -O2 -c cmg.c -o cmg.o cmg.c: In function `readcmg': cmg.c:33: warning:
2007 Feb 16
0
R_decompress1 and zlib
Dear all, I have a problem similar to what was already posted about two years ago (http://tolstoy.newcastle.edu.au/R/help/05/01/10011.html): I have a binary file, which contains a header and data compressed by zlib and written to the file as unsigned character. Here is, what I try to do: > zz <- file(in.file, 'rb') > ## the header has to be read in three parts due to the