Skip to content

Commit d2b4315

Browse files
committed
feat: add minutes for 08-01-2025
1 parent 692d616 commit d2b4315

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

minutes/2025-08-01/index.qmd

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "Minutes 2025-08-01"
3+
date: 2025-08-01
4+
author: Eric Nantz
5+
---
6+
7+
::: {.callout-tip collapse="true"}
8+
## View Attendee List
9+
10+
- Ben Straub (GSK)
11+
- Gabriel Krotkov
12+
- HyeSoo Cho (FDA)
13+
- Jayant
14+
- Jim Rothstein
15+
- Joel Laxamana (Roche/Genentech)
16+
- Ning Leng (Roche/Genentech)
17+
- Phanikumar Tata (Syneos Health)
18+
- Robert Devine (Johnson & Johnson)
19+
- Sam Parmar (Pfizer)
20+
- Sasi Palanisamy
21+
:::
22+
23+
## Pilot 5 Update
24+
25+
* Team is working on the ADRG for Pilot 5
26+
* Aiming for a transfer to FDA reviewers near the end of August
27+
* Goal is to have ADRG wrapped up by middle of August
28+
* The team is going to adopt an approach from J&J for setting paths to relevant data directories and R files at the start of execution
29+
* Meeting minutes https://github.com/RConsortium/submissions-wg/discussions/150
30+
31+
32+
## ECTD File type feedback
33+
34+
* Link to issue https://github.com/RConsortium/submissions-wg/discussions/150
35+
* Unique to R, many programmers write R scripts with the `.R` extension
36+
* eCTD transfer portal automatically renames any files with a capital letter are converted to lower-case
37+
* Package structures tend to have many file types, it may not be sustainable to try and list all of the different possible files
38+
* FDA does hope to have the zip archive's file types be listed in the acceptable file list
39+
* In light of resources available, it could be advantageous to prune the list to the essential types and moving the "nice to have" file types could be a subsequent update
40+
* Certain file types such as `DESCRIPTION`, `NAMESPACE` `LICENCE` are actually plain-text files, but they need to be named as they are in order for an R package to be compiled correctly as a ZIP installer
41+
* Next steps: FDA will have internal discussion to propose the essential file types
42+
* Next step: Ensure that the proposed file types also include recommended use cases that could inform the updated ECTD guidance document

0 commit comments

Comments
 (0)