Skip to content

Commit be197d9

Browse files
committed
change {r} Sys.date() by !r Sys.date() in YAML header
1 parent 55227bc commit be197d9

25 files changed

+25
-25
lines changed

vignettes/datatable-benchmarking.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Benchmarking data.table"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format:
66
options:

vignettes/datatable-faq.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Frequently Asked Questions about data.table"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format:
66
options:

vignettes/datatable-importing.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Importing data.table"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Introduction to data.table"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-joins.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Joins in data.table"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-keys-fast-subset.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Keys and fast binary search based subset"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-programming.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Programming on data.table"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-reference-semantics.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Reference semantics"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-reshape.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Efficient reshaping using data.tables"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format
66
vignette: >

vignettes/datatable-sd-usage.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Using .SD for Data Analysis"
3-
date: "`{r} Sys.Date()`"
3+
date: !r Sys.Date()
44
output:
55
litedown::html_format:
66
options:

0 commit comments

Comments
 (0)