Package: wdiexplorer Type: Package Title: Explore World Development Indicators Data Version: 0.1.1 Authors@R: c( person( "Oluwayomi", "Akinfenwa", email = "oluwayomiakinfenwa@gmail.com", role = c("aut", "cre") ), person( "Niamh", "Cahill", email = "niamh.cahill@mu.ie", role = c("aut","ths") ), person( "Catherine", "Hurley", email = "catherine.hurley@mu.ie", role = c("aut","ths") ) ) Description: Provides a workflow for exploring World Development Indicators (WDI) country-level panel data. It downloads WDI data using the 'WDI' package and computes diagnostic indices that capture the temporal behaviour of the data by incorporating the grouping structure of the data. The set of diagnostic indices implemented includes variation features, trend and shape features, and sequential temporal features. This method is described in Akinfenwa, Cahill, and Hurley (2025) "wdiexplorer: An R package Designed for Exploratory Analysis of World Development Indicators (WDI) Data" . We adapt the clustering diagnostics and visualisation methodology described in Rousseeuw (1987) and selected time series features from Hyndman and Athanasopoulos (2021) "Forecasting: Principles and Practice" . License: MIT + file LICENSE Encoding: UTF-8 Imports: dplyr, tidyr, tidyselect, tibble, tsibble, rlang, WDI, cluster, fabletools, feasts, forcats, ggplot2, ggiraph, ggtext, ggdist, scales, patchwork, ggnewscale Suggests: knitr, rmarkdown, naniar, testthat Depends: R (>= 4.1.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 LazyData: true URL: https://github.com/Oluwayomi-Olaitan/wdiexplorer BugReports: https://github.com/Oluwayomi-Olaitan/wdiexplorer/issues VignetteBuilder: knitr Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev make libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev Repository: https://oluwayomi-olaitan.r-universe.dev Date/Publication: 2026-04-20 14:06:18 UTC RemoteUrl: https://github.com/oluwayomi-olaitan/wdiexplorer RemoteRef: HEAD RemoteSha: 2ae1e646704d9980039360e030a3e3bb03d61895 NeedsCompilation: no Packaged: 2026-06-21 08:47:30 UTC; root Author: Oluwayomi Akinfenwa [aut, cre], Niamh Cahill [aut, ths], Catherine Hurley [aut, ths] Maintainer: Oluwayomi Akinfenwa