Displaying 2 results from an estimated 2 matches for "smxpy8".
Did you mean:
smxpy
2024 Oct 22
1
invalid permissions
...ck", .libPaths()))
library(quantreg)
example(plot.rqss)
The crash happens in the Fortran code:
Thread 1 "R" received signal SIGSEGV, Segmentation fault.
0x00007ffff3d77bd4 in pchol (m=5, n=1, xpnt=..., x=..., mxdiag=6971508156.8648586, ntiny=0, iflag=0,
smxpy=0x7ffff3d75b80 <smxpy8>,
tiny=<error reading variable: Cannot access memory at address 0xe00000000>,
large=<error reading variable: Cannot access memory at address 0x5b14e898>) at cholesky.f:4927
4927 IF (DIAG .LE. tiny * MXDIAG) THEN
(gdb) bt
#0 0x00007ffff3d77bd4 in pchol
(m=5...
2024 Oct 22
1
invalid permissions
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 = "CheckExEnv")
> ### Name: plot.rqss
> ### Title: Plot Method for rqss Objects