Learn R Programming


title: "README" author: "Hanming Tu" date: "01/21/2020" output: html_document

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 from CRAN
install.packages(“genTS”)
  • Install from GitHub
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

  • 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

  • V0.1.3

02/08/2020: Submitted to CRAN

  • V0.1.4

Make changes for R 4.0

09/20/2022: Submitted to CRAN

Copy Link

Version

Install

install.packages('genTS')

Monthly Downloads

186

Version

0.1.4

License

MIT + file LICENSE

Maintainer

Hanming Tu

Last Published

August 27th, 2022

Functions in genTS (0.1.4)

start_app

Start R Shiny app
echo_msg

Echo message
resolve

Resolve absolute path
is_empty

Check if a variable is na or null or space