Quantcast

internal error -3 in R_decompress1

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

internal error -3 in R_decompress1

jannis-2
Dear R community,

i ran into a quite cryptic error message while running some non
interactive calculations. The error message reads:

Error in formals(FilterTSeriesSSA) : internal error -3 in R_decompress1


This FilterTseriesSSA is a function I wrote. Where could such an error
originate from? What is the best place to start digging for the cause of
the error? Running the same line of code interactively or using the
output of dump.frames also does not reproduce the error.


Cheers
jannis

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: internal error -3 in R_decompress1

Jeff Newmiller
try

options (error= recover)

and examine the stack frames.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[hidden email]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
---------------------------------------------------------------------------
Sent from my phone. Please excuse my brevity.

Jannis <[hidden email]> wrote:

>Dear R community,
>
>i ran into a quite cryptic error message while running some non
>interactive calculations. The error message reads:
>
>Error in formals(FilterTSeriesSSA) : internal error -3 in R_decompress1
>
>
>This FilterTseriesSSA is a function I wrote. Where could such an error
>originate from? What is the best place to start digging for the cause
>of
>the error? Running the same line of code interactively or using the
>output of dump.frames also does not reproduce the error.
>
>
>Cheers
>jannis
>
>______________________________________________
>[hidden email] mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide
>http://www.R-project.org/posting-guide.html
>and provide commented, minimal, self-contained, reproducible code.

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
Loading...