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
internal error -3 in R_decompress1
2 messages · Jannis, Jeff Newmiller
try
options (error= recover)
and examine the stack frames.
---------------------------------------------------------------------------
Jeff Newmiller The ..... ..... Go Live...
DCN:<jdnewmil at dcn.davis.ca.us> 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 <bt_jannis at yahoo.de> 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
______________________________________________ R-help at r-project.org 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.