library(rvest)library(dplyr)nCRANArchived <-function(pkg ="denguedatahub") { link <-read_html(paste0("https://cran.r-project.org/src/contrib/Archive/", pkg ="denguedatahub")) link %>%html_node('table') %>%html_table() }nCRANArchived()
# A tibble: 6 × 5
`` Name `Last modified` Size Description
<lgl> <chr> <chr> <chr> <lgl>
1 NA "" "" "" NA
2 NA "Parent Directory" "" "-" NA
3 NA "denguedatahub_1.0.4.tar.gz" "2023-05-15 10:40" "152K" NA
4 NA "denguedatahub_2.1.1.tar.gz" "2024-09-22 10:50" "1.6M" NA
5 NA "denguedatahub_3.1.0.tar.gz" "2025-06-23 17:50" "1.6M" NA
6 NA "" "" "" NA
Talk title: Dengue Data Hub: A Centralized Repository for Dengue-related Data
Abstract
The goal of denguedatahub is to provide the research community with a unified dataset by collecting worldwide dengue-related data, merged with exogenous variables helpful for a better understanding of the spread of dengue and the reproducibility of research. By making the data freely available to the research community, Dengue Data Hub is committed to promoting open science and reproducibility. The team believes that by centralizing high-quality data, we can facilitate collaborative research and accelerate progress toward a better understanding of dengue fever. The data can be easily accessed using our open-source R software package, denguedatahub.