Skip to content

Commit 4e6ecac

Browse files
committed
ran styler
1 parent c962234 commit 4e6ecac

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

R/create_blogpost.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ print(allowed_tags)
1111

1212
# Fill in the info, e.g.:
1313
create_post(
14-
tags = c("TLG", "ADaM") # chose (multiple) from line 10
14+
tags = c("TLG", "ADaM"), # chose (multiple) from line 10
1515
post_name = "My Blog", # needs to be character vector (length 1)
1616
post_date = "2024-12-01", # needs to be length 1 character vector and will be auto-updated when your post is merged
1717
description = "", # you can fill the description in later as well

inst/WORDLIST.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1219,4 +1219,6 @@ ztamazonaws
12191219
zxqguo
12201220
Żyła
12211221
ZZHPh
1222-
zzz
1222+
zzz
1223+
IDAR
1224+

posts/2025-03-11_code_collaborati.../code_collaboration_in__ne_st.qmd

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ We welcome both individual contributors and organizations. Please reach out to c
6969

7070
```{r, echo=FALSE, message=FALSE}
7171
source("appendix.R")
72-
insert_appendix(
73-
repo_spec = "pharmaverse/blog",
74-
name = long_slug,
75-
# file_name should be the name of your file
76-
file_name = list.files() %>% stringr::str_subset(".qmd") %>% first()
77-
)
72+
insert_appendix(
73+
repo_spec = "pharmaverse/blog",
74+
name = long_slug,
75+
# file_name should be the name of your file
76+
file_name = list.files() %>% stringr::str_subset(".qmd") %>% first()
77+
)
7878
```

0 commit comments

Comments
 (0)