Norbert Klink wrote:> Hi! > > I would like to use your tseries GARCH functionality in conjuction with > S-Plus 6 under Windows. Unfortunately, in order to make DLLs usable for > S-Plus it requires you to generate a so-called "S-Plus Chapter DLL", which > carries some S-Plus specific overhead. Loading your DLLs as they are > wouldn't work. Trying to compile the code didn't work either, since the F77 > calls seem to contain some Linux specifics (is that right?).Dear Norbert tseries is a package for R and it should work under most platforms (including Linux and Windows) supported by R. So I guess the calls are not Linux specific, but maybe R specific?> My question is: > Did you publish the Windows-compatible version, from which you generated the > Windows DLLs, so I could use that code to generate the S-Plus Windows DLLs?No. My only platform is Linux. I am not sure who is responsible for the Windows dll (B. D. Ripley?). But I cc this email to R-help. Maybe you get some feedback from there.> > Thank you for taking time. > Dr. Norbert Klink > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspxbest Adrian -- Dr. Adrian Trapletti Phone: +41 (0)1 994 56 31 Wildsbergstrasse 31 Fax : +41 (0)1 994 56 33 CH-8610 Uster Email: a.trapletti at bluewin.ch Switzerland WWW : trapletti.homelinux.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Adrian Trapletti wrote:> > Norbert Klink wrote: > > > Hi! > > > > I would like to use your tseries GARCH functionality in conjuction with > > S-Plus 6 under Windows. Unfortunately, in order to make DLLs usable for > > S-Plus it requires you to generate a so-called "S-Plus Chapter DLL", which > > carries some S-Plus specific overhead. Loading your DLLs as they are > > wouldn't work. Trying to compile the code didn't work either, since the F77 > > calls seem to contain some Linux specifics (is that right?). > > Dear Norbert > > tseries is a package for R and it should work under most platforms (including > Linux and Windows) supported by R. So I guess the calls are not Linux specific, > but maybe R specific?You are right. It compiles smoothly on, e.g., WinNT4.0 using the standard installation procedure for packages: Rcmd INSTALL tseries_0.9-0.tar.gz A binary version for R on Windows can be found at: http://cran.r-project.org/bin/windows/contrib/ Uwe Ligges> > My question is: > > Did you publish the Windows-compatible version, from which you generated the > > Windows DLLs, so I could use that code to generate the S-Plus Windows DLLs? > > No. My only platform is Linux. I am not sure who is responsible for the Windows > dll (B. D. Ripley?). But I cc this email to R-help. Maybe you get some feedback > from there.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._