diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-31 19:21:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-31 19:59:10 +0200 |
commit | 08465d77a6ca5a9656ac86047c6008f1e7f3e9c7 (patch) | |
tree | f27a775e146748881eb6526ed57298f4bdc40c2f /_pkgdown.yml | |
parent | f4fcef8228ebd5a1a73bc6edc47b5efa259c2e20 (diff) |
Fix URLs in README, convert to roxygenv0.2.3
- The roxygen conversion was done using Rd2roxygen
- Also edit _pkgdown.yml to group the reference
- Use markdown bullet lists for lod and loq docs
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index f5eeff8..7942085 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -2,3 +2,19 @@ title: chemCal template: bootswatch: spacelab + +reference: + - title: Main functions + contents: + - calplot + - lod + - loq + - inverse.predict + - title: Datasets + contents: + - din32645 + - massart97ex1 + - massart97ex3 + - rl95_cadmium + - rl95_toluene + - utstats14 |