2025-04-14 12:13:38 +02:00
|
|
|
# This file is part of the standard setup for testthat.
|
|
|
|
|
# It is recommended that you do not modify it.
|
|
|
|
|
#
|
|
|
|
|
# Where should you do additional test configuration?
|
|
|
|
|
# Learn more about the roles of various files in:
|
|
|
|
|
# * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
|
|
|
|
|
# * https://testthat.r-lib.org/articles/special-files.html
|
|
|
|
|
|
|
|
|
|
library(testthat)
|
|
|
|
|
library(FreesearchR)
|
2025-04-15 16:14:03 +02:00
|
|
|
library(shiny)
|
2025-04-14 12:13:38 +02:00
|
|
|
|
2025-11-19 10:56:16 +01:00
|
|
|
|
|
|
|
|
i18n <- shiny.i18n::Translator$new(translation_csvs_path = here::here("inst/translations/"))
|
|
|
|
|
i18n$set_translation_language("en")
|
|
|
|
|
|
|
|
|
|
|
2025-04-14 12:13:38 +02:00
|
|
|
test_check("FreesearchR")
|