6–9 Jul 2026
Europe/Warsaw timezone

Session

Virtual Presentation Room

8 Jul 2026, 13:00

Presentation materials

There are no materials yet.

  1. David Schruth (UW)
    08/07/2026, 13:00
    Lightning Talk (5 minutes)

    The visualization of data embodies a visceral fundament for understanding, and constitutes a cardinal mechanism for modern communication of any measurement outcomes of research—despite typically being neglected (largely for technical reasons) in traditional statistics literature. There are limitless ways of realizing plots of data, and visualizing even the most basic distribution of points...

    Go to contribution page
  2. Anastasiia Kostiv
    08/07/2026, 13:05
    Lightning Talk (5 minutes)

    R has long been recognized for its statistical computing power, and Shiny has revolutionized how R users build interactive applications. However, deploying Shiny apps as standalone desktop software remains cumbersome - requiring a browser, a running R session, and often a server infrastructure. What if R could power true native desktop applications? ...

    Go to contribution page
  3. Anastasiia Kostiv
    08/07/2026, 13:10
    Lightning Talk (5 minutes)

    How do you bring modern, interactive data visualizations into R without writing JavaScript? The nivo.bubblechart package lets R users create responsive, animated circle packing charts using a familiar data frame workflow. Built on top of the Nivo visualization library (React + D3), it provides clean defaults, customizable colors and interactivity, and seamless Shiny integration with click and...

    Go to contribution page
  4. Dr Prince Sharma (Indian Institute of Information Technology Una)
    08/07/2026, 13:15
    Lightning Talk (5 minutes)

    The rapid growth of sports analytics has enabled researchers to use data-driven techniques to understand performance patterns and predict outcomes in competitive sports. Cricket, particularly the Indian Premier League (IPL), generates a large amount of structured match data that can be analyzed to study team strategies, player performance, and match dynamics. This project focuses on analyzing...

    Go to contribution page
  5. Abigail Stamm (Minnesota Department of Health), Eric Kvale (Minnesota Department of Health)
    08/07/2026, 13:20
    Talks (15-20 minutes)

    Online dashboards use data visualizations to quickly convey information. Interactive elements like charts and data filters often display additional information not accessible by screen readers. Accessibility features improve the overall presentation and user experience by augmenting, amplifying, and enhancing the content so that users can interact with and understand the same content in...

    Go to contribution page
  6. Abigail Stamm (Minnesota Department of Health), Eric Kvale (Minnesota Department of Health)
    08/07/2026, 13:40
    Lightning Talk (5 minutes)

    Access to realistic public health data for training, pipeline validation, and methods development is constrained by privacy regulations that restrict use of real patient records. We present two complementary open-source R packages that address this problem at different points along the synthetic data design spectrum.

    toysurveydata (Stamm, MDH) generates simple, customizable fake survey...

    Go to contribution page
  7. Ivan Krylov (Lomonosov Moscow State University)
    08/07/2026, 13:45
    Talks (15-20 minutes)

    Generally, CRAN packages are expected to keep passing their tests, and their updates should not break other packages. Debugging the occasional failure of this process can lead the developer down a very deep rabbit hole: our dependency stacks are very deep, and none of the layers are completely bug-free.

    We're going to see how problems from real CRAN packages could be investigated and solved...

    Go to contribution page
  8. Abdul Aziz Nurussadad (Badan Informasi Geospasial)
    08/07/2026, 14:05
    Lightning Talk (5 minutes)

    Scaling public satisfaction surveys presents a significant challenge for government hubs managing hundreds of distinct services. National regulations of Indonesia (Minister of Administrative and Bureaucratic Reform Regulation 14/2017) mandate measuring nine specific quality components—including staff behavior, requirements, and facilities—for every service provided. However, requiring citizens...

    Go to contribution page
  9. Dr Prince Sharma (Institute of Information Technology, Una)
    08/07/2026, 14:10
    Lightning Talk (5 minutes)

    This project presents the development of a movie recommendation system implemented using the R programming language. The primary objective of the project is to design a data-driven model capable of suggesting relevant movies to users based on patterns identified in historical rating data. R was chosen for this project due to its strong capabilities in statistical computing, data analysis, and...

    Go to contribution page
  10. ayush pundir (IIIT UNA)
    08/07/2026, 14:15
    Lightning Talk (5 minutes)

    What determines success in the English Premier League — superior
    player quality, tactical approach, or transfer investment? This
    study addresses that question empirically using R and the
    worldfootballR package.

    We construct a panel dataset of 100 team-season observations
    across five EPL seasons (2019/20 to 2023/24) by combining FBref
    and Transfermarkt data via worldfootballR....

    Go to contribution page
  11. Tomasz Gieorgijewski (Rappsodia Labs)
    08/07/2026, 14:20
    Lightning Talk (5 minutes)

    Amethyst: new R's graphics device on macOS in the making.

    I wanted to deepen my R’s contributions in the domain of graphics, specifically on Mac computers.
    So I set myself on a project to create a new graphical device for R language.
    In the talk I will present my motivations for starting such project, what is the current state of graphical devices, especially the native one, shipped with...

    Go to contribution page
  12. Melissa Bather (The University of Auckland)
    08/07/2026, 14:25
    Lightning Talk (5 minutes)

    Author information:

    Melissa Bather is a statistician from New Zealand, currently living in Vancouver, BC, Canada. She has a Master of Science in Statistics with First Class Honours from the University of Auckland—the birthplace of R! She is currently researching new methods to introduce multi-species models into the field of spatially explicit capture-recapture for the University of...

    Go to contribution page
  13. Dr Nicholas Spyrison (Unaffiliated (employed by IFF))
    09/07/2026, 10:30
    Talks (15-20 minutes)

    Ecological community data are inherently multivariate, and beta diversity is typically explored through unsupervised ordination (e.g., PCoA, NMDS). While these methods excel at revealing gradients of variance, they ignore a priori hypotheses about group structure. This talk introduces constrained ordination, specifically Canonical Analysis of Principal coordinates (CAP) and Linear Discriminant...

    Go to contribution page
  14. Renata Hirota
    09/07/2026, 10:50
    Talks (15-20 minutes)

    Climate data has coordinates, but also powerful stories hiding in plain sight. In this talk, I’ll show the reasons why I feel in love with the R package {sf} while covering climate change in the Amazon as a freelance journalist. Every Last Drop is a project about oil exploration in the Amazon that showcases that spatial analysis doesn't...

    Go to contribution page
  15. Janith Wanniarachchi (Monash University)
    09/07/2026, 11:10
    Talks (15-20 minutes)

    Understanding the behaviour of complex machine learning models has become a challenge in the modern day. Explainable AI (XAI) methods were introduced to provide insights into model predictions, however explaining these explanations can be difficult without proper visualisation methods. In addition, settling the disagreements between these explainers can be difficult based purely on numerical...

    Go to contribution page
  16. Michael Lydeamore (Department of Econometrics and Business Statistics, Monash University, Victoria, Australia)
    09/07/2026, 11:30
    Talks (15-20 minutes)

    Code golf—writing the shortest possible code to solve a problem—has emerged as an engaging method for teaching programming fundamentals. Its competitive, game-like structure fosters student motivation and encourages self-directed learning.

    Inspired by the success of CSSBattle, which attracts thousands of daily users with CSS challenges, I present ggplot battles: a new browser-based platform...

    Go to contribution page
  17. Prakhar Srivastava (Indian Institute of Information Technology Una)
    09/07/2026, 11:50
    Lightning Talk (5 minutes)

    This project offers a data-driven look at India’s socio-economic growth using the R programming language. The goal is to examine how key indicators like population, literacy rate, GDP growth, and other development measures have changed over time in various regions of India. By using publicly available datasets, the project employs statistical analysis and visualization techniques in R to turn...

    Go to contribution page
  18. Dr Prince Sharma (Indian Institute of Information Technology Una), Rituraj Singh (Indian Institute of Information Technology Una)
    09/07/2026, 11:55
    Lightning Talk (5 minutes)

    Author Information
    Name: Rituraj Singh
    Affiliation: Indian Institute of Information Technology Una, Himachal Pradesh, India
    Programme: B.Tech Computer Science Engineering (Data Science)
    Email: 24519@iiitu.ac.in

    Title
    Do Some Stocks Always Beat Others? Exploring Global Stock Factors with R

    Primary Topic
    *Finance and Economics Applications of R / Data Analysis and...

    Go to contribution page
  19. Jagoda Głowacka-Walas
    09/07/2026, 12:00
    Lightning Talk (5 minutes)

    Missing data is a common challenge in data analysis, particularly in multi-omics studies, where heterogeneous data sources and technical limitations often result in incomplete measurements. In these situations, predictive models may fail when some required variables are missing.

    This presentation demonstrates ensemble learning strategies designed to improve prediction despite incomplete...

    Go to contribution page
Building timetable...