Skip to content

Commit

Permalink
fixing R check
Browse files Browse the repository at this point in the history
  • Loading branch information
jreps committed Feb 14, 2025
1 parent b73bff9 commit 865b3fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Version: 1.0.0
Date: 2024-12-05
Authors@R: c(
person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut", "cre")),
person("Anthony", "Sena", email = "...@its.jnj.com", role = c("aut"))
person("Anthony", "Sena", email = "sena@ohdsi.org", role = c("aut"))
)
Maintainer: Jenna Reps <jreps@its.jnj.com>
Description: Extract analysis results into R data.frames from the Observational Health Data Sciences and Informatics result database and generate reports that summarize results in HTML format.
Expand Down Expand Up @@ -34,6 +34,7 @@ Suggests:
knitr,
markdown,
ResultModelManager,
RSQLite,
testthat
RoxygenNote: 7.3.2
Encoding: UTF-8
5 changes: 3 additions & 2 deletions R/EstimationPlots.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ plotCmEstimates <- function(
#' Returns a ggplot with the estimates
#'
#' @export
#' @examples
#' @examples
#' \dontrun{
#' conDet <- getExampleConnectionDetails()
#'
#' connectionHandler <- ResultModelManager::ConnectionHandler$new(conDet)
Expand All @@ -240,7 +241,7 @@ plotCmEstimates <- function(
#' targetName = 'target',
#' selectedAnalysisId = 1
#' )
#'
#' }
plotSccsEstimates <- function(
sccsData,
sccsMeta = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/OhdsiReportGenerator-package.Rd

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

3 changes: 2 additions & 1 deletion man/plotSccsEstimates.Rd

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

0 comments on commit 865b3fa

Please sign in to comment.