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
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

To be released as stacks 1.0.1.

* Removes an unneeded data import attribute from the `tree_frogs` example data
and its associated objects.

# stacks 1.0.0

stacks 1.0.0 is the first production release of the package. While this release
Expand Down
3 changes: 3 additions & 0 deletions data-raw/tree_frogs_tidy.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ tree_frogs <-
) %>%
slice_sample(n = nrow(.))

# wipe `problems` attribute
attributes(tree_frogs)$problems <- NULL

usethis::use_data(tree_frogs, internal = FALSE, overwrite = TRUE)
Binary file modified data/class_folds.rda
Binary file not shown.
Binary file modified data/class_res_nn.rda
Binary file not shown.
Binary file modified data/class_res_rf.rda
Binary file not shown.
Binary file modified data/log_res_nn.rda
Binary file not shown.
Binary file modified data/log_res_rf.rda
Binary file not shown.
Binary file modified data/reg_folds.rda
Binary file not shown.
Binary file modified data/reg_res_lr.rda
Binary file not shown.
Binary file modified data/reg_res_sp.rda
Binary file not shown.
Binary file modified data/reg_res_svm.rda
Binary file not shown.
Binary file modified data/tree_frogs.rda
Binary file not shown.
Binary file modified data/tree_frogs_class_test.rda
Binary file not shown.
Binary file modified data/tree_frogs_reg_test.rda
Binary file not shown.
Binary file modified tests/testthat/helper_data.Rda
Binary file not shown.