[6519] in s-news-athena
Re: Haerdle's Smoothing Functions and DLL
daemon@ATHENA.MIT.EDU (Prof. Brian Ripley)
Mon Feb 27 06:32:53 1995
Date: Mon, 27 Feb 95 11:10:50 GMT
From: ripley@stats.ox.ac.uk (Prof. Brian Ripley)
To: s-news@utstat.toronto.edu
Cc: hyndman@staff.monash.edu.au
> From: hyndman@staff.monash.edu.au
> Subject: Haerdle's Smoothing Functions and DLLs
> Date: Mon, 27 Feb 1995 04:48:28 GMT
>
> Has anyone converted the haerdle library on statlib for use as a DLL with
> Splus 3.2 for Windows? For that matter, is there any simple way to take a
> library written for a UNIX compiler and convert it to a DLL?
>
It is much easier to convert such packages to use dyn.load (and both
dyn.load and dll.load need version 3.2, I believe). In this case I
have done so. The appropriate file is
markov.stats.ox.ac.uk:/pub/SWin/haerdle.zip
Also in that directory is a converted version of the multinom library,
as well as files for the Venables & Ripley libraries (including dynamic
loading).
My ability to test things under Windows is severely limited by a lack of
time and tools (I do not possess a PC) so only superficial testing has
been done of the multinom and haerdle libraries. As and when time
permits, more libraries will be added to this collection.
Brian Ripley