Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We support sequences with both positive and negative increments. However, the special case of a single-element sequence only works for positive increments (e.g., seq(1,1,1)) but fails with negative increment (e.g., seq(1,1,-1)) although both should return equivalent results.