diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 12:38:58 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-11-28 12:38:58 +0100 |
commit | 84a2cfa3d8926cdd1f5be3a9a449afe3c888a095 (patch) | |
tree | b0d2db26a87d28c2d1561e35970dde92c3317710 /DESCRIPTION | |
parent | 77189d666eb39d2660245c2f008175dc4560f647 (diff) |
Polish documentation and Makefile
The Makefile was adjusted to the way used in other packages
of mine. Note that, @inheritParams does not work for
superclasses yet, see https://github.com/r-lib/roxygen2/issues/996,
so some function parameters are documented twice.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 7408723..8b44bdc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: chents Type: Package Title: Chemical Entities as R Objects -Version: 0.3.6 -Date: 2024-08-05 +Version: 0.3.7 +Date: 2024-11-28 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "johannes.ranke@jrwb.de")) Description: Utilities for dealing with chemical entities and associated @@ -28,4 +28,4 @@ LazyData: yes Encoding: UTF-8 URL: https://pkgdown.jrwb.de/chents, https://github.com/jranke/chents Roxygen: list(markdown = TRUE, r6 = TRUE) -RoxygenNote: 7.3.1.9000 +RoxygenNote: 7.3.2.9000 |