Hi, when I try to install rsample on PositConnect or locally, I get the following error:
Error in vec_order()
:
! ...
must be empty.
Problematic argument:
• ..1 = "asc"
Did you forget to name an argument?
Backtrace:
▆
- ├─base::suppressWarnings(...)
- │ └─base::withCallingHandlers(...)
- ├─base::serialize(...)
- ├─base::as.list(base::getNamespace("rsample"), all.names = TRUE)
- ├─base::as.list.environment(base::getNamespace("rsample"), all.names = TRUE)
- ├─withr::with_seed(...)
- │ └─withr::with_preserve_seed(...)
- └─rsample::sliding_index(test_data(), index)
- └─slider::slide_index(...)
-
└─slider:::slide_index_impl(...)
-
└─slider:::slide_index_common(...)
-
└─slider:::slide_index_info(...)
-
└─slider:::check_index_must_be_ascending(i, i_arg)
-
└─slider:::compute_non_ascending_locations(i)
-
└─vctrs::vec_order(x, "asc")
-
└─rlang::check_dots_empty0(...)
-
└─rlang::check_dots_empty(call = call)
-
└─rlang:::action_dots(...)
-
├─base (local) try_dots(...)
-
└─rlang (local) action(...)
Execution halted
Does anyone know what to do to fix this?
Thanks!