From 8ddc624f5b11904a27d1c4788c9232e7700ef01f Mon Sep 17 00:00:00 2001 From: "J. Allen Baron" Date: Tue, 20 Jun 2023 11:39:38 -0400 Subject: [PATCH] Update version to 0.2.8 --- DESCRIPTION | 2 +- NEWS.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c0712594..f7b28b9f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: DO.utils Type: Package Title: Public Resource Utilities Designed by/for the Disease Ontology -Version: 0.2.7.9000 +Version: 0.2.8 Author: J. Allen Baron Maintainer: J. Allen Baron Description: Generally useful tools to assess use of public resources in diff --git a/NEWS.md b/NEWS.md index 022d21aa..9e38506a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# DO.utils (development version) +# DO.utils 0.2.8 + +## Highlights + +* Adds `onto_missing()` and character length-sorting functions. +* More support for creating links from CURIEs. +* Includes fixes to eliminate warnings from use of tidyverse (#15) and errors +due to updates in some tidyverse packages. + ## General Utilities @@ -11,6 +19,8 @@ values are present. ### Updated * `drop_blank()`: Now a generic with `character` and `list` methods. +* `vctr_to_string()`: Now always returns `NA` when only input is `NA`, even when +`na.rm = FALSE`; previously returned `"NA"`. ## DO Management & Analysis