Skip to content

Commit

Permalink
fix test after fct edit, export links
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-plutniak committed Oct 30, 2023
1 parent a808791 commit 16f2780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/app_server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1532,11 +1532,11 @@ app_server <- function(input, output, session) {
tagList(
"> ", .term_switcher("export.to"),
actionLink("run.amado",
label = "Amado (Seriation)",
label = "AMADO online",
onclick = paste("window.open('",
amado.url(), "', '_blank')")),
"(", .term_switcher("download"),
downloadLink("download.amado", " CSV"), ")"
downloadLink("download.amado", " CSV"), ") for seriation and classification"
)
})

Expand Down Expand Up @@ -1585,7 +1585,7 @@ app_server <- function(input, output, session) {
onclick = paste("window.open('",
seriograph.url(), "', '_blank')")),
"(", .term_switcher("download"),
downloadLink("download.seriograph", " CSV"), ")"
downloadLink("download.seriograph", " CSV"), ") for seriation."
)
})

Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test.do_section_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ test_that(".do_section_plot", {
refitting.df = refits.res,
show.refits = FALSE,
colors = as.character(unique(df$data$layer_color)),
grid.legend = "test",
grid.coord = grid.coords.res,
coords = coords,
axis.labels = axis.labels.res,
Expand Down

0 comments on commit 16f2780

Please sign in to comment.