Skip to content

Commit

Permalink
adding new ctis date variable for typing
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Jul 21, 2024
1 parent 3c48d55 commit 7b85711
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 13 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ctrdata 1.19.1.9000

- new dev version
## Improvements
- Added typing for newly appearing variables in `CTIS`

# ctrdata 1.19.1

Expand Down
1 change: 1 addition & 0 deletions R/util_fields.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ typeVars <- list(
"events.unexpectedEvents.awareDate" = "ctrDate",
"events.unexpectedEvents.submissionDate" = "ctrDate",
"results.laypersonResults.submissionDate" = "ctrDate",
"results.laypersonResults.withdrawDate" = "ctrDate",
#
# ctis until 2024-06-17
"applications.ctMSCs.activeTrialPeriod.fromDate" = "ctrDate",
Expand Down
8 changes: 6 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ articles:
ctrdata_install: ctrdata_install.html
ctrdata_retrieve: ctrdata_retrieve.html
ctrdata_summarise: ctrdata_summarise.html
last_built: 2024-07-18T19:06Z
last_built: 2024-07-21T06:16Z
urls:
reference: https://rfhb.github.io/ctrdata/reference
article: https://rfhb.github.io/ctrdata/articles
39 changes: 31 additions & 8 deletions docs/reference/dbFindFields.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/dbFindIdsUniqueTrials.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

0 comments on commit 7b85711

Please sign in to comment.