mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-26 03:01:03 +00:00
Set rlang requirement to avoid bug in #592
This commit is contained in:
parent
e3ad97b8b3
commit
fe677f290b
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ Description: Implements a procedure for forecasting time series data based on
|
|||
handles outliers well.
|
||||
Depends:
|
||||
R (>= 3.2.3),
|
||||
Rcpp (>= 0.12.0)
|
||||
Rcpp (>= 0.12.0),
|
||||
rlang (>= 0.3.0.1)
|
||||
Imports:
|
||||
dplyr (>= 0.5.0),
|
||||
dygraphs (>= 1.1.1.4),
|
||||
|
|
|
|||
Loading…
Reference in a new issue