Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RConsortium/submissions-pilot3-adam…
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
laxamanaj committed Feb 12, 2024
2 parents bd0bf44 + 4f89a43 commit 0092041
Show file tree
Hide file tree
Showing 10 changed files with 1,026 additions and 395 deletions.
4 changes: 2 additions & 2 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
linters: with_defaults(line_length_linter(150), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20))
exclusions: list("R/data.R")
linters: linters_with_defaults(line_length_linter(150), object_usage_linter=NULL, cyclocomp_linter(complexity_limit = 20))
exclusions: list("R/data.R", "renv")
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Title: R Consortium R Submission Pilot 3
Version: 3.3.3
Authors@R: c(
person("Joel", "Laxamana-Roche", , email = "[email protected]", role = c("aut", "cre")),
person("Robert", "Devine-J&J", role = c("aut")),
person("Benjamin", "Straub-GSK", role = c("aut")),
person("Kangjie", "Zhang-Bayer", role = c("aut")),
person("Thomas", "Neitmann-Roche", role = c("aut")),
person("Phanikumar", "Tata-Syneos", role = c("aut")),
person("Robert", "Devine-J&J", role = c("aut")),
person("Steven", "Haesendonckx-J&J", role = c("aut")),
person("Rikimaru", "Nishimura-J&J", role = c("aut")),
person("Yutong", "Liu-Moderna", role = c("aut")),
person("Lei", "Zhao-Roche", role = c("aut")),
person("Nicole", "Jones-Merck", role = c("aut")),
person("Benjamin", "Wang-Merck", role = c("aut")),
person("Ryan", "Johnson-Posit", role = c("aut")),
person("Kangjie", "Zhang-Bayer", role = c("aut")),
person("Dadong", "Zhang-Illumina", role = c("aut")),
person("Benjamin", "Straub-GSK", role = c("aut")),
person("Declan", "Hodges-GSK", role = c("aut"))
)
Description: R Consortium R Submission Pilot 3.
Expand All @@ -29,8 +29,8 @@ Imports:
glue,
stringr,
tibble,
tidyr
pilot3
tidyr,
pilot3utils
Suggests:
DT,
config,
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The objectives of the **R Consortium R Submission Pilot 3** Project are:

1. Deliver a **publicly accessible** R-based Submission through the [eTCD portal](https://www.fda.gov/drugs/electronic-regulatory-submission-and-review/electronic-common-technical-document-ectd)
1. Deliver a **publicly accessible** R-based Submission through the [eCTD portal](https://www.fda.gov/drugs/electronic-regulatory-submission-and-review/electronic-common-technical-document-ectd)
1. Expand on the work done in [Submission Pilot 1](https://rconsortium.github.io/submissions-pilot1/), by now utilizing R to generate ADaM datasets.


Expand All @@ -19,7 +19,10 @@ The website is divide into 4 sections that will walk you through our efforts:
1. **Project Background/Setup** - Scope of work, what we used and how we used it.
1. **Deliverables** - What was sent to the FDA - Cover Letter, TLFs, Datasets, ADRG.
1. **Conferences** - Proceedings from different conferences on Pilot Submissions
1. **FDA Feedback** - Specific feedback from FDA on this Submission
1. **WG Minutes and Regulatory Feedback** - Provides a menu of links in two sections.
- **Section 1**: Provides links to the monthly WG Meeting Minutes
- **Section 2**: Provides a link to the Pilot3 Team Compilation of the Regulatory Review
- Pilot3 Team *Interpretation(s)* of the Regulatory Feedback (FDA Review Continues)


## Latest News
Expand All @@ -29,6 +32,11 @@ The website is divide into 4 sections that will walk you through our efforts:
* [Novo Nordisk's Journey to an R based FDA Submission](https://www.youtube.com/watch?v=t33dS17QHuA)
- *Data scientists at Novo Nordisk, a leading pharmaceutical company in diabetes, obesity, and other chronic diseases, share details of their first FDA submission package featuring outputs and* [ADaM datasets](https://www.cdisc.org/standards/foundational/adam) *written exclusively in R.*

\n
* [Testing Containers and WebAssembly in Submissions to the FDA](https://pharmaverse.github.io/blog/posts/2024-02-01_containers_webassembly_submission/containers_and_webassembly_submissions.html)

- *Blog post with short summary of the R Consortium FDA Pilots 1-4 Series and the ongoing efforts undertaken to evaluate new technologies for submissions to the Food and Drug Administration (FDA). These transformative approaches, including WebAssembly and containers, hold immense potential to transform the regulatory landscape and streamline the submission process.*

## Get in Touch

Don't be shy! We like to chat about R and Submissions. Find us on [pharmaverse slack](https://pharmaverse.slack.com/archives/C030EB2M4GM)
20 changes: 17 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,21 @@ navbar:
- text: PHUSE SDE London
href: articles/conf_phuse_sde_london.html
feedback:
text: Feedback from FDA
text: WG Minutes and Regulatory Feedback
menu:
- text: Feedback
href: articles/conf_phuse_sde_london.html
- text: -------
- text: "R Consortium WG Meeting Minutes"
- text: February 2024
href: https://rconsortium.github.io/submissions-wg/minutes/2024-02-02/
- text: January 2024
href: https://rconsortium.github.io/submissions-wg/minutes/2024-01-05/
- text: December 2023
href: https://rconsortium.github.io/submissions-wg/minutes/2023-12-01/
- text: November 2023
href: https://rconsortium.github.io/submissions-wg/minutes/2023-11-03/
- text: October 2023
href: https://rconsortium.github.io/submissions-wg/minutes/2023-10-06/
- text: -------
- text: "Pilot3 Submission Issues Compilation"
- text: January 2024 FDA Feedback Summary
href: articles/feedback_jan2024.html
14 changes: 13 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,29 @@ Deliverables
Derm
Dermatologic
Et
Hye
Kaplan
LOCF
Ning
Ning's
Nordisk
Nordisk's
Novo
PHUSE
Pharma
QS
RConsortium
RMarkdown
SDE
SDTM
Soo
TBW
TLFs
transformative
USUBJID
WG
adam
eTCD
eCTD
pharmaverse
px
WebAssembly
Loading

0 comments on commit 0092041

Please sign in to comment.