Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rempsyc/pubdashboard
Creating Publication Data Visualization Dashboards
https://github.com/rempsyc/pubdashboard
Last synced: 21 days ago
JSON representation
Creating Publication Data Visualization Dashboards
- Host: GitHub
- URL: https://github.com/rempsyc/pubdashboard
- Owner: rempsyc
- Created: 2024-05-12T19:20:43.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-19T09:15:45.000Z (3 months ago)
- Last Synced: 2024-10-19T12:44:01.565Z (3 months ago)
- Language: R
- Homepage: https://rempsyc.github.io/pubDashboard/
- Size: 9.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# pubDashboard: Creating Publication Data Visualization Dashboards
[![R-CMD-check](https://github.com/rempsyc/pubDashboard/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rempsyc/pubDashboard/actions)
[![r-universe](https://rempsyc.r-universe.dev/badges/pubDashboard)](https://rempsyc.r-universe.dev/ui/#package:pubDashboard)
[![CRAN status](https://www.r-pkg.org/badges/version/pubDashboard)](https://CRAN.R-project.org/package=pubDashboard)
[![Last-commit](https://img.shields.io/github/last-commit/rempsyc/pubDashboard)](https://github.com/rempsyc/pubDashboard/commits/main)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![sponsors](https://img.shields.io/github/sponsors/rempsyc)](https://github.com/sponsors/rempsyc)
[![followers](https://img.shields.io/github/followers/rempsyc?style=social)](https://github.com/rempsyc?tab=followers)
[![stars](https://img.shields.io/github/stars/rempsyc/pubDashboard?style=social)](https://github.com/rempsyc/pubDashboard/stargazers)The goal of `pubDashboard` is to facilitate the creation of pretty data visualization dashboards using the `flexdashboard` and `openalexR` packages.
## Installation
You can install the development version of `pubDashboard` like so:
``` r
# If `remotes` isn't installed, use `install.packages("remotes")`
remotes::install_github("rempsyc/pubDashboard")
```## Example Dashboards
The full source-code for these dashboards are available on the corresponding button at the top-right of each dashboard.
### Neglected 95% Dashboard
[![](man/figures/n95.png)](https://remi-theriault.com/dashboards/neglected_95)
### Passion Dashboard
[![](man/figures/passion.png)](https://remi-theriault.com/dashboards/passion)