Weiming-Hu / AnalogsEnsemble

The C++ and R packages for parallel ensemble forecasts using Analog Ensemble
https://weiming-hu.github.io/AnalogsEnsemble/
MIT License
18 stars 5 forks source link

Unable to find method "generateAnalogs" #109

Closed Weiming-Hu closed 3 years ago

Weiming-Hu commented 3 years ago

The following error occurs under R version 4.0.0 with the RAnEn version 4.1.2.

Error in UseMethod("generateAnalogs") :
  no applicable method for 'generateAnalogs' applied to an object of class "c('Forecasts', 'list’)"

class(forecasts)
[1] "Forecasts" "list” 
Weiming-Hu commented 3 years ago

Closing this due to not being able to reproduce.