What the R submission pilots mean for sponsors

By the TechWorksLab submissions team

For a long time, the question of which language could be used in a regulatory filing had a settled answer in most programming groups. That answer is now changing, and the change has been driven by a careful, public series of pilots run by the R Consortium submission working group together with the FDA.

The pilots were designed to answer practical questions rather than to make a statement. Could a sponsor deliver clinical tables and figures produced in R? Could analysis datasets follow? Could a reviewer open an interactive application and explore the results? Each pilot took on one more piece of the problem.

How the pilots progressed

The first pilot delivered tables and figures produced in R. The second went further and delivered the same output through an interactive application that a reviewer could run. The acceptance of that application was a notable moment, because it showed that a review tool, not just static output, could be part of a package.

Later pilots added analysis datasets produced in R and explored ways to bundle an application so it runs reliably on the reviewer's side. One approach packaged the application to run in the browser. Another used containers to capture the full environment. Both aim at the same goal: a reviewer should be able to reproduce what the sponsor saw, without assembling a complex setup first.

The recurring theme across every pilot is reproducibility. A filing is stronger when the person reviewing it can rerun it and arrive at the same numbers.

What this changes for sponsors

The pilots do not require anyone to change languages. What they provide is a documented path for teams that want to. A group that has built its analysis capability in R now has public evidence that the output can be delivered and reviewed, which removes a great deal of the risk that used to surround the idea.

Three points matter most for planning:

  • The path is documented. The working group has published the packages, the structure, and the lessons from each pilot, so a sponsor is not starting from a blank page.
  • Reproducibility is the standard. Pinned environments and clear packaging are not optional extras. They are the core of what made the pilots succeed.
  • Validation still applies. Using open packages in a filing means qualifying them first, with documented evidence, the same as any other tool.

Getting ready

A team that wants to be ready does not need to wait for a specific filing. The groundwork is the same work that improves any analysis process: a validated environment, qualified packages, reproducible pipelines, and clear documentation. A sponsor that has those in place can treat an R based submission as a normal option rather than a special project.

The direction of travel is clear. The tooling is public, the practices are proven, and the regulators have shown they will review work delivered this way. The sensible move is to build the capability steadily, so it is ready when a program needs it.

If you are mapping out how your group could prepare, we would be glad to compare notes. You can get in touch here.

Back to Insights