Skip to content

Commit 3ac0cc6

Browse files
committed
A01Sb_transformation adapted to svbox2025
1 parent ad2fdb1 commit 3ac0cc6

File tree

1 file changed

+2
-1
lines changed
  • inst/shiny/A01Sb_transformation

1 file changed

+2
-1
lines changed

inst/shiny/A01Sb_transformation/app.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ library(shiny)
66
library(learnitdown)
77
library(BioDataScience1)
88
library(data.io)
9+
library(svBase)
910
library(dplyr)
1011
library(ggplot2)
1112
library(chart)
@@ -55,7 +56,7 @@ server <- function(input, output, session) {
5556
labs <- paste(method, "de", label, sep = " ")
5657
}
5758

58-
data.io::labelise(switch(method,
59+
svBase::labelise(switch(method,
5960
"Aucune" = x,
6061
"Logarithme népérien" = log(x),
6162
"Racine carrée" = sqrt(x),

0 commit comments

Comments
 (0)