Skip to content
Prev 1788 / 398506 Next

Quantile Regression Error

On Wed, 6 Jan 1999, Alvaro A. Novo wrote:

            
Those are warnings coming from g77 but this is allowed Fortran (if perhaps
not very good Fortran).  You will get warnings from g77 from quite a few
CRAN packages, but in this case I get warnings from Sun's f77 too.
The problem is actually in the output you sent (thanks):
Note the case difference. quantreg/R/zzz.R contains

".First.lib" <- 
function(lib, pkg) {
   library.dynam("Quantreg", pkg, lib) }

and you need to replace "Quantreg" by "quantreg". This does not matter on a
DOS file system which is what the submitter used (on Windows 98, I
believe), and indeed the files are in DOS format.

This then works for me. (There is also a line in R/rq.R,

        if(!is.loaded(symbol.For("rq")))
                dyn.load("rq.dll")  #Changed(Kjetil). May need rewording
for non-windows systems 
that should be removed in R.)


I was going to suggest it would be better to contact the porter rather
than this list, but he has not given his email address anywhere in
the files (it is usually in the DESCRIPTION file).  So Kjetil,
quantreg_2.0-2, please. (If you can, use LF-terminated file: the simplest
way I know on Windows is to use zip -ll and then unzip.)