Skip to content

Commit 7b338b8

Browse files
committed
update package metadata
1 parent 2db0769 commit 7b338b8

8 files changed

Lines changed: 17 additions & 11 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "flandersqmd: Auxiliary Function for the Flandersqmd Quarto Extensions",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"license": "GPL-3.0",
55
"upload_type": "software",
66
"description": "<p>Prepare new documents using the Flandersqmd extensions.<\/p>",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ abstract: "Prepare new documents using the Flandersqmd extensions."
2222
identifiers:
2323
- type: url
2424
value: https://inbo.github.io/flandersqmd/
25-
version: 0.0.4
25+
version: 0.0.5

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: flandersqmd
22
Title: Auxiliary Function for the Flandersqmd Quarto Extensions
3-
Version: 0.0.4
3+
Version: 0.0.5
44
Authors@R: c(
55
person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
@@ -38,4 +38,4 @@ Config/testthat/edition: 3
3838
Encoding: UTF-8
3939
Language: en-GB
4040
Roxygen: list(markdown = TRUE)
41-
RoxygenNote: 7.3.3
41+
Config/roxygen2/version: 8.0.0

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# flandersqmd 0.0.4
1+
# flandersqmd 0.0.5
22

33
* Add automated pre-/post-render helper functions (#6)
44
* Add tutorial on child documents with pre-/post-render functions
55

6+
# flandersqmd 0.0.4
7+
8+
* Use `citeme` instead of `checklist` for citation management.
9+
610
# flandersqmd 0.0.3
711

812
* Create Docker for rendering the examples.

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ citHeader("To cite `flandersqmd` in publications please use:")
22
# begin checklist entry
33
bibentry(
44
bibtype = "Manual",
5-
title = "flandersqmd: Auxiliary Function for the Flandersqmd Quarto Extensions. Version 0.0.4",
5+
title = "flandersqmd: Auxiliary Function for the Flandersqmd Quarto Extensions. Version 0.0.5",
66
author = c(person(given = "Thierry", family = "Onkelinx")),
77
year = 2026,
88
url = "https://inbo.github.io/flandersqmd/",
99
abstract = "Prepare new documents using the Flandersqmd extensions.",
10-
textVersion = "Onkelinx, Thierry (2026) flandersqmd: Auxiliary Function for the Flandersqmd Quarto Extensions. Version 0.0.4. https://inbo.github.io/flandersqmd/",
10+
textVersion = "Onkelinx, Thierry (2026) flandersqmd: Auxiliary Function for the Flandersqmd Quarto Extensions. Version 0.0.5. https://inbo.github.io/flandersqmd/",
1111
keywords = "corporate identity; quarto",
1212
)
1313
# end checklist entry

man/create_report.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/inbo_website.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
*.html
33
*.R
44
*_files
5+
6+
**/*.quarto_ipynb

0 commit comments

Comments
 (0)