[Rd] Portability and Memory Issues for R-package

2005-12-25 Thread KNygren
I have an upcoming JASA paper with an iid sampling algorithm for Bayesian Generalized Linear models (e.g., Logit, Poisson Regression, and Conditional Logit models with multivariate normal priors). At this point, I have implemented the algorithms in C and hope to make the functions and correspon

Re: [Rd] Portability and Memory Issues for R-package

2005-12-26 Thread KNygren
I was able to get the memory issues resolved, so no need to post a response in that regards. When it comes to the portability issues, I would still like to understand how to best deal with it in regards to the gsl library. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: [Rd] Portability and Memory Issues for R-package

2005-12-27 Thread KNygren
My guess is that the key step for a user to be able to use my package still would be to install the gsl library first so it can be accessed during the build. I am not sure if Robin has a set of instructions for platform specific installation of his package (which would likely include the pre-ins

Re: [Rd] Portability and Memory Issues for R-package

2005-12-27 Thread KNygren
Not getting users was one of my main concern. So let me make sure I understand the suggestions correctly. A. I should check if the GSL routines I make use of are part of Brian's binary build. If not, I should look into having the required routines added to that build (going through Robin (or