Skip to content

Commit

Permalink
Update version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
allenbaron committed Jun 20, 2023
1 parent 0372714 commit 8ddc624
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Description: Generally useful tools to assess use of public resources in
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8ddc624

Please sign in to comment.