Skip to content

Commit

Permalink
Merge pull request #801 from pharmaR/master
Browse files Browse the repository at this point in the history
Update shinyapps.io branch for test deployment
  • Loading branch information
aclark02-arcus authored Jul 8, 2024
2 parents 3ce522a + a199a2e commit e000f04
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 54 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Title: A web app designed to interface with the `riskmetric` package
Version: 3.1.0
Authors@R: c(
person("Aaron", "Clark", role = c("aut", "cre"), email = "[email protected]"),
person("Jeff", "Thompson", role = c("aut"), email = "[email protected]", comment = "Co-Lead"),
person("Robert", "Krajcik", role = "aut", email = "[email protected]"),
person("Jeff", "Thompson", role = "aut", email = "[email protected]"),
person("Lars", "Andersen", role = "aut", email = "[email protected]"),
person("Andrew", "Borgman", role = "aut", email = "[email protected]"),
person("Munshi Imran", "Hossain", role = "ctb"),
Expand Down
3 changes: 2 additions & 1 deletion R/mod_aboutInfo.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ aboutInfoUI <- function(id) {
<br>
<h3><i class='fa fa-coffee' aria-hidden='true'></i> Development Team </h3>
<p> 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!</p>
<p> 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!</p>
<br>
<ul>
<li>Aaron Clark [ <a href= 'mailto:[email protected]?subject={riskassessment} inquiry'> Send Email </a> ] </li>
<li>Jeff Thompson [ <a href= 'mailto:[email protected]?subject={riskassessment} inquiry'> Send Email </a> ] </li>
</ul>
<br>
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ the reviewer to:

Validation can serve as an umbrella for various terms, and admittedly, companies will diverge on what may be the "correct approach". The `riskassessment` app is built on a `rismetric`-foundation, whose developers follow the validation philosophy proposed in [this white paper](https://www.pharmar.org/white-paper/) published by the R Validation Hub. As such, the scope of `riskassessment` and `riskmetric` are only designed to support decision making from that view point. The full robustness and reliability of any software may (and likely will) require deeper inspection by the reviewing party.

_Note:_ Development of both `riskassessment` and `riskmetric` were made possible thanks to the [R Validation Hub](https://www.pharmar.org/about/), a collaboration to support the adoption of R within a biopharmaceutical regulatory setting.
_Note:_ Development of both `riskassessment` and `riskmetric` were made possible thanks to the [R Validation Hub](https://www.pharmar.org), a collaboration to support the adoption of R within a biopharmaceutical regulatory setting.


### Usage
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ full robustness and reliability of any software may (and likely will)
require deeper inspection by the reviewing party.

*Note:* Development of both `riskassessment` and `riskmetric` were made
possible thanks to the [R Validation
Hub](https://www.pharmar.org/about/), a collaboration to support the
adoption of R within a biopharmaceutical regulatory setting.
possible thanks to the [R Validation Hub](https://www.pharmar.org), a
collaboration to support the adoption of R within a biopharmaceutical
regulatory setting.

### Usage

Expand Down
4 changes: 2 additions & 2 deletions data-raw/internal-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/riskassessment-package.Rd

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

Loading

0 comments on commit e000f04

Please sign in to comment.