mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
minor changes
This commit is contained in:
parent
b63fbbe3c9
commit
a7a416fe1d
9 changed files with 34 additions and 21 deletions
|
|
@ -1,3 +1,4 @@
|
|||
utils::globalVariables(c("server"))
|
||||
#' Shiny server factory
|
||||
#'
|
||||
#' @return shiny server
|
||||
|
|
@ -36,6 +37,9 @@ shiny_cast <- function() {
|
|||
|
||||
#' Deploy the Shiny app with rsconnect
|
||||
#'
|
||||
#' @param path app folder path
|
||||
#' @param name.app name of deployed app
|
||||
#'
|
||||
#' @return deploy
|
||||
#' @export
|
||||
#'
|
||||
|
|
@ -43,9 +47,6 @@ shiny_cast <- function() {
|
|||
#' # deploy_shiny
|
||||
#'
|
||||
deploy_shiny <- function(path=here::here("app/"), name.app="shiny_cast"){
|
||||
# Ensure to install latest package version
|
||||
renv::install("agdamsbo/REDCapCAST")
|
||||
|
||||
# Connecting
|
||||
rsconnect::setAccountInfo(
|
||||
name = "cognitiveindex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue