Skip to content

Commit

Permalink
factor out deployment funs closes #49 starting #4
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Sep 7, 2020
1 parent aadd1b1 commit 836b501
Show file tree
Hide file tree
Showing 18 changed files with 855 additions and 390 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
^pkgdown$
Dockerfile
^vignettes/
^\.azure$
man-roxygen
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ URL: https://subugoe.github.io/shinycaas, https://github.com/subugoe/shinycaas
BugReports: https://github.com/subugoe/shinycaas/issues
Suggests:
testthat,
withr,
shiny (>= 1.5.0),
subugoetheme
subugoetheme,
fs
Imports:
processx (>= 3.4.3),
cli (>= 2.0.2),
checkmate (>= 2.0.0),
withr (>= 2.2.0),
fs (>= 1.4.0),
htmltools (>= 0.5.0)
htmltools (>= 0.5.0),
jsonlite (>= 1.7.0)
Remotes:
subugoe/[email protected]
SystemRequirements:
Expand Down
10 changes: 7 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Generated by roxygen2: do not edit by hand

export(az_account)
export(az_cli_run)
export(az_configure)
export(az_login)
export(az_webapp)
export(az_webapp_shiny_opts)
export(az_webapp_show)
export(include_app2)
export(include_app2_azure)
export(include_app2_az)
export(is_github_actions)
export(runOldFaithful)
export(shiny_deploy_az)
export(shiny_opts_az)
Loading

0 comments on commit 836b501

Please sign in to comment.