R Consortium Awards First Round of 2026 Technical Grants

The R Consortium’s Infrastructure Steering Committee (ISC) is pleased to announce the first round of 2026 technical grant recipients. These seven projects will receive support to strengthen R’s technical infrastructure, expand reproducible workflows in applied domains, and modernize important packages used across research, industry, government, and open source software development.
isc
announcements
infrastructure
Author

R Consortium

Published

July 14, 2026

Graphic with text: Technical Grant Winners Announced! on a blue background

The R Consortium’s Infrastructure Steering Committee (ISC) is pleased to announce the first round of 2026 technical grant recipients. These seven projects will receive support to strengthen R’s technical infrastructure, expand reproducible workflows in applied domains, and modernize important packages used across research, industry, government, and open source software development.

The R Consortium ISC grant program funds projects that strengthen the R ecosystem’s technical and social infrastructure. These grants support open source development, tools, and community initiatives that benefit the broader R community. Successful proposals typically show broad impact, focused scope, clear deliverables, and demonstrable value to R users and package developers.

The first 2026 grant cycle reflects the range of work required to keep R useful, modern, and reliable. Some projects focus on core infrastructure used by large user communities, including Census data access, spatial network analysis, genome visualization, integer partitions, and string interoperability. Others expand reproducible R workflows into applied scientific fields such as weed science and conservation biology.

The recipients also bring significant technical and domain expertise from a geographically diverse set of institutions and communities. They include university faculty, doctoral researchers, package authors and maintainers, ecological data scientists, independent R developers, and applied researchers working across the United States, Austria, Australia, Bangladesh, Benin, the United Kingdom, and the broader international R community. Several are maintainers of established R or Bioconductor packages, authors of technical books and documentation, or leaders of applied research communities, while others are extending R into fields where reproducible workflows can directly support public policy, conservation, agriculture, genomics, and scientific computing.

Together, these projects demonstrate the continuing importance of targeted funding and support for open source software.

Sustaining R’s Census Data Infrastructure

Lead: Kyle Walker, Professor and Chair of Geography, Texas Christian University; Walker Data
Grant: $7,000

Kyle Walker will lead a focused maintenance and modernization project for two widely used resources in the R and Census data communities: the tigris package, the tidycensus package.

tigris and tidycensus are core infrastructure for analysts who work with U.S. Census Bureau data in R. They are widely used in classrooms, journalism, public policy, health research, local government analysis, consulting, and open source software built on top of Census data. This project will modernize package internals, improve tests and documentation, address issue backlogs, strengthen behavior during upstream Census API or file outages.

The work will help ensure that R users can continue to acquire, map, model, and analyze Census data through dependable, well-maintained tools.

Modernizing Spatial Network Analysis in R

Lead: Lucas van der Meer, Doctoral Researcher, Department of Geoinformatics, University of Salzburg
Grant: $10,000

Lucas van der Meer will work on the release of sfnetworks version 1.0, a stable and modernized tool for geospatial network analysis in R. The package supports tidy analysis of spatial networks and has been used across transportation planning, ecology, epidemiology, archaeology, economics, environmental planning, spatial statistics, and other domains. The sfnetworks team was previously funded by the R Consortium in Round 2019-2 for the project “Tidy spatial networks in R,” which supported earlier development of this important geospatial infrastructure.

The project will update the existing codebase, align the package with major dependency changes, address community feature requests and bug reports, and improve performance for larger geospatial networks. It will also explore integration with high-performance routing libraries such as dodgr and cppRouting, as well as out-of-memory spatial workflows through duckspatial.

The planned release will help keep R competitive and practical for large-scale geospatial network analysis while preserving the package’s intuitive, tidy interface.

WeedR: Reproducible R Infrastructure for Advancing Weed Science

Lead: Dr. Md Asaduzzaman, Lecturer, Charles Sturt University; Coordinator, R-Mob R User Group
Grant: $3,700

Dr. Md Asaduzzaman will lead WeedR, a project designed to establish weed science as a reproducible, code-first analytical domain within the R ecosystem. The project will develop practical R resources for herbicide dose-response analysis, hormesis modeling, crop-weed competition, and herbicide resistance simulation.

