wireshiny
A Shiny app developed based on the wire (https://yuhangtom.github.io/wire/) package on YuhangTom/wire (https://github.com/YuhangTom/wire).
Science Score: 44.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
A Shiny app developed based on the wire (https://yuhangtom.github.io/wire/) package on YuhangTom/wire (https://github.com/YuhangTom/wire).
Basic Info
- Host: GitHub
- Owner: YuhangTom
- License: other
- Language: R
- Default Branch: main
- Homepage: https://yuhangtom.github.io/wireShiny/
- Size: 34.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Citation
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# wireShiny
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[)`-yellowgreen.svg)](https://github.com/YuhangTom/wireShiny/commits/main)
[](https://CRAN.R-project.org/package=wireShiny)
[](https://github.com/YuhangTom/wireShiny/actions/workflows/R-CMD-check.yaml)
The goal of wireShiny is to run the Shiny app based on the functionalities of [`wire`](https://yuhangtom.github.io/wire/).
## Installation
You can install the development version of wireShiny from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("YuhangTom/wireShiny")
```
## Example
Use the following code to run the Shiny app.
```r
library(wireShiny)
run_wireShiny()
```
A Shiny app like the one below will open in your default browser.

Owner
- Name: Yuhang (Tom) Lin
- Login: YuhangTom
- Kind: user
- Location: Ames, IA
- Company: Iowa State University
- Website: https://yuhangtom.github.io/
- Repositories: 1
- Profile: https://github.com/YuhangTom
Citation (CITATION.cff)
# --------------------------------------------
# CITATION file created with {cffr} R package
# See also: https://docs.ropensci.org/cffr/
# --------------------------------------------
cff-version: 1.2.0
message: 'To cite package "wireShiny" in publications use:'
type: software
license: MIT
title: 'wireShiny: R Shiny App Based on Functionalities of `wire`'
version: 0.0.0.9000
abstract: The `wireShiny` package runs the Shiny app based on functionalities of `wire`,
provides plots for parameter tunings, and cross-correlation for decision making.
authors:
- family-names: Lin
given-names: Yuhang
email: yhlin@iastate.edu
orcid: https://orcid.org/0000-0002-3600-9889
- family-names: Hofmann
given-names: Heike
email: hofmann@iastate.edu
orcid: https://orcid.org/0000-0001-6216-5183
repository-code: https://github.com/YuhangTom/wireShiny
url: https://github.com/YuhangTom/wireShiny
contact:
- family-names: Lin
given-names: Yuhang
email: yhlin@iastate.edu
orcid: https://orcid.org/0000-0002-3600-9889
references:
- type: software
title: spelling
abstract: 'spelling: Tools for Spell Checking in R'
notes: Suggests
url: https://ropensci.r-universe.dev/spelling
repository: https://CRAN.R-project.org/package=spelling
authors:
- family-names: Ooms
given-names: Jeroen
email: jeroenooms@gmail.com
orcid: https://orcid.org/0000-0002-4035-0289
- family-names: Hester
given-names: Jim
email: james.hester@rstudio.com
year: '2024'
doi: 10.32614/CRAN.package.spelling
- type: software
title: magrittr
abstract: 'magrittr: A Forward-Pipe Operator for R'
notes: Imports
url: https://magrittr.tidyverse.org
repository: https://CRAN.R-project.org/package=magrittr
authors:
- family-names: Bache
given-names: Stefan Milton
email: stefan@stefanbache.dk
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
year: '2024'
doi: 10.32614/CRAN.package.magrittr
- type: software
title: shiny
abstract: 'shiny: Web Application Framework for R'
notes: Imports
url: https://shiny.posit.co/
repository: https://CRAN.R-project.org/package=shiny
authors:
- family-names: Chang
given-names: Winston
email: winston@posit.co
orcid: https://orcid.org/0000-0002-1576-2126
- family-names: Cheng
given-names: Joe
email: joe@posit.co
- family-names: Allaire
given-names: JJ
email: jj@posit.co
- family-names: Sievert
given-names: Carson
email: carson@posit.co
orcid: https://orcid.org/0000-0002-4958-2844
- family-names: Schloerke
given-names: Barret
email: barret@posit.co
orcid: https://orcid.org/0000-0001-9986-114X
- family-names: Xie
given-names: Yihui
email: yihui@posit.co
- family-names: Allen
given-names: Jeff
- family-names: McPherson
given-names: Jonathan
email: jonathan@posit.co
- family-names: Dipert
given-names: Alan
- family-names: Borges
given-names: Barbara
year: '2024'
doi: 10.32614/CRAN.package.shiny
- type: software
title: 'R: A Language and Environment for Statistical Computing'
notes: Depends
url: https://www.R-project.org/
authors:
- name: R Core Team
institution:
name: R Foundation for Statistical Computing
address: Vienna, Austria
year: '2024'
version: '>= 2.10'
GitHub Events
Total
- Push event: 11
Last Year
- Push event: 11
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION
cran
- R >= 2.10 depends
- magrittr * imports
- shiny * imports
- spelling * suggests
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.5.0 composite
- actions/checkout v4 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite