Skip to content

Commit

Permalink
refactor: remove reframe.incidence2()
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTaylor committed May 23, 2024
1 parent 3ef19c2 commit 54b23d5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 26 deletions.
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ S3method(mutate,incidence2)
S3method(nest,incidence2)
S3method(plot,incidence2)
S3method(rbind,incidence2)
S3method(reframe,incidence2)
S3method(split,incidence2)
S3method(summarise,incidence2)
S3method(summary,incidence2)
Expand Down Expand Up @@ -66,7 +65,6 @@ export(mutate)
export(muted)
export(nest)
export(new_incidence)
export(reframe)
export(regroup)
export(regroup_)
export(summarise)
Expand All @@ -76,7 +74,6 @@ import(data.table, except = c(isoweek, year))
import(grates)
importFrom(data.table,as.data.table)
importFrom(dplyr,mutate)
importFrom(dplyr,reframe)
importFrom(dplyr,summarise)
importFrom(pillar,tbl_sum)
importFrom(tibble,as_tibble)
Expand Down
1 change: 0 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- `split.incidence2()`
- `mutate.incidence2()`
- `summarise.incidence2()`
- `reframe.incidence2()`
- `nest.incidence2()`

- Added coercion methods for [tibble](https://cran.r-project.org/package=tibble)
Expand Down
18 changes: 0 additions & 18 deletions R/reframe.R

This file was deleted.

5 changes: 2 additions & 3 deletions man/reexports.Rd

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

1 change: 0 additions & 1 deletion vignettes/incidence2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ To create and work with `incidence2` objects we provide a number of functions:
- Methods for generics from the wider R package ecosystem, including:
- `mutate.incidence2()`
- `summarise.incidence2()`
- `reframe.incidence2()`
- `nest.incidence2()`
- `as_tibble.incidence2()`
- `as.data.table.incidence2()`
Expand Down

0 comments on commit 54b23d5

Please sign in to comment.