Skip to content

Commit 661fcae

Browse files
Books meta updates (#363)
Co-authored-by: cderv <[email protected]> Co-authored-by: Christophe Dervieux <[email protected]>
1 parent 0175f8f commit 661fcae

26 files changed

+68
-44
lines changed

R/restore.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## This file is useful to manually restore some file during PR review of GHA auto update
22
## TODO: update automatic rules to fix the issue
33

4+
# main should be up to date
5+
gert::git_branch_checkout("main")
6+
gert::git_pull("upstream", refspec = "main", rebase = TRUE)
7+
gert::git_branch_checkout("updates/gha-auto")
8+
49
files <- fs::dir_ls("content/archive/internal/", glob = "*.md")
510

611
res <- purrr::map_lgl(files, ~ grepl("R course at Ewha Womans University.", brio::read_file(.x)))
@@ -18,10 +23,6 @@ files[res]
1823

1924

2025
# restore some file
21-
gert::git_branch_checkout("main")
22-
gert::git_pull("upstream", refspec = "main", rebase = TRUE)
23-
gert::git_branch_checkout("updates/gha-auto")
24-
2526
git_restore <- function(file) {
2627
if (file.exists(file)) return()
2728
sys::exec_wait("git", c("checkout", "main", "--", file))

content/archive/external/datascienceineducation-com.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Ryan A. Estrellado, Emily A. Freer, Joshua M. Rosenberg, and Isabella C
44
date: ""
55
tags: [Data Science, Education]
66
link: "https://datascienceineducation.com/"
7-
length_weight: "8.7%"
7+
length_weight: "0%"
88
cover: "https://datascienceineducation.com/dsieur-cover-routledge.jpg"
99
repo: "data-edu/data-science-in-education"
1010
pinned: false

content/archive/external/plotly-book-cpsievert-me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Carson Sievert"
44
date: "2019-12-19"
55
tags: [Visualization, Shiny, Guide, Data Analysis, Package, Data Science, Tidyverse]
66
link: "https://plotly-book.cpsievert.me/"
7-
length_weight: "7.1%"
7+
length_weight: "0%"
88
cover: "https://plotly-book.cpsievert.me/crc-cover.png"
99
repo: "ropensci/plotly"
1010
pinned: false

content/archive/external/r-graphics-org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "R Graphics Cookbook, 2nd edition"
33
author: "Winston Chang"
4-
date: "2025-09-09"
4+
date: "2025-10-01"
55
tags: [Guide]
66
link: "https://r-graphics.org/"
77
length_weight: "7.7%"

content/archive/external/rmd4sci-njtierney-com.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Nicholas Tierney"
44
date: "2020-09-09"
55
tags: [R Markdown, Guide, Statistics]
66
link: "https://rmd4sci.njtierney.com/"
7-
length_weight: "0%"
7+
length_weight: "3.1%"
88
pinned: false
99
---
1010

content/archive/external/www-bigbookofr-com.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Welcome :)"
33
author: "Oscar Baruffa"
44
date: ""
55
link: "https://www.bigbookofr.com/"
6-
length_weight: "7%"
6+
length_weight: "0%"
77
cover: "https://www.bigbookofr.com/images/Big_Book_of_R_social.png"
88
pinned: false
99
---

content/archive/external/www-cdyf-me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Coding Your Future: A Guidebook for Students"
3-
author: "Duncan Hull and illustrated by Bryan Mathers. The text of this guidebook is licensed CC-BY-NC-ND see cdyf.me/#license and was last updated on 26 August, 2025, Duncan Hull and Bryan Mathers"
3+
author: "Duncan Hull and illustrated by Bryan Mathers. The text of this guidebook is licensed CC-BY-NC-ND see cdyf.me/#license and was last updated on 01 October, 2025, Duncan Hull and Bryan Mathers"
44
date: ""
55
tags: [Guide]
66
link: "https://www.cdyf.me/"

content/archive/internal/becerra-je-mantrams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Mantrams for Mindfulness"
2+
title: "Mantrams for Mindfulness and Healing"
33
author: "José Becerra"
4-
date: "2025-09-24T15:48:33Z"
4+
date: "2025-09-30T11:02:16Z"
55
link: "https://bookdown.org/becerra_je/Mantrams/"
6-
length_weight: "2%"
6+
length_weight: "3.1%"
77
repo: "rstudio/bookdown-demo"
88
pinned: false
99
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Metod i kriminologi"
3+
author: "Kriminolog grupp vid Umeå universitet"
4+
date: "2025-09-28T07:48:36Z"
5+
tags: [Package]
6+
link: "https://bookdown.org/content/859fc13d-db38-4740-b199-1e3e0601bd75/"
7+
length_weight: "0%"
8+
repo: "rstudio/bookdown-demo"
9+
pinned: false
10+
---
11+
12+
<p>This is a minimal example of using the bookdown package to write a book. set in the _output.yml file. The HTML output format for this example is bookdown::gitbook,</p> [...] Vällkommen till Kriminologi A-C. Vi bygger upp innehållet i den här boken över tid och uppdaterar den allt eftersom för att ge den bästa möjliga introduktionen till kvantitativa metoder inom kriminologi som vi kan. Vi har börjat använda R (jämfört med andra som SPSS, STATA eller Jamovi) i dessa kriminologikurser av flera anledningar. För det första tror vi att R är mer mångsidigt, vilket gör det möjligt för studenter ...

content/archive/internal/dsciencelabs-calculus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Calculus and Its Applications"
33
author: "Bakti Siregar, M.Sc., CDS."
4-
date: "2025-09-24T14:40:22Z"
4+
date: "2025-09-30T03:35:15Z"
55
tags: [Data Science, Models]
66
link: "https://bookdown.org/dsciencelabs/calculus/"
7-
length_weight: "4.6%"
7+
length_weight: "4.7%"
88
cover: "https://bookdown.org/dsciencelabs/calculus/images/Cover.png"
99
pinned: false
1010
---

0 commit comments

Comments
 (0)