pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- strsplit(URL,"/")[[1]][4]
gh <- sprintf("%s/%s", owner, pkg)

r pkg: r title

r description

If you use r pkg, please cite:

r utils::citation(pkg)$textVersion

:writing_hand: Authors

YuLab\@SMU https://yulab-smu.top

Installation

# to install cran version
install.packages("`r pkg`")

# to install github version
if(!require("remotes")) install.packages("remotes")

remotes::install_github("`r gh`")

Usages

library(`r pkg`)
run_shinyTempSignal()




YuLab-SMU/shinyTempSignal documentation built on March 6, 2024, 3:25 p.m.