Skip to content

Figure dashboard#187

Merged
andersone1 merged 6 commits intomainfrom
fig-dashboard
Jan 21, 2026
Merged

Figure dashboard#187
andersone1 merged 6 commits intomainfrom
fig-dashboard

Conversation

@michaelmcd18
Copy link
Collaborator

No description provided.

@michaelmcd18
Copy link
Collaborator Author

Adding a new function figureDashboard() to replace the compareFigures() function. Issues with the existing function are mainly the limitations with the HTML method. This new function allows the user to see all previous revisions of a figure and not just the last

@andersone1
Copy link
Collaborator

@michaelmcd18
one small change, line 95 of /data/review/R/compareDashboard.R:

svn_log <- shiny::reactive({
  getRevHistory(.file = current_file())
})

to:

svn_log <- shiny::reactive({
  getRevHistory(.file = pathFromLogRoot(current_file()))
})

The QC log check in getRevHistory expects the path relative to the top of the project - the files in compareDashboard won't typically something be tracked by the QC log, however this covers us just incase.

@andersone1 andersone1 merged commit eacad6a into main Jan 21, 2026
6 checks passed
@andersone1 andersone1 deleted the fig-dashboard branch January 21, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants