facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.53k stars 4.54k forks source link

Package installation issue #2618

Open woo1976 opened 2 months ago

woo1976 commented 2 months ago

Environment: R 4.4.1 in AlmaLinux Installing the latest Prophet R package failed. Error: Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) : invalid non-character version specification 'x' (type: double)

Looking at this https://github.com/OHDSI/DataQualityDashboard/pull/547/files#diff-d01dbc4cce6a847d101ce48e580754f42c7a5bad466f7fbdcc9a2a226a512cc1 , I guess the issue is similar.