https://github.com/ccqresearch/cardo
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.0%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: CCQResearch
- Language: R
- Default Branch: main
- Size: 948 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 11 months ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# CaRDO
CaRDO is a user-friendly R package for creating interactive R-Shiny dashboards that visualize and publish population-level cancer statistics. You can find an example CaRDO dashboard [here](https://cancercouncilqueensland.shinyapps.io/CaRDOExample/){target="_blank"}
Detailed documentation for building a CaRDO dashboard is available [here](https://ccqresearch.github.io/CaRDO-Handbook/){target="_blank"}
## Installation
1. CaRDO requires the following packages installed before launching
``` r
install.packages("remotes")
install.packages("tidyverse")
install.packages("plotly")
install.packages("markdown")
```
2. Install CaRDO using
``` r
remotes::install_github("https://github.com/CCQResearch/CaRDO", dependencies = TRUE)
```
3. Load CaRDO using
``` r
CaRDO::create_dashboard()
```
## Data requirements
There are **three** key requirements for any cancer dataset that is loaded into CaRDO.
1. You must have a single column for each variable and outcome you wish to report, and each row in your dataset should correspond to a unique combination of each variable.
2. Cancer-type values must be coded as you wish them to be displayed
3. Cancer counts and any population data must be aggregated by 5-year age groups, with age groups coded numerically from 1 – 18.
Further details on data requirements and building a CaRDO dashboard are available [here](https://ccqresearch.github.io/CaRDO-Handbook/). Please reach out to us at statistics@qldcancer.org.au if you have any questions or concerns.
## Disclaimer
Data loaded into CaRDO is stored locally on your computer, and all analyses are performed locally. Your data will not leave your computer while using CaRDO – CaRDO has been designed with data privacy as a top priority.
However, if you choose to *publish* your dashboard (e.g., share it online), data will be uploaded to the cloud at the resolution that it appears in the dashboard. It is your responsibility to ensure that all displayed data is appropriate for sharing before publishing publicly.
Owner
- Login: CCQResearch
- Kind: user
- Repositories: 1
- Profile: https://github.com/CCQResearch
GitHub Events
Total
- Delete event: 2
- Issue comment event: 2
- Public event: 1
- Push event: 75
- Pull request event: 15
- Create event: 4
Last Year
- Delete event: 2
- Issue comment event: 2
- Public event: 1
- Push event: 75
- Pull request event: 15
- Create event: 4
Dependencies
DESCRIPTION
cran
- bslib * imports
- data.table * imports
- dplyr * imports
- haven * imports
- magrittr * imports
- rclipboard * imports
- shiny * imports
- shinyWidgets * imports
- shinyjs * imports
- stats * imports
- tidyr * imports
- tidyselect * imports
- tools * imports
- vroom * imports