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

2005-12-27 Thread KNygren
: [Rd] Portability and Memory Issues for R-package On 12/27/2005 3:44 PM, [EMAIL PROTECTED] wrote: > 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 o

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

2005-12-27 Thread Duncan Murdoch
On 12/27/2005 3:44 PM, [EMAIL PROTECTED] wrote: > 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 > installatio

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 Duncan Murdoch
On 12/25/2005 2:35 PM, [EMAIL PROTECTED] wrote: > 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 algor

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

2005-12-26 Thread KNygren
PROTECTED] Behalf Of Nygren, Kjell (Union Meeting) Sent: Sunday, December 25, 2005 2:35 PM To: r-devel@r-project.org Subject: [Rd] Portability and Memory Issues for R-package I have an upcoming JASA paper with an iid sampling algorithm for Bayesian Generalized Linear models (e.g., Logit, Poisson

[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