Skip to content

Commit

Permalink
Addressing RCMD Checks.
Browse files Browse the repository at this point in the history
Updated to circe 1.1.3
  • Loading branch information
chrisknoll committed Jul 8, 2024
1 parent 4eb1a0c commit 4ce2bac
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/Builders.R
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ createCohortSubgroup <- function (id, name, description, cohortRef) {
#' @param byGender a boolean indicating to stratify by gender, defaults to F
#' @param byYear a boolean indicating to stratify by year, defaults to F
#' @param ageBreaks a vector of integers indicating the age group bounds.
#' @param ageBreakList a list of ageBreaks, used to specify multiple age break strata.
#' @return an R list containing name-value pairs that will serialize into a org.ohdsi.analysis.cohortincidence.design.StratifySettings JSON format.
#' @export
createStrataSettings <- function (byAge = F, byGender = F, byYear = F, ageBreaks, ageBreakList) {
Expand Down
Binary file modified inst/java/CohortIncidence-4.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file modified inst/java/standardized-analysis-specs-1.6.0-SNAPSHOT.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions man/createStrataSettings.Rd

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

0 comments on commit 4ce2bac

Please sign in to comment.