diff --git a/DESCRIPTION b/DESCRIPTION index cae55f24..66601712 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,10 @@ Package: riskassessment Title: A web app designed to interface with the `riskmetric` package -Version: 3.1.0 +Version: 3.1.1 Authors@R: c( person("Aaron", "Clark", role = c("aut", "cre"), email = "clark.aaronchris@gmail.com"), + person("Jeff", "Thompson", role = c("aut"), email = "jeff.thompson51317@gmail.com", comment = "Co-Lead"), person("Robert", "Krajcik", role = "aut", email = "robert.krajcik@biogen.com"), - person("Jeff", "Thompson", role = "aut", email = "jeff.thompson51317@gmail.com"), person("Lars", "Andersen", role = "aut", email = "lars.andersen@boehringer-ingelheim.com"), person("Andrew", "Borgman", role = "aut", email = "andrew.borgman@biogen.com"), person("Munshi Imran", "Hossain", role = "ctb"), diff --git a/R/mod_aboutInfo.R b/R/mod_aboutInfo.R index 0f581479..a1d32f09 100644 --- a/R/mod_aboutInfo.R +++ b/R/mod_aboutInfo.R @@ -48,10 +48,11 @@ aboutInfoUI <- function(id) {

Development Team

-

Most all inquiries should flow through the GitHub page reference above (start there), but you may reach out to the lead developer at any time, especially if you would like to start contributing to the project!

+

Most all inquiries should flow through the GitHub page reference above (start there), but you may reach out to one of the co-lead developer at any time, especially if you would like to start contributing to the project!



diff --git a/R/sysdata.rda b/R/sysdata.rda index 224ac648..a03d63cc 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/data-raw/internal-data.R b/data-raw/internal-data.R index a539ea62..b83d861d 100644 --- a/data-raw/internal-data.R +++ b/data-raw/internal-data.R @@ -112,12 +112,12 @@ team_info_df <- data.frame( "past","past","past","past", "past" ), - role = c("Workstream Lead","Contributor","Core Contributor","Contributor","Core Contributor", + role = c("Workstream Lead","Contributor","Core Contributor","Contributor","Workstream Lead", "Contributor","Contributor","Contributor","Core Contributor", "Workstream Lead","Contributor","Core Contributor","Contributor", "Package Explorer Author" ), - priority = c(1, 4, 2, 4, 3, + priority = c(1, 4, 2, 4, 1, 4,4,4,2, 1,4,3,4, 4 diff --git a/man/riskassessment-package.Rd b/man/riskassessment-package.Rd index e98d111d..fc72f463 100644 --- a/man/riskassessment-package.Rd +++ b/man/riskassessment-package.Rd @@ -27,8 +27,8 @@ Useful links: Authors: \itemize{ + \item Jeff Thompson \email{jeff.thompson51317@gmail.com} (Co-Lead) \item Robert Krajcik \email{robert.krajcik@biogen.com} - \item Jeff Thompson \email{jeff.thompson51317@gmail.com} \item Lars Andersen \email{lars.andersen@boehringer-ingelheim.com} \item Andrew Borgman \email{andrew.borgman@biogen.com} \item Marly Gotti \email{marly.cormar@biogen.com}