update brand and metadata.yml

This commit is contained in:
2025-11-24 01:00:28 +08:00
parent 0c1b963a90
commit 3536796b71
7 changed files with 234 additions and 183 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ rmdify::rmd_init()
```{r}
#| output: asis
data.frame(fd = dir(".", pattern = ".[-_]")) |>
dplyr::filter(!grepl("_files", fd)) |>
dplyr::filter(!grepl("quarto", fd)) |>
data.frame(fd = dir(".", pattern = "\\d{4}[-_]")) |>
dplyr::mutate(
fn = purrr::map_chr(
fd,