This repository stores data and generates visualizations for public statistics about the Epiverse-TRACE project, including package downloads, GitHub metrics, and academic citations.
The site provides comprehensive analytics and metrics for the Epiverse-TRACE ecosystem:
- CRAN Statistics: Download counts and trends for Epiverse-TRACE packages published on CRAN
- GitHub Statistics: Repository stars, followers, and engagement metrics across the organization
- Citations: Academic papers and publications that cite Epiverse-TRACE packages and the project
The statistics are published as a Quarto website at: https://epiverse-trace.github.io/etstats
The repository contains automated data collection from:
- CRAN download logs via cranlogs.r-pkg.org
- GitHub API for repository metrics and stargazer data
- Curated bibliography files for academic citations
index.qmd
- Main page with CRAN download statisticsgithub-statistics.qmd
- GitHub metrics and visualizationscitations.qmd
- Academic citations and referencesdata/
- Raw data files (JSON for GitHub metrics, BibTeX for citations)scripts/
- Data collection and processing scripts
Statistics are automatically updated through GitHub Actions workflows that collect fresh data from APIs and rebuild the site. The statistics get updated on a weekly basis.