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
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Imports:
fs,
cli,
rmarkdown,
tinytex,
pmtables,
tidyr,
stats,
Expand Down
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Generated by roxygen2: do not edit by hand

export("%>%")
export(compareFigures)
export(compareTables)
export(compareDashboard)
export(demoRepo)
export(diffDashboard)
export(diffFiles)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# review development

## New features and changes

- Added new function `compareDashboard` to allow users to compare different revisions of output files. (#187)

- Removed functions `compareTables` and `compareFigures` as `compareDashboard` is an improved solution. (#187)

# review 3.12.1

## Bug fixes
Expand Down
193 changes: 0 additions & 193 deletions R/buildCompare.R

This file was deleted.

Loading