From eb97b6028c0c81a9b1258e0829d01162af682801 Mon Sep 17 00:00:00 2001 From: Nathan Hall <106178605+nhall6@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:56:43 -0400 Subject: [PATCH 1/2] Update DESCRIPTION adding Nathan Hall and Jamie Gilbert as co-authors --- DESCRIPTION | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 39e7a303..774d648e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,11 @@ Package: OhdsiShinyModules Type: Package Title: Repository of Shiny Modules for OHDSI Result Viewers Version: 2.1.4 -Author: Jenna Reps +Authors@R: c( + person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut", "cre")), + person("Nathan", "Hall", role = c("aut")), + person("Jamie", "Gibert", role = c("aut")) +) Maintainer: Jenna Reps Description: Install this package to access useful shiny modules for building shiny apps to explore results using the OHDSI tools . License: Apache License 2.0 From 2f06819758d2ae6438b7ef45b54cd1f106a078d5 Mon Sep 17 00:00:00 2001 From: jreps Date: Tue, 20 Aug 2024 10:12:29 -0400 Subject: [PATCH 2/2] fixing formatting of authors fixing formatting of authors --- DESCRIPTION | 3 +-- man/OhdsiShinyModules.Rd | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 58e99775..16e43631 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,8 +5,7 @@ Version: 3.0.0 Authors@R: c( person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut", "cre")), person("Nathan", "Hall", role = c("aut")), - person("Jamie", "Gibert", role = c("aut")) -) + person("Jamie", "Gibert", role = c("aut"))) Maintainer: Jenna Reps Description: Install this package to access useful shiny modules for building shiny apps to explore results using the OHDSI tools . License: Apache License 2.0 diff --git a/man/OhdsiShinyModules.Rd b/man/OhdsiShinyModules.Rd index 6c1ae2c2..21722b2a 100644 --- a/man/OhdsiShinyModules.Rd +++ b/man/OhdsiShinyModules.Rd @@ -7,5 +7,15 @@ \title{OhdsiShinyModules} \description{ A selection of shiny modules for exploring standardized OHDSI results +} +\author{ +\strong{Maintainer}: Jenna Reps \email{jreps@its.jnj.com} + +Authors: +\itemize{ + \item Nathan Hall + \item Jamie Gibert +} + } \keyword{internal}