The project will produce four executable R scripts with companion PDF guides, three curated open datasets, and a reusable MIT-licensed function library. These resources will be built from real field data from Bangladesh and designed for direct use in RStudio IDE without additional setup.

A key part of the project is capacity building. WeedR will engage weed scientists from Bangladesh’s National Agricultural Research System and support wider adoption across research institutes and universities. While Bangladesh is the demonstration context, the openly licensed outputs will be useful to weed scientists globally.

Universal ALTREP Interoperability for Strings

Lead: Travers Ching, Independent developer
Grant: $5,000

Travers Ching’s project addresses a technical limitation in how R handles ALTREP strings across package boundaries. Today, string ALTREP often functions as a package-local optimization: a package can gain performance benefits internally, but those benefits may disappear when strings move into code that does not understand that specific ALTREP class.

This project proposes a universal interoperability layer for ALTREP strings, allowing different altstring classes to interact directly without unnecessary materialization. The work will include a runtime registration interface, an interoperability layer built around a common read path, and a broader surface of ALTREP-aware string operations.

The project builds on existing proof-of-concept work in stringfish and aims to make efficient string handling more broadly available across R workflows involving large text corpora, logs, genomic sequence data, file-backed strings, and other string-heavy applications.

Modernization and Refactoring igvShiny

Lead: Arkadiusz Gladki, Author and Maintainer of igvShiny and igvR; Independent / gladki.pl
Grant: $4,000

Arkadiusz Gladki will modernize and extend igvShiny, a Bioconductor package that embeds the Integrative Genomics Viewer as an htmlwidget in R Shiny. The package connects IGV to the R ecosystem and is used by bioinformaticians, clinicians, and Shiny developers working with genomic data.

The project will focus on bug fixes, Bioconductor compliance, API completeness, testing, continuous integration, and documentation.

Bridging IUCN and GBIF Taxonomies for Reproducible Red List Assessments in R

Lead: Stanislas Mahussi Gandaho, Ecological Data Scientist, African Parks, Benin; Laboratory of Applied Ecology, University of Abomey-Calavi, Benin
Grant: $6,600

Stanislas Mahussi Gandaho will extend the redlist R package to bridge IUCN Red List taxonomy with the GBIF taxonomic backbone. This work addresses a practical problem in conservation biology: IUCN and GBIF may use different accepted names and synonyms for the same species, which can lead to incomplete or inaccurate occurrence data retrieval.

The proposed extension will add taxonomic name resolution, multi-synonym occurrence retrieval, and assessment-readiness checks. These tools will help users retrieve GBIF occurrence records under accepted names and synonyms, deduplicate records, identify data-quality issues, and prepare occurrence data for Red List assessment metrics such as Extent of Occurrence and Area of Occupancy.

This work will support conservation biologists, government agencies, NGOs, and researchers conducting reproducible Red List assessments in R.

Modernising Integer Partitions: Implementing Standard Iterators for the partitions Package

Leads: Sam Kamperis, Oxford Brookes University; Robin Hankin, Original Author of the partitions Package, University of Stirling
Grant: $4,200

Sam Kamperis and Robin Hankin will modernize the partitions package by adding a standard S3 iterator interface. The package is long-standing R infrastructure for working with integer partitions, but its current APIs either materialize all partitions in memory or rely on non-standard manual iteration.

The project will implement a partitions_iter S3 class that conforms to the standard iterator interface, enabling lazy evaluation, lower memory use, and interoperability with tools such as foreach and itertools. This will allow users to stream partitions rather than generating large objects all at once.

The work preserves the package’s established enumeration logic while making it more compatible with contemporary R workflows, including parallel and distributed computation.

Supporting Open Infrastructure for the R Community

The R Consortium ISC is pleased to support these seven projects. Each addresses a concrete need in the R ecosystem: maintaining essential data infrastructure, improving performance and interoperability, modernizing widely used packages, and extending reproducible R workflows into scientific domains where open tools can have substantial impact.

We will be following the progress of these projects and sharing updates as the grantees deliver new releases, documentation, examples, workshops, and community resources.

A full list of all ISC technical grant recipients is available here. We look forward to seeing your work on the list in the near future!

For future grant opportunities, visit the R Consortium Call for Proposals page and follow the R Consortium blog for announcements.