Skip to content

Commit

Permalink
Merge pull request #111 from pharmaR/ac-add-app-minutes
Browse files Browse the repository at this point in the history
Add `{riskassessment}` Co-lead & link to meeting minutes
  • Loading branch information
jcabercrombie authored Jun 17, 2024
2 parents 4def888 + 3c9722c commit 9711d1d
Show file tree
Hide file tree
Showing 10 changed files with 880 additions and 33 deletions.
Binary file added content/meet-the-team/aaron_clark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/meet-the-team/teaminfo.xlsx
Binary file not shown.
15 changes: 7 additions & 8 deletions content/members-and-workstreams.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: "Members & Workstreams"
output:
html_document:
toc: true
theme: united
---

```{r libraries, echo=FALSE, message=FALSE, warning=FALSE}
Expand All @@ -16,7 +12,8 @@ library(dplyr)
```

```{r read-team-info, echo=FALSE}
team_info_df <- read_xlsx("~/pharmaR.github.io/content/meet-the-team/teaminfo.xlsx")
team_info_df <- read_xlsx("~/r_validation_hub/pharmaR.github.io/content/meet-the-team/teaminfo.xlsx")
# team_info_df <- read_xlsx("meet-the-team/teaminfo.xlsx") # when running locally
largest_ws <- names(which.max(table(team_info_df$workstream)))
Expand All @@ -27,7 +24,8 @@ largest_ws_size <- length(which(team_info_df$workstream == largest_ws))
photo_row_function <- function(filtered_df) {
list <- list()
for (person in 1:nrow(filtered_df)) {
img_path <- paste0("~/pharmaR.github.io/content/meet-the-team/", filtered_df$photo_file_name[person])
img_path <- paste0("~/r_validation_hub/pharmaR.github.io/content/meet-the-team/", filtered_df$photo_file_name[person])
# img_path <- paste0("meet-the-team/", filtered_df$photo_file_name[person]) # when running locally
p <-
ggdraw() +
draw_image(img_path, scale = .9)
Expand All @@ -38,7 +36,8 @@ photo_row_function <- function(filtered_df) {
}
if (length(list) < largest_ws_size){
img_path <- paste0("~/pharmaR.github.io/content/meet-the-team/blank.jpg")
img_path <- paste0("~/r_validation_hub/pharmaR.github.io/content/meet-the-team/blank.jpg")
# img_path <- paste0("meet-the-team/blank.jpg") # when running locally
p <-
ggdraw() +
draw_image(img_path, scale = .9)
Expand Down Expand Up @@ -98,7 +97,7 @@ repo_df <-
photo_row_function(repo_df)
```

### {riskassessment} Workstream
### {riskassessment} Application Workstream

The **{riskassessment} Workstream** leads the development of the risk assessment Shiny app (an extension of the {riskmetric} package) that provides a graphical interface to the package's functionality.

Expand Down
8 changes: 2 additions & 6 deletions content/members-and-workstreams.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
title: "Members & Workstreams"
output:
html_document:
toc: true
theme: united
---


Expand All @@ -28,8 +24,8 @@ <h3>Repositories Workstream</h3>
<p>The <strong>Repositories Workstream</strong> supports a transparent, cross-industry approach of establishing and maintaining a repository of validated R packages.</p>
<p><img src="/members-and-workstreams_files/figure-html/repo-ws-1.png" width="672" /></p>
</div>
<div id="riskassessment-workstream" class="section level3">
<h3>{riskassessment} Workstream</h3>
<div id="riskassessment-application-workstream" class="section level3">
<h3>{riskassessment} Application Workstream</h3>
<p>The <strong>{riskassessment} Workstream</strong> leads the development of the risk assessment Shiny app (an extension of the {riskmetric} package) that provides a graphical interface to the package’s functionality.</p>
<p><img src="/members-and-workstreams_files/figure-html/riskassessment-ws-1.png" width="672" /></p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions content/minutes.Rmarkdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The R Validation Hub operates in the public domain and all meeting minutes are m

[GitHub Link](https://github.com/pharmaR/pharmaR/issues?q=is%3Aissue+is%3Aopen+label%3Aminutes)

### `{riskassessment}` Application Workstream Minutes

[GitHub Link](https://github.com/pharmaR/riskassessment/labels/Meeting%20Minutes)

### Communications Workstream Minutes

[GitHub Link](https://github.com/pharmaR/communications/tree/main/minutes)
Expand Down
421 changes: 421 additions & 0 deletions content/minutes.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions content/minutes.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The R Validation Hub operates in the public domain and all meeting minutes are m

[GitHub Link](https://github.com/pharmaR/pharmaR/issues?q=is%3Aissue+is%3Aopen+label%3Aminutes)

### `{riskassessment}` App Workstream Minutes

[GitHub Link](https://github.com/pharmaR/riskassessment/labels/Meeting%20Minutes)

### Communications Workstream Minutes

[GitHub Link](https://github.com/pharmaR/communications/tree/main/minutes)
Expand Down
1 change: 1 addition & 0 deletions content/riskassessment.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Below is a screenshot from the application's current [demo app](https://bit.ly/r
We could always use extra help / feedback! Please consider one of the following options:

- [Propose a feature](https://github.com/pharmaR/riskassessment/issues/new) for us to consider
- [Review & catch up](https://github.com/pharmaR/riskassessment/labels/Meeting%20Minutes) on our latest dev team meeting minutes
- [Join the dev team](https://www.pharmar.org/contribute/) - extra hands make light work
- [Fill out our survey](https://bit.ly/risk_survey) so we can learn how you use `{riskmetric}` and `{riskassessment}`
460 changes: 441 additions & 19 deletions content/riskassessment.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9711d1d

Please sign in to comment.