Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subclass result of initial_time_split() #397

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Conversation

hfrick
Copy link
Member

@hfrick hfrick commented Dec 7, 2022

closes #395

library(rsample)

initial_time_split(mtcars) |> class()
#> [1] "initial_time_split" "initial_split"      "rsplit"

Created on 2022-12-07 with reprex v2.0.2

@hfrick hfrick merged commit 3127e37 into main Dec 7, 2022
@hfrick hfrick deleted the subclass-initial_time_split branch December 7, 2022 13:31
@github-actions
Copy link

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Give result of initial_time_split() its own subclass
1 participant