Re: [Rd] Build R on Haiku

2015-08-31 Thread Joe S
On 31 August 2015 at 15:21, Prof Brian Ripley wrote: > On 14/08/2015 15:19, Joe S wrote: > >> Are there any checks I can do to the R binary to test if it works >> properly? >> > > This does not seem to be about the R binary, but about dynamically loaded > modu

[Rd] Build R on Haiku

2015-08-14 Thread Joe S
s from make are below. Does anyone have any tips? I'm rather new to debugging at this low level. Are there any checks I can do to the R binary to test if it works properly? Cheers Joe *** make[3]: Entering directory `/Stor

Re: [Rd] Creating a Windows import lib from R.dll (x64)?

2010-10-18 Thread Joe Conway
roduce a one column file of symbols called R.def. Add the following two lines to the top of the file: LIBRARY R EXPORTS Then run the following using R.def lib /def:R.def /out:R.lib HTH, Joe -- Joe Conway credativ LLC: http://www.credativ.us Linux, PostgreSQL, and general Ope

Re: [Rd] external equiv to R_serialize()?

2009-03-31 Thread Joe Conway
Prof Brian Ripley wrote: On Mon, 30 Mar 2009, Joe Conway wrote: I'm trying to efficiently allow conversion of R objects to PostgreSQL bytea (raw binary) datatype within PL/R for persistent storage in Postgres tables. I have found R_serialize() which looks like what I need, -

Re: [Rd] external equiv to R_serialize()?

2009-03-31 Thread Joe Conway
Prof Brian Ripley wrote: On Mon, 30 Mar 2009, Joe Conway wrote: I'm trying to efficiently allow conversion of R objects to PostgreSQL bytea (raw binary) datatype within PL/R for persistent storage in Postgres tables. I have found R_serialize() which looks like what I need, -

[Rd] external equiv to R_serialize()?

2009-03-30 Thread Joe Conway
arked attribute_hidden. Is there some other externally available interface that I can use? Thanks, Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] [Plr-general] R_CHAR + 21 (memory.c:2573) in crash report...

2009-02-27 Thread Joe Conway
p r-devel from the thread from this point forward (I only maintained the cross-post so they could see that I was responding). Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] normalizePath bug (PR#13199)

2008-10-23 Thread joe
Full_Name: Joseph Haykov Version: 2.8.0 OS: Windows Submission from: (NULL) (216.189.177.202) normalizePath("C:\\DOCUME~1\\JOSEPH~1\\LOCALS~1\\Temp\\RtmpolZ4Vy\\file72ae2cd6.txt") returns: "\0354xl|\a\001 $v\001¨y8" instead of returning: "C:\\Documents and Settings\\Joseph Haykov\\Local Setti

[Rd] Rtools and GCC4 problem

2008-03-11 Thread Joe Byers
3 in MkRules and rseries will compile after fixing the isnan declaration. I was wondering if anyone had experienced this type of problem in other packages and what could be done to fix it here or if it is in Rtools. The Rtools version I downgraded to 26 from 27 to get the GCC3 compiler.. thank yo

Re: [Rd] gdb

2008-02-04 Thread Joe Bloggs
>Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > > On 4 February 2008 at 01:51, Joe Bloggs wrote: > | Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > | > | > On 3 February 2008 at 01:08, Joe Bloggs wrote: > | > | I am using gdb to debug a c++ library I made

Re: [Rd] gdb

2008-02-03 Thread Joe Bloggs
Dirk Eddelbuettel <[EMAIL PROTECTED]> writes: > On 3 February 2008 at 01:08, Joe Bloggs wrote: > | I am using gdb to debug a c++ library I made for R using Rcpp. > | However, when I step through the code it seems to go all over the place, > and some of the variables have been

[Rd] gdb

2008-02-02 Thread Joe Bloggs
I am using gdb to debug a c++ library I made for R using Rcpp. However, when I step through the code it seems to go all over the place, and some of the variables have been optimized out so I can't see their values. How can I compile without optimization? Also, is there any neat way to run R with g

Re: [Rd] RPM Key in Readme file

2007-11-01 Thread Joe W. Byers
Marc Schwartz wrote: > On Wed, 2007-10-31 at 22:35 -0500, Joe W. Byers wrote: > >> Marc Schwartz wrote: >> >>> On Wed, 2007-10-31 at 22:04 -0500, Joe W. Byers wrote: >>> >>> >>>> The readme file on the cran website f

[Rd] RPM Key in Readme file

2007-10-31 Thread Joe W. Byers
8 HMDC Linux Support <[EMAIL PROTECTED]> I went ot pgp.mit.edu and could not find the key. Any suggestions? Have a Happy Halloween all. Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Rexcelpoi

2007-10-03 Thread Joe W. Byers
gure out, but this one is beyond my capabilities. Any thoughts or suggestions are greatly appreciated. If you think the build warnings are important, I can rebuild the package and post those. Everyone have a wonderful day. Thank you Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] rJava and RJDBC

2007-09-27 Thread Joe W Byers
Simon Urbanek r-project.org> writes: > > Joe, > > which version of R and RJDBC are you using? The behavior you describe > should have been fixed in RJDBC 0.1-4. Please try the latest version > from rforge > install.packages("RJDBC",,"http://rforge.n

[Rd] rJava and RJDBC

2007-09-26 Thread Joe W. Byers
t;-.jcall("java/lang/ClassLoader","Ljava/lang/ClassLoader;", "getSystemClassLoader") .jcall("java/lang/Class", "Ljava/lang/Class;", "forName", as.character(driverClass)[1], TRUE, v) to no avail. I have tried different version

Re: [Rd] problem with findFun call from embedded R

2007-07-06 Thread Joe Conway
Jeffrey Horner wrote: Joe Conway wrote: I was debugging a problem reported to me regarding PL/R, and found that I can duplicate it using only R sources. It might be characterized as possibly a misuse of the findFun() function, but I leave that for the R devel experts to decide. My question

Re: [Rd] problem with findFun call from embedded R

2007-07-06 Thread Joe Conway
Joe Conway wrote: Yes, if I patch RNamedCall.c with the attached (based on your function), everything seems to work. Sorry -- I managed to mess up that patch. This one should be better. Joe *** ../../../R-2.5.1/tests/Embedding/RNamedCall.c Mon Sep 4 07:21:12 2006 --- RNamedCall.c Fri Jul

Re: [Rd] problem with findFun call from embedded R

2007-07-06 Thread Joe Conway
ces some more. The function provided by Jeffrey Horner on a nearby post seems to work well too. Thanks, Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] problem with findFun call from embedded R

2007-07-04 Thread Joe Conway
or starting Postgres leave the tty attached (stdout and stderr are directed to the log file). I ended up explicitly writing "R_Interactive = FALSE" just after running Rf_initEmbeddedR() -- is this a safe and reasonable thing to do? Thanks, Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] clients and carriage returns

2007-06-20 Thread Joe Conway
s > treated as whitespace. Semicolons (@samp{;}) may be used to separate > elementary expressions on the same line. I saw this paragraph, but it failed to register (through my thick skull) that Newline is quite literally \n. Thanks for pointing it out. Best regards, Joe __

[Rd] clients and carriage returns

2007-06-20 Thread Joe Conway
nvoking the R parser? - Should the same be done for \r to \n (e.g. on OS X)? - Any other considerations I should care for? Thanks, Joe __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Help understanding how nls parses the formula argument to estimate the model

2006-09-21 Thread Joe Byers
I could use some help understanding how nls parses the formula argument to a model.frame and estimates the model. I am trying to utilize the functionality of the nls formula argument to modify garchFit() to handle other variables in the mean equation besides just an arma(u,v) specification. My no

Re: [Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-07 Thread Joe Conway
ng to compile with PostgreSQL cvs HEAD (8.2devel), correct? That won't work as I've not yet adjusted PL/R to handle NULL elements in arrays (which is brand new in HEAD). But this is is now off topic here... Getting back on topic, unless someone can tell us that R.dll

Re: [Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-07 Thread Joe Conway
oy.newcastle.edu.au/R/help/03a/1690.html which may no longer be true. I have made no specific attempt to make PL/R compile under Windows because I did not think it was supported. If R.dll can be used under Windows in the same manner as libR.so on Linux, I'd bee happy to hear about it. J