Skip to content

Commit 95644dd

Browse files
author
Liam Hobby
committed
Update news and description
1 parent 1821182 commit 95644dd

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
Package: metacore
22
Title: A Centralized Metadata Object Focus on Clinical Trial Data Programming Workflows
3-
Version: 0.1.3
3+
Version: 0.2.0
44
Authors@R:
5-
c(person(given = "Christina",
6-
family = "Fillmore",
5+
c(person(given = "Liam",
6+
family = "Hobby",
77
role = c("aut", "cre"),
8+
email = "liam.f.hobby@gsk.com"),
9+
person(given = "Christina",
10+
family = "Fillmore",
11+
role = "aut",
812
email = "christina.e.fillmore@gsk.com",
913
comment = c(ORCID = "0000-0003-0595-2302")),
14+
person(given = "Bill",
15+
family = "Denney",
16+
role = "aut"),
1017
person(given = "Maya",
1118
family = "Gans",
1219
role = "aut",

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Metacore 0.2.0
2+
- `select_dataset()` now creates a subsetted metacore object that is a subclass of `Metacore` called `DatasetMeta`.
3+
- Objects of `DatasetMeta` subclass will be expected as input to {metatools} functions going forward.
4+
- Print statement updated for both combined Metacore and subsetted DatasetMeta objects. This should be more informative and highlight the difference between the two object types (i.e., all datasets vs. single dataset).
5+
- Errors and warning messages improved throughout.
6+
17
# Metacore 0.1.3
28
- Add `get_keys` function which returns the dataset keys for a given dataset [#102](https://github.com/atorus-research/metacore/issues/102)
39
- Fix issues with `select_dataset(simplify = TRUE)` [#97](https://github.com/atorus-research/metacore/issues/97)

0 commit comments

Comments
 (0)