Skip to content

Commit 167508f

Browse files
committed
Update fusen 0.3.0
1 parent 18e47d0 commit 167508f

File tree

7 files changed

+225
-185
lines changed

7 files changed

+225
-185
lines changed

.github/workflows/render-rmarkdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
options(renv.auth.formation = list(GIT_PAT = Sys.getenv("GITLAB_THINKR_PAT")))
5959
renv::restore()
6060
tmpform <- tempfile(pattern = "form-")
61-
git2r::clone("https://git.thinkr.fr/ThinkR/formation", local_path = tmpform,
61+
git2r::clone("https://forge.thinkr.fr/thinkr/thinkrverse/formation/", local_path = tmpform,
6262
credentials = git2r::cred_user_pass("gitlab-ci-token", Sys.getenv("GITLAB_THINKR_PAT")))
6363
remotes::install_local(path = tmpform, upgrade = FALSE, force = TRUE)
6464
# Rscript -e 'options(remotes.git_credentials = git2r::cred_user_pass("gitlab-ci-token", Sys.getenv("GITLAB_THINKR_PAT")));renv::restore()'

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ Imports:
1414
attachment,
1515
dplyr,
1616
flextable,
17+
fusen,
1718
git2r,
1819
here,
1920
knitr,
2021
remotes,
2122
testthat,
23+
usethis,
2224
xaringan,
2325
xaringanExtra
2426
Suggests:
25-
fusen,
2627
future,
2728
purrr,
2829
tidyverse

0 commit comments

Comments
 (0)