Skip to content

Commit

Permalink
switch to v2.0.5 merge conflict correction
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/OHDSI/Capr into develop

# Conflicts:
#	NEWS.md
#	README.md
#	docs/news/index.html
#	docs/pkgdown.yml
#	extras/Capr.pdf
#	extras/pdf_vignette/Capr-conceptSets.pdf
#	extras/pdf_vignette/Examples.pdf
#	extras/pdf_vignette/Using-Capr.pdf
#	extras/pdf_vignette/capr_design.pdf
#	extras/pdf_vignette/capr_templates.pdf
  • Loading branch information
mdlavallee92 committed Jul 3, 2023
2 parents c26f195 + 561033d commit c3596bb
Show file tree
Hide file tree
Showing 116 changed files with 152 additions and 127 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Capr
Title: Cohort Definition Application Programming
Version: 2.0.4
Version: 2.0.5
Authors@R: c(
person("Martin", "Lavallee", , "[email protected]", role = c("aut", "cre")),
person("Adam", "Black", , "[email protected]", role = "aut")
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Capr 2.0.4
Capr 2.0.5
==========
- change query functions to match known syntax (i.e. drug => drugExposure, condition => conditionOccurrence)
- require a name for `cs()`
- improve documentation (add vignette for query, count and group)


Capr 2.0.4
==========
- hot fix add procedure occurrence into query


Capr 2.0.3
==========
- add opAttribute super class
Expand Down
1 change: 1 addition & 0 deletions R/query.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ setValidity("Query", function(object) {
validDomains <- c("ConditionEra",
"ConditionOccurrence",
"Death",
"ProcedureOccurrence",
"DeviceExposure",
"DoseEra",
"DrugExposure",
Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ devtools::install_github("ohdsi/Capr")

Documentation can be found on the [package website](https://ohdsi.github.io/Capr/).

- Vignette: [Using Capr](https://ohdsi.github.io/Capr/articles/Using-Capr.html)
- Vignette: [Examples](https://ohdsi.github.io/Capr/articles/Examples.html)
- Vignette: [Capr Components](https://ohdsi.github.io/Capr/articles/capr_objects.html)
- [Design Document](https://ohdsi.github.io/Capr/articles/capr_design.html)

PDF versions of the documentation are also available:

- Vignette: [Using Capr](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/pdf_vignette/Using-Capr.pdf)
- Vignette: [Capr Examples](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/pdf_vignette/Examples.pdf)
- Vignette: [Working with Concept Sets in Capr](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/pdf_vignette/Capr-conceptSets.pdf)
- Vignette: [Capr for Templating Cohort Definitions](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/pdf_vignette/capr_templatesr.pdf)
- Vignette: [Capr components](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/pdf_vignette/capr_objects.pdf)
- [Design Document](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/pdf_vignette/capr_design.pdf)
- [Package manual](https://raw.githubusercontent.com/OHDSI/Capr/main/extras/Capr.pdf)

# Support
Expand Down
2 changes: 1 addition & 1 deletion docs/404.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/LICENSE.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/articles/Capr-conceptSets.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/articles/Examples.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/articles/Using-Capr.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/articles/capr_design.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/articles/capr_objects.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/articles/capr_templates.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/articles/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/authors.html

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

15 changes: 10 additions & 5 deletions docs/index.html

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

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 @@ -8,5 +8,5 @@ articles:
capr_templates: capr_templates.html
Examples: Examples.html
Using-Capr: Using-Capr.html
last_built: 2023-07-03T17:05Z
last_built: 2023-07-03T17:28Z

2 changes: 1 addition & 1 deletion docs/reference/Capr-package.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/reference/CensoringCriteria-class.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/reference/Concept-class.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/reference/ConceptAttribute-class.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/reference/ConceptSet-class.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/reference/ConceptSetItem-class.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/reference/Criteria-class.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/reference/DrugExposureExit-class.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/reference/Endpoint-class.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/reference/EventAperture-class.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/reference/EventWindow-class.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/reference/FixedDurationExit-class.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/reference/Group-class.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/reference/LogicAttribute-class.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/reference/ObservationExit-class.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/reference/ObservationWindow-class.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/reference/Occurrence-class.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/reference/Query-class.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/reference/age.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/reference/as.data.frame-ConceptSet-method.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/reference/as.json.html

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

Loading

0 comments on commit c3596bb

Please sign in to comment.