Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/roxygen2/version: 8.0.0
16 changes: 16 additions & 0 deletions R/cls_data_2026.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#' Two classes, Two predictors 2026 Edition
#'
#' Used for the 2026 posit::conf tidymdoels workshop. The data contain two
#' predictors (`pred_1` and `pred_2`) and a factor colmnn (`class`) with
#' levels `"class_1"` and `"class_2"`. There are 1,000 rows in the data.
#'
#' @name cls_data_2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely open to other object names

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is reasonable

#' @aliases cls_data_2026
#' @docType data
#' @return \item{cls_data_2026}{a data frame}
#'
#' @keywords datasets
#' @examples
#' data(cls_data_2026)
#' str(cls_data_2026)
NULL
Binary file added data/cls_data_2026.rda
Binary file not shown.
19 changes: 19 additions & 0 deletions man/cls_data_2026.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion man/modeldata-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/sim_classification.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading