Skip to content

Commit

Permalink
fix merge confilicts
Browse files Browse the repository at this point in the history
Merge branch 'main' into dev

# Conflicts:
#	components/server.R
#	req.txt
  • Loading branch information
thomas-enzlein committed Jul 2, 2024
2 parents 7872ad6 + 094613b commit 9f69406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,9 @@ server <- function(input, output, session) {
output$clustPlot <- renderPlotly({
if (appData$show_plot & !is.null(appData$clust)) {
show_spinner()
plotClusters(appData$clust, k = input$num_cluster)
p <- plotClusters(appData$clust, k = input$num_cluster)
hide_spinner()
return(p)
}
})

Expand Down
1 change: 1 addition & 0 deletions req.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ latrend
dtwclust
readr
clValid
clusterCrit

0 comments on commit 9f69406

Please sign in to comment.