Skip to content

CIMES-USNA-UMA/CardioRVARapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CMD-check DOI:10.3390/biology12111438

Description

CardioRVARapp is a shiny app developed by Alvaro Chao-Ecija (intern student at the Department of Physiology and the Autonomic Nervous System Unit at CIMES, University of Malaga) and PhD. Marc Stefan Dawid-Milner (head of the unit and supervisor of the project). This app is designed to work with the CardioRVAR main package, allowing a better experience without having to use the commands in R or Rstudio.

Shiny application

To launch the shiny application, use the following code (packages shiny and CardioRVAR are required):

shiny::runGitHub("CardioRVARapp", "CIMES-USNA-UMA", subdir = "inst/app", launch.browser = TRUE)

To install CardioRVAR, use the following code:

remotes::install_github("CIMES-USNA-UMA/CardioRVAR", build_vignettes = TRUE)

Installation

To install the package, use the following code line in R (package remotes is required):

remotes::install_github("CIMES-USNA-UMA/CardioRVARapp", build_vignettes = TRUE)

Package CardioRVAR will also be installed at the same time.

Tutorial

A tutorial for this package is available as a vignette. To access the tutorial vignette, first ensure that packages knitr and rmarkdown are installed:

install.packages("knitr")
install.packages("rmarkdown")

Then, install package CardioRVARapp as described above (with the option to build vignettes turned on as described). Then, you can use the following commands to access the tutorial:

library(CardioRVARapp)
vignette("CardioRVAR-App-Tutorial")

# Or alternatively:

vignette("CardioRVAR-App-Tutorial", package = "CardioRVARapp")

This will show the vignette in the help section of RStudio. If you want to access the HTML version, use the following command:

browseVignettes("CardioRVARapp")

An access for the vignette CardioRVARapp Tutorial will be shown. To see the vignette, click on HTML.

Citation

To cite CardioRVARapp, use the following citation information:

citation("CardioRVARapp")
#>To cite package ‘CardioRVARapp’ in publications use:
#>
#>  Chao-Ecija, A.; Lopez-Gonzalez, M.V.; Dawid-Milner, M.S. CardioRVAR: A New R
#>  Package and Shiny Application for the Evaluation of Closed-Loop Cardiovascular
#>  Interactions. Biology 2023, 12, 1438. https://doi.org/10.3390/biology12111438
#>
#>A BibTeX entry for LaTeX users is
#>
#>  @Article{biology12111438,
#>    title = {CardioRVAR: A New R Package and Shiny Application for the Evaluation of Closed-Loop Cardiovascular Interactions},
#>    author = {Alvaro Chao-Ecija and Manuel Victor López-González and Marc Stefan Dawid-Milner},
#>    journal = {Biology},
#>    year = {2023},
#>    volume = {12},
#>    number = {11},
#>    pages = {1438},
#>    doi = {https://doi.org/10.3390/biology12111438},
#>    url = {https://www.mdpi.com/2079-7737/12/11/1438},
#>    issn = {2079-7737},
#>  }

Issues and requests

Please use the following link to create an issue or request:

https://github.com/CIMES-USNA-UMA/CardioRVARapp/issues

Contact information

Email: alvarochaoecija.rprojects@gmail.com

ORCID: https://orcid.org/0000-0002-2691-6936

About

Shiny application to run CardioRVAR package. Developed by @alvarochaoecija and @msdawid. Mantained by @alvarochaoecija.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages