Skip to content

Commit

Permalink
remove files that are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed May 11, 2023
1 parent 68c79ab commit 53a2e10
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 532 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ Depends:
methods,
tibble
Imports:
checkmate,
grDevices,
grid,
stats,
utils
Suggests:
Expand Down
14 changes: 0 additions & 14 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export(export_as_txt)
export(get_keycols)
export(is_keycol)
export(listing_dispcols)
export(pag_listing_indices)
export(paginate_listing)
exportMethods("[")
exportMethods("main_footer<-")
exportMethods("main_title<-")
Expand All @@ -28,18 +26,6 @@ import(formatters)
import(methods)
import(tibble)
importFrom(formatters,export_as_txt)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grid,convertHeight)
importFrom(grid,convertWidth)
importFrom(grid,get.gpar)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,plotViewport)
importFrom(grid,pushViewport)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(stats,na.omit)
importFrom(utils,head)
importFrom(utils,tail)
194 changes: 0 additions & 194 deletions R/paginate_listing.R

This file was deleted.

3 changes: 0 additions & 3 deletions R/rlistings-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
#' @import tibble
#' @import methods
#' @importFrom utils head tail
#' @importFrom grid textGrob grid.newpage pushViewport plotViewport unit grid.draw
#' @importFrom grid convertHeight convertWidth get.gpar gpar
#' @importFrom grDevices dev.off pdf
#' @importFrom stats na.omit
NULL
114 changes: 0 additions & 114 deletions man/paginate.Rd

This file was deleted.

Loading

2 comments on commit 53a2e10

@gmbecker
Copy link
Collaborator

Choose a reason for hiding this comment

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

@shajoezhu please remove this branch. These changes are incorrect. We absolutely will be keeping the pagination tests, and paginate_listing.

I need to create a new branch from main with this name for staged deps.

@shajoezhu
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

hi @gmbecker , can you work on this branch directly, and making changes. Feel free to revert the changes in the last commit.

or

you can make a new branch 96_exporter_pagination_migration@96_exporter_pagination_migration, and the staged deps will work correctly. Thanks!

Please sign in to comment.