mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
getting started migrated as well
This commit is contained in:
parent
fde5a22526
commit
67e425d510
5 changed files with 10 additions and 161 deletions
|
|
@ -10,4 +10,9 @@ library(testthat)
|
|||
library(FreesearchR)
|
||||
library(shiny)
|
||||
|
||||
|
||||
i18n <- shiny.i18n::Translator$new(translation_csvs_path = here::here("inst/translations/"))
|
||||
i18n$set_translation_language("en")
|
||||
|
||||
|
||||
test_check("FreesearchR")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue