The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

README

Hanming Tu

01/21/2020

About this package

This is a R Shiny app for creating simplified TS domain to meet FDA requirement for data submission.

How to install

install.packages(“genTS”)
install.packages("devtools")
library(devtools)
install_github(”TuCai/genTS")

How to use

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

Create simplified TS domain

Ths app is published to: https://geotiger.shinyapps.io/07_genTS/.

Package history

Did not submit to CRAN

Did not submit to CRAN

01/21/2020: Submitted to CRAN

02/08/2020: Submitted to CRAN

Make changes for R 4.0

09/20/2022: Submitted to CRAN

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.