Skip to content

Commit

Permalink
CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Oct 5, 2018
1 parent 08bb44a commit 0a62f37
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions build/build_mac.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ update_app <- function(app, mess = "Update [ci skip]", git = FALSE, github = FAL
}

apps <- c(
"DT",
"shinyFiles_r",
"shinyAce",
# "DT",
# "shinyFiles",
# "shinyAce",
"radiant.data",
"radiant.design",
"radiant.basics",
"radiant.model",
"radiant.multivariate",
"radiant.update",
# "radiant.update",
"radiant"
)

sapply(apps, update_app, mess = "MRB", git = TRUE, github = TRUE)
sapply(apps, update_app, mess = "CRAN", git = TRUE, github = TRUE)

## build for packages ahead of CRAN
# apps <- c("shinyAce", "rstudioapi", apps)
Expand Down
8 changes: 4 additions & 4 deletions build/build_radiant.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ rem_old <- function(app) {
}

apps <- c(
"DT",
"shinyFiles_r",
"shinyAce",
# "DT",
# "shinyFiles",
# "shinyAce",
"radiant.data",
"radiant.design",
"radiant.basics",
"radiant.model",
"radiant.multivariate",
"radiant.update",
# "radiant.update",
"radiant"
)

Expand Down
8 changes: 4 additions & 4 deletions build/build_win.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ if (grepl("[nN]", rvprompt)) {
}

apps <- c(
"DT",
"shinyFiles_r",
"shinyAce",
# "DT",
# "shinyFiles",
# "shinyAce",
"radiant.data",
"radiant.design",
"radiant.basics",
"radiant.model",
"radiant.multivariate",
"radiant.update",
# "radiant.update",
"radiant"
)

Expand Down

0 comments on commit 0a62f37

Please sign in to comment.