Skip to content

Commit

Permalink
Vignettes with R code: also add 'Last run' in header
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Dec 18, 2023
1 parent 057b8c7 commit a3006e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion vignettes/qgis_expressions.Rmd
@@ -1,7 +1,9 @@
---
title: "How to use QGIS expressions in qgisprocess?"
author: "Floris Vanderhaeghe & Jannes Muenchow"
date: "Last updated: 2023-08-16"
date: |
| Last update: 2023-08-16
| Last run: `r Sys.Date()`
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{How to use QGIS expressions in qgisprocess?}
Expand Down
4 changes: 3 additions & 1 deletion vignettes/qgisprocess.Rmd
@@ -1,7 +1,9 @@
---
title: "Getting started with qgisprocess"
author: "Jannes Muenchow & Floris Vanderhaeghe"
date: "Last updated: 2023-08-16"
date: |
| Last update: 2023-08-16
| Last run: `r Sys.Date()`
output:
html_document:
toc: yes
Expand Down

0 comments on commit a3006e4

Please sign in to comment.