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

477 transfer slices store #478

Merged
merged 6 commits into from
Oct 19, 2023
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: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export(is.teal_slices)
export(list_to_teal_slices)
export(remove_filter_state)
export(set_filter_state)
export(slices_restore)
export(slices_store)
export(teal_slice)
export(teal_slices)
import(R6)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Miscellaneous

* Specified minimal version of package dependencies.
* Removed storing and restoring of `teal_slices` objects.

# teal.slice 0.4.0

Expand Down
83 changes: 0 additions & 83 deletions R/teal_slice-store.R

This file was deleted.

4 changes: 2 additions & 2 deletions R/teal_slice.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
#' `teal_slice` also receives class `teal_slice_var` or `teal_slice_expr`, respectively.
#'
#' @note When `teal_slice` is printed and contains a `POSIX*t` class in `selected` or `choices` fields, then those
#' fields are converted to `UTC` timezone, for enhanced and unified storage and restoring with `slices_store()` and
#' `slices_restore()`.
#' fields are converted to `UTC` timezone, for enhanced and unified storage and restoring with `teal::slices_store()`
#' and `teal::slices_restore()`.
#'
#' @examples
#' x1 <- teal_slice(
Expand Down
2 changes: 1 addition & 1 deletion R/teal_slices.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#'
#' @note When `teal_slices` are printed and any of `teal_slice` elements contain a `POSIX*t` class in `selected` or
#' `choices` fields, then those fields are converted to `UTC` timezone, for enhanced and unified storage and restoring
#' with `slices_store()` and `slices_restore()`.
#' with `teal::slices_store()` and `teal::slices_restore()`.
#'
#' @return
#' `teal_slices`, which is an unnamed list of `teal_slice` objects.
Expand Down
2 changes: 0 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ reference:
- clear_filter_states
- teal_slice
- teal_slices
- slices_store
- slices_restore
- title: For Developers
subtitle: R6 Classes
desc: Abstract and concrete classes used to build teal functionality.
Expand Down
25 changes: 0 additions & 25 deletions man/slices_restore.Rd

This file was deleted.

43 changes: 0 additions & 43 deletions man/slices_store.Rd

This file was deleted.

4 changes: 2 additions & 2 deletions man/teal_slice.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/teal_slices.Rd

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

151 changes: 0 additions & 151 deletions tests/testthat/test-teal_slice-store.R

This file was deleted.