Date: Tue, 1 Dec 1998 19:24:25 +0000
To: r-help@stat.math.ethz.ch
From: Douglas Steele <dsteele.demon.co.uk@dsteele.demon.co.uk>
Subject: Re: [R] dyn.load and/or add new package (Windows 98)
In-Reply-To: <Pine.SOL.3.96.981128001121.4739B-100000@ysidro>
In article <Pine.SOL.3.96.981128001121.4739B-100000@ysidro>, Alvaro A.
Novo <anovo@ysidro.econ.uiuc.edu> writes
>Hi,
>
>I have been trying to dyn.load a library (rq.obj), which will allow me to run
>a quantile regression function, but so far unsuccessfully.
In R, you can only dyn.load dll files, not obj files. In addition they
have to be built with the Mingw32 compiler (either directly on a Win9*
system, or cross-compiled from a unix system). Even then, there is a
bug in Win9* built dll's which may prevent dynamic loading (cross-
compiled OK). See Guido's help file for more information on building
dll's.
Perhaps you are confusing R with S+ where an obj file can be dynamically
loaded with dyn.load, provided the obj file was created with the Watcom
10.* compiler.
>This quantile regression package was prepared by Prof. Roger Koenker for
>Windows (he uses Unix).
Did he design it for use with R on a Windows system ? What compiler did
he use ?
-- Douglas Steele -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._