Skip to content

Commit

Permalink
update badge and push fixed glue_data
Browse files Browse the repository at this point in the history
TinasheMTapera committed Mar 31, 2024
1 parent a46897b commit ee5eb5e
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
# ReproducibleResumeCV

<!-- badges: start -->
[![CircleCI](https://circleci.com/gh/TinasheMTapera/ReproducibleResumeCV/tree/main.svg?style=svg)](https://circleci.com/gh/TinasheMTapera/ReproducibleResumeCV/tree/main)
[![GithubActions](https://github.com/TinasheMTapera/ReproducibleResumeCV/actions/workflows/render-rmarkdown.yaml/badge.svg)](https://github.com/TinasheMTapera/ReproducibleResumeCV/actions/workflows/render-rmarkdown.yaml)
<!-- badges: end -->


26 changes: 13 additions & 13 deletions one_page_resume/one_page_resume_pagedown.Rmd
Original file line number Diff line number Diff line change
@@ -212,20 +212,20 @@ all_data[['jobs']] %>%
group_by(role, company, where, timeline) %>%
mutate(task_num = paste0("task_", row_number())) %>%
pivot_wider(names_from = task_num, values_from = tasks) %>%
unite(col = bullets, contains("task_"), sep = "\n", na.rm = TRUE) #%>%
unite(col = bullets, contains("task_"), sep = "\n", na.rm = TRUE) %>%
# glue_data(
# "### {role}",
# "\n\n",
# "{company}",
# "\n\n",
# "{where}",
# "\n\n",
# "{timeline}",
# "\n\n",
# "{bullets}",
# "\n\n\n",
# )
glue_data(
"### {role}",
"\n\n",
"{company}",
"\n\n",
"{where}",
"\n\n",
"{timeline}",
"\n\n",
"{bullets}",
"\n\n\n"
)
```

Selected Publications {data-icon=book data-concise=true}

0 comments on commit ee5eb5e

Please sign in to comment.