stakeholder-analysis
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: ontox-project
- License: cc-by-4.0
- Language: R
- Default Branch: main
- Size: 101 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created over 3 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Citation
README.md
The repo for the data analysis for the stakeholders consultancy
Publication
The analysis in this repository has been published in part as
Reproducing the analysis
If you would like to reproduce this work, the easiest way is to install the work as an R package using this code:
in a terminal run:
git clone https://github.com/ontox-project/stakeholder-analysis
From R/Posit RStudio or another IDE, run:
install.packages("remotes")
remotes::install_local(".", build_vignettes = TRUE)
This will install all dependencies needed to reproduce the analysis and generate the figures. Also, it will build the vignette with all the code and documentation.
Vignettes
To see the vignettes in this package run:
browseVignettes("stakeholderAnalysis")
Owner
- Name: ontox-project
- Login: ontox-project
- Kind: organization
- Repositories: 1
- Profile: https://github.com/ontox-project
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Teunis" given-names: "Marc" orcid: "https://orcid.org/0000-0002-3496-6669" - family-names: "Diemar" given-names: "Michael Guy" orcid: "https://orcid.org/0009-0004-5561-3493" title: "stakeholderAnalysis; An R package with data en R code for the publication: http://dx.doi.org/10.1177/02611929231225730" version: 1.0.0 doi: date-released: 2024-01-25 url: "https://github.com/ontox-project/stakeholder-analysis"
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Dependencies
DESCRIPTION
cran
- R >= 2.10 depends
- dplyr * imports
- ggplot2 * imports
- pheatmap * imports
- purrr * imports
- readxl * imports
- tidyr * imports
- knitr * suggests
- rmarkdown * suggests