asl / rssa

R package for Singular Spectrum Analysis
55 stars 27 forks source link

"initialize_fft_plan" not resolved from current namespace (Rssa) #236

Open felipelageduarte opened 6 years ago

felipelageduarte commented 6 years ago

I'm working in my Phd project using ssa and since I updated my OS Rssa doesn't work any more. It keeping sending me the following error message

Error in .Call("initialize_fft_plan", N, wmask, fmask, weights) :
  "initialize_fft_plan" not resolved from current namespace (Rssa)

Could you please help me?

Following my environment information:

platform       x86_64-apple-darwin15.6.0
arch           x86_64
os             darwin15.6.0
system         x86_64, darwin15.6.0
status
major          3
minor          4.4
year           2018
month          03
day            15
svn rev        74408
language       R
version.string R version 3.4.4 (2018-03-15)
nickname       Someone to Lean On

thx in advanced

asl commented 6 years ago

Have you tried to reinstall / recompile Rssa?

felipelageduarte commented 6 years ago

unfortunately yes. I even tried to remove, reboot and, after, reinstall the package by source (to recompile it to my architecture) and i couldn't get it running. Any idea what could be?

asl commented 6 years ago

What is the R code you're using to call Rssa?