plotmigspcr
Science Score: 57.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 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: EdoardoCostantini
- License: mit
- Language: R
- Default Branch: main
- Size: 22.8 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
- Releases: 8
Metadata Files
README.md
Shiny app: plot mi-gscpr results
An interactive dashboard to interact with the results of a research paper.
Code Example
To start the shiny apps and interact with the plots, open an R session and load the package:
library("plotmigspcr")
Then, run the following command in the R console:
start_app()
The app interface will explain how to interact with it.
Motivation
This Shiny app allows you to interact with the results of the research paper asosciated with the GitHub project Multiple Imputation with GSPCR: A Case Study.
Installation
You can install the Shiny app as an R package by using one of the methods described below.
Install from GitHub
Open an R session.
Install
devtools, an R package that provides a way to install other R packages directly from GitHub. Run the following R command in the console:install.packages("devtools")Run the following command:
devtools::install_github("https://github.com/EdoardoCostantini/plotmigspcr")
Install from a local folder
Download the package from GitHub or Zenodo.
Unzip the package.
Open an R session, and run the following command.
install.packages( "path to the folder containing the package", repos = NULL, type = "source" )For example, on a Windows computer, this could be
install.packages( "C:/Users/Name/Downloads/plotmigspcr/", repos = NULL, type = "source" )
Tests
Unit tests
This software uses unit tests to test whether the functions behave as expected. These tests are performed by using the check() function from the devtools R package.
The workflow is the one established by the testthat R package.
To run these tests:
Install the
devtoolsR package, if you do not have it already.r install.packages("devtools")Then, you can test with the following command in the R console:
r devtools::check()
Contributors
License
MIT License.
Owner
- Name: Edo
- Login: EdoardoCostantini
- Kind: user
- Location: Tilburg, Netherlands
- Company: Tilburg University
- Website: https://edoardocostantini.github.io
- Repositories: 9
- Profile: https://github.com/EdoardoCostantini
Sociologist turned statistician, missed developer, born interior designer but never got there
Citation (CITATION.cff)
cff-version: 1.2.1 message: "If you use this software, please cite it as below." authors: - family-names: "Costantini" given-names: "Edoardo" orcid: "https://orcid.org/0000-0001-9581-9913" title: "plotmigspcr" version: 1.2.1 doi: 10.5281/zenodo.8383559 date-released: 2023-09-27 url: "https://github.com/EdoardoCostantini/plotmigspcr"
GitHub Events
Total
Last Year
Dependencies
- R >= 2.10 depends
- dplyr * imports
- ggplot2 * imports
- lattice * imports
- mice * imports
- pkgload * imports
- shiny * imports
- shinyWidgets * imports
- shinybrowser * imports
- usethis * imports