Set rlang requirement to avoid bug in #592

This commit is contained in:
Ben Letham 2018-12-03 13:54:08 -08:00
parent e3ad97b8b3
commit fe677f290b

View file

@ -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),