4 Star 1 Fork 0

夏永和 / GSAnno

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.R 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏永和 提交于 2021-03-15 16:38 . update
# Launch the ShinyApp (Do not remove this comment)
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file
pkgload::load_all(export_all = FALSE,helpers = FALSE,attach_testthat = FALSE)
options( "golem.app.prod" = TRUE)
# Set Ncpus to use
n <- parallel::detectCores()
options(Ncpus = n)
GSAnno::run_app() # add parameters here (if any)
R
1
https://gitee.com/xiayh17/gsanno.git
git@gitee.com:xiayh17/gsanno.git
xiayh17
gsanno
GSAnno
master

搜索帮助