Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
01a5aba
#120 Bug fixed : suppress warnings like on load
Sep 30, 2025
b316c98
Merge pull request #123 from Parulana/main
LiamHobby Nov 14, 2025
8a97861
Increment version number to 0.3.0
Nov 21, 2025
0dc2678
Merge pull request #125 from atorus-research/0.3.0
LiamHobby Nov 21, 2025
90511f1
Closes #120 to ensure `quiet` argument in `spec_to_metacore()` and `s…
sadchla-codes Nov 21, 2025
a437c9c
Adding a test coverage to check that quiet=TRUE works properly
sadchla-codes Nov 21, 2025
1b6175a
Adding more test
sadchla-codes Nov 21, 2025
b5c9eb4
Update terminology in builders
Dec 5, 2025
f889c52
Update terminology in validators
Dec 5, 2025
7c425ca
Update terminology in tests
Dec 5, 2025
c48af36
Update documentation
Dec 5, 2025
90ec7e8
Explicity define columns inside mutate NSE for CMD checks
Dec 5, 2025
7659eb8
Update package documentation and ReadMe
Dec 5, 2025
9afde77
Corrected variables to values
Dec 5, 2025
5762d51
Add description of change to news.md
Dec 5, 2025
8b296d7
feat: enable search bar on pkgdown website
Dec 5, 2025
340147f
Merge pull request #129 from schmetti-kim/110_search_bar
LiamHobby Dec 9, 2025
90ab0a8
Update keep to mandatory in docs
Dec 9, 2025
668353e
Add `.onAttach` call informing on varname change
Dec 9, 2025
3792da8
Specify behaviour in attribute description
Dec 11, 2025
fe7315f
Merge branch '0.3.0' into Closes_122
sadchla-codes Dec 12, 2025
8e2a2f0
Adding `quiet_if_true()` in util.R, refactor `metacore()`, `spec_to_m…
sadchla-codes Dec 12, 2025
8fa6ec9
Merge pull request #128 from atorus-research/81-mandatory
LiamHobby Dec 16, 2025
6b30180
Merge branch '0.3.0' into Closes_122
LiamHobby Dec 16, 2025
4d47c1f
Merge pull request #126 from atorus-research/Closes_122
LiamHobby Dec 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: metacore
Title: A Centralized Metadata Object Focus on Clinical Trial Data
Programming Workflows
Version: 0.2.1
Version: 0.3.0
Authors@R: c(
person("Liam", "Hobby", , "liam.f.hobby@gsk.com", role = c("aut", "cre")),
person("Christina", "Fillmore", , "christina.e.fillmore@gsk.com", role = "aut",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Metacore 0.3.0
- Added extended function of `quiet` argument in `spec_to_metacore()`, `define_to_metacore()`, and `select_dataset` functions to suppress optional messages, notes and warnings [#122](https://github.com/atorus-research/metacore/issues/122)
- `keep` variable in `ds_vars` table has been changed to `mandatory` to better reflect the CDISC standard terminology.

# Metacore 0.2.1
- Hotfix import `cli_alert_info` issue from {cli} package.

Expand Down
Loading