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

Deprecate_alias #503

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
update snapshots
strengejacke committed May 16, 2024
commit 1dfe031584883525f35684b669c52b00df433eb7
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/data_partition.md
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@
---

Code
str(data_partition(iris, proportion = 0.7, group = "Species", seed = 123))
str(data_partition(iris, proportion = 0.7, by = "Species", seed = 123))
Output
List of 2
$ p_0.7:'data.frame': 105 obs. of 6 variables:
@@ -109,7 +109,7 @@
---

Code
str(data_partition(iris, proportion = c(0.2, 0.5), group = "Species", seed = 123))
str(data_partition(iris, proportion = c(0.2, 0.5), by = "Species", seed = 123))
Output
List of 3
$ p_0.2:'data.frame': 30 obs. of 6 variables: