Re: [Rd] invalid permissions

2024-10-22 Thread Koenker, Roger W
Ivan, Many, many thanks! Best, Roger > On Oct 22, 2024, at 10:44 AM, Ivan Krylov wrote: > > Dear Prof. Roger Koenker, > > On Tue, 22 Oct 2024 09:08:12 + > "Koenker, Roger W" wrote: > >>> fN <- rqss(y~qss(x,constraint="N")+z) >> >> *** caught segfault *** >> address 0x0, cause 'inv

Re: [Rd] invalid permissions

2024-10-22 Thread Ivan Krylov via R-devel
Dear Prof. Roger Koenker, On Tue, 22 Oct 2024 09:08:12 + "Koenker, Roger W" wrote: > > fN <- rqss(y~qss(x,constraint="N")+z) > > *** caught segfault *** > address 0x0, cause 'invalid permissions’ Given a freshly produced quantreg.Rcheck directory, I was able to reproduce this crash by r

[Rd] invalid permissions

2024-10-22 Thread Koenker, Roger W
Gurus: I have a new version of my quantreg package with minimal changes, mainly to fix some obscure fortran problems. It fails R CMD check —as-cran with the error: Running examples in ‘quantreg-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckEx

[Rd] Invalid permissions

2007-10-25 Thread miguez
Hi, I'm new to using complied code in R. I'm having a problem that might require further details but I think all I need is for someone to point me in the right direction. I wrote a C function which works fine if I load the shared object in the usual way using dyn.load("myfun.so"). However, if