title | author | date | output |
---|---|---|---|
README |
Hanming Tu |
01/21/2020 |
html_document |
This is a R Shiny app for creating simplified TS domain to meet FDA requirement for data submission.
- Install from CRAN
install.packages(“genTS”)
- Install from GitHub
install.packages("devtools")
library(devtools)
install_github(”phuse-org/genTS")
library(genTS)
start_app() # start with default settings
start_app(msg_lvl = 3) # start and display detailed message at level 3
start_app(n=7) # to start the 7th application
Ths app is published to: https://geotiger.shinyapps.io/07_genTS/ and https://phuse-org.shinyapps.io/07_genTS/.
- V0.1.0
Did not submit to CRAN
- v0.1.1
Did not submit to CRAN
- V0.1.2
01/21/2020: Submitted to CRAN