From 8e5a3c88bd1424ed2b930b472a3f6c8e6814e9b2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 1 Apr 2022 14:31:18 +0200 Subject: Enable markdown in roxygen comments, rebuild docs --- DESCRIPTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 806d3d5..9961bec 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: chemCal -Version: 0.2.3 -Date: 2022-03-31 +Version: 0.2.3.9000 +Date: 2022-04-01 Title: Calibration Functions for Analytical Chemistry Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "johannes.ranke@jrwb.de", @@ -20,4 +20,5 @@ VignetteBuilder: knitr Encoding: UTF-8 BugReports: https://github.com/jranke/chemCal/issues URL: https://pkgdown.jrwb.de/chemCal/, https://cgit.jrwb.de/chemCal/about +Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 -- cgit v1.2.1