diff --git a/NEWS.md b/NEWS.md index d039fc41..0cd10d25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ========== diff --git a/R/window.R b/R/window.R index 11702a1c..7e99c935 100644 --- a/R/window.R +++ b/R/window.R @@ -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, diff --git a/extras/Capr.pdf b/extras/Capr.pdf index 98991502..5941fa58 100644 Binary files a/extras/Capr.pdf and b/extras/Capr.pdf differ diff --git a/extras/pdf_vignette/Capr-conceptSets.pdf b/extras/pdf_vignette/Capr-conceptSets.pdf index 20cbcbf6..7cbcc8a9 100644 Binary files a/extras/pdf_vignette/Capr-conceptSets.pdf and b/extras/pdf_vignette/Capr-conceptSets.pdf differ diff --git a/extras/pdf_vignette/Examples.pdf b/extras/pdf_vignette/Examples.pdf index 517403a2..faa434ec 100644 Binary files a/extras/pdf_vignette/Examples.pdf and b/extras/pdf_vignette/Examples.pdf differ diff --git a/extras/pdf_vignette/Using-Capr.pdf b/extras/pdf_vignette/Using-Capr.pdf index 5478b801..f1181e08 100644 Binary files a/extras/pdf_vignette/Using-Capr.pdf and b/extras/pdf_vignette/Using-Capr.pdf differ diff --git a/extras/pdf_vignette/capr_design.pdf b/extras/pdf_vignette/capr_design.pdf index e6fd1a78..916c73c8 100644 Binary files a/extras/pdf_vignette/capr_design.pdf and b/extras/pdf_vignette/capr_design.pdf differ diff --git a/extras/pdf_vignette/capr_objects.pdf b/extras/pdf_vignette/capr_objects.pdf index 7bbb2c38..a9a14bf7 100644 Binary files a/extras/pdf_vignette/capr_objects.pdf and b/extras/pdf_vignette/capr_objects.pdf differ diff --git a/extras/pdf_vignette/capr_templates.pdf b/extras/pdf_vignette/capr_templates.pdf index a39d23ab..d2a2f081 100644 Binary files a/extras/pdf_vignette/capr_templates.pdf and b/extras/pdf_vignette/capr_templates.pdf differ