From 08465d77a6ca5a9656ac86047c6008f1e7f3e9c7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Mar 2022 19:21:03 +0200 Subject: Fix URLs in README, convert to roxygen - The roxygen conversion was done using Rd2roxygen - Also edit _pkgdown.yml to group the reference - Use markdown bullet lists for lod and loq docs --- docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4019484..7882a73 100644 --- a/docs/index.html +++ b/docs/index.html @@ -87,7 +87,7 @@

Installation

-

From within R, get the official chemCal release using

+

From within R, get the official chemCal release using

 install.packages("chemCal")
@@ -101,7 +101,7 @@
 library(chemCal)
 m0 <- lm(y ~ x, data = massart97ex3)
-calplot(m0)
+calplot(m0)

@@ -169,7 +169,7 @@

Reference

-

You can use the R help system to view documentation, or you can have a look at the online documentation.

+

You can use the R help system to view documentation, or you can have a look at the online documentation.

-- cgit v1.2.1