Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.6%) to scientific vocabulary
Repository
Rt visualisation in D3
Basic Info
- Host: GitHub
- Owner: epiforecasts
- License: other
- Language: JavaScript
- Default Branch: master
- Homepage: https://epiforecasts.io/RtD3/
- Size: 37.3 MB
Statistics
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 6
- Releases: 0
Metadata Files
README.md
Rt visualization in D3
Create interactive visualisations of Rt estimates using D3.js (Gibbs et al. (2020)). Developed primarily targeting Rt estimates generated by the EpiNow2 package, RtD3 aims to make simple, beautiful visualisations that help researchers explore their results and share them with others.RtD3 provides an interface for the JavaScript library rt_vis.
Installation
Install from CRAN with:
r
install.packages("RtD3")
Install the stable development version of the package from our r-universe:
r
install.packages(
"RtD3",
repos = c(ropensci = 'https://epiforecasts.r-universe.dev',
CRAN = 'https://cloud.r-project.org')
)
Or from Github:
r
remotes::install_github("epiforecasts/RtD3")
Quickstart
Spatial data is passed to RtD3 as an sf object. Use the rnaturalearth package for quick access to global and national spatial data.
Rt estimates are available from epiforecasts covid-rt-estimates in the format expected by this package. Use the helper function readInEpiNow2 to generate the summary widget with existing estimates.
``` r geoData = rnaturalearth::ne_countries(returnclass = 'sf')
rtData <- list("Cases" = readInEpiNow2( path = "https://raw.githubusercontent.com/epiforecasts/covid-rt-estimates/master/national/cases/summary", region_var = "country"))
summaryWidget(geoData = geoData, rtData = rtData) ```
Development
Comments and contributions to this package are welcome. To record a problem with the package, please create an issue on Github.
Owner
- Name: Epiforecasts
- Login: epiforecasts
- Kind: organization
- Email: sebastian.funk@lshtm.ac.uk
- Location: London
- Website: https://epiforecasts.io
- Twitter: sbfnk
- Repositories: 56
- Profile: https://github.com/epiforecasts
Researchers at the London School of Hygiene & Tropical Medicine doing research to forecast infectious diseases and perform real-time analyses.
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| hamishgibbs | h****s@g****m | 96 |
| seabbs | s****2@g****m | 57 |
| Hugo Gruson | B****o | 1 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 28
- Total pull requests: 27
- Average time to close issues: 11 days
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 2.61
- Average comments per pull request: 0.96
- Merged pull requests: 26
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- seabbs (15)
- hamishgibbs (13)
Pull Request Authors
- hamishgibbs (19)
- seabbs (7)
- Bisaloo (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 193 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: RtD3
Rt Visualization in D3
- Homepage: https:/epiforecasts.io/RtD3
- Documentation: http://cran.r-project.org/web/packages/RtD3/RtD3.pdf
- License: MIT + file LICENSE
- Status: removed
-
Latest release: 0.0.1
published over 5 years ago
Rankings
Maintainers (1)
Dependencies
- data.table * imports
- geojsonsf * imports
- htmlwidgets * imports
- jsonlite * imports
- purrr * imports
- covr * suggests
- dplyr * suggests
- knitr * suggests
- rgeos * suggests
- rnaturalearth * suggests
- sf * suggests
- spelling * suggests
- testthat * suggests