Skip to content

Commit

Permalink
update package documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavallee92 committed Sep 7, 2023
1 parent 5294f7c commit e881019
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
Capr 2.0.6
==========
- correct date attribute names (OccurrenceStartDate, OccurrenceEndDate)
- add `makeCohortSet()` function to pipe into `CohortGenerator`
- fix tests for CRAN
- add `makeCohortSet()` function to pipe into `CohortGenerator` (from Issue #79)
- add `dateAdjustment()` function to deploy new circe attribute to a query (from Issue #77)
- prepare for CRAN release

Capr 2.0.5
==========
Expand Down
2 changes: 1 addition & 1 deletion R/window.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ eventEnds <- function(a, b, index = c("startDate", "endDate")) {
#' @param restrictVisit a logical toggle specifying whether the event should occur on the same visit
#' @param ignoreObservationPeriod a logical toggle specifying whether we can consider events outside the
#' observation period
#' @return An event aperature that can be used in a Capr cohort definition
#' @return An event aperture that can be used in a Capr cohort definition
#' @export
duringInterval <- function(startWindow,
endWindow = NULL,
Expand Down
Binary file modified extras/Capr.pdf
Binary file not shown.
Binary file modified extras/pdf_vignette/Capr-conceptSets.pdf
Binary file not shown.
Binary file modified extras/pdf_vignette/Examples.pdf
Binary file not shown.
Binary file modified extras/pdf_vignette/Using-Capr.pdf
Binary file not shown.
Binary file modified extras/pdf_vignette/capr_design.pdf
Binary file not shown.
Binary file modified extras/pdf_vignette/capr_objects.pdf
Binary file not shown.
Binary file modified extras/pdf_vignette/capr_templates.pdf
Binary file not shown.

0 comments on commit e881019

Please sign in to comment.