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 /NEWS.md | |
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 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,10 @@ +## version 0.3.7 + +- R/chent.R: Do not attempt to load a chyaml file per default, as the format of such a file and the resulting chyaml list object is not documented and would need to be inferred from its use in the pfm package. + ## version 0.3.6 - R/chent.R: Set the fields `smiles`, `inchikey` and `mw` to NA if these fields are still NULL at the end of the initialization, with `source` attribute set to "user", assuming that the initialisation was carefully done and `pubchem` and `rdkit` were skipped because the structure is not well-defined. +Please refer to the ChangeLog for commit messages up to November 2021, where I changed the GNUmakefile not to include commit messages +in that file any more. |