Skip to content

Commit

Permalink
Release v0.03
Browse files Browse the repository at this point in the history
* Remove some notes seen in github action
* add read me about shiny app
* Change indentation and style changes
* Package maintenance
* throw error instead of warning when cohort has no persons matched
* Update test-createCohortExplorerApp.R
  • Loading branch information
gowthamrao authored Nov 16, 2022
1 parent 0afd459 commit ccaf6ff
Show file tree
Hide file tree
Showing 19 changed files with 611 additions and 538 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: CohortExplorer
Type: Package
Title: An R package with a Shiny viewer to explore profiles of patients in a cohort.
Version: 0.0.2
Date: 2022-11-15
Title: An R package with a Shiny viewer to explore profiles of patients in a cohort
Version: 0.0.3
Date: 2022-11-16
Authors@R: c(
person("Gowtham", "Rao", email = "[email protected]", role = c("aut", "cre")),
person("Observational Health Data Science and Informatics", role = c("cph"))
Expand All @@ -18,7 +18,8 @@ Imports:
dplyr,
lifecycle,
ParallelLogger,
rlang
rlang,
stats
Suggests:
testthat,
knitr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ import(DatabaseConnector)
import(dplyr)
importFrom(lifecycle,deprecated)
importFrom(rlang,.data)
importFrom(stats,runif)
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
CohortExplorer 0.0.3
======================

Resolving minor issues in github checks.
Indentation.

CohortExplorer 0.0.2
======================

Expand Down
2 changes: 1 addition & 1 deletion R/CohortExplorer.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
#' @importFrom lifecycle deprecated
#' @import dplyr
#' @importFrom rlang .data
#' @importForm stats runif
#' @importFrom stats runif
#' @import DatabaseConnector
NULL
Loading

0 comments on commit ccaf6ff

Please sign in to comment.