rjdverse / rjdemetra

R interface to JDemetra+ v 2.x
https://rjdverse.github.io/rjdemetra
52 stars 16 forks source link

Warnings in get_model() function #61

Open duncanelliott opened 5 years ago

duncanelliott commented 5 years ago

If I have a workspace with some multiprocessing documents in and there are some series which have no data, I get a warning when I run for example

lapply(mp, get_model,wk)

The warnings say

"The result of the object is NULL: have you compute the workspace importing?"

I have already run compute(wk), and I believe that the message is where there is missing time series. It might be worth considering the situations where the object will be NULL - missing time series might be quite a common one

AQLT commented 5 years ago

Could you send me a simple workspace to reproduce your problem? When there is an error during the processing, the error message is printed ("too many identical values" for example).