Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Dec 7, 2023
1 parent f520d94 commit d8092ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Imports:
brio,
cli,
digest,
gert,
glue,
httr2,
lifecycle,
Expand All @@ -36,10 +35,12 @@ Imports:
Suggests:
blogdown,
fs,
gert,
httptest2,
knitr,
quarto,
rmarkdown,
rprojroot,
sys,
testthat (>= 3.0.0)
Remotes:
Expand Down
5 changes: 5 additions & 0 deletions R/update.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ deepl_update <- function(path,
source_lang = NULL,
target_lang = NULL,
formality = c("default", "more", "less", "prefer_more", "prefer_less")) {


rlang::check_installed("rprojroot")
rlang::check_installed("gert")

formality <- rlang::arg_match(
formality,
values = c("default", "more", "less", "prefer_more", "prefer_less")
Expand Down

0 comments on commit d8092ab

Please sign in to comment.