Skip to content

Commit

Permalink
Note use of rsconnect library to deploy demos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 5, 2024
1 parent a921656 commit 1baf7ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
21 changes: 0 additions & 21 deletions example_apps/README.md

This file was deleted.

13 changes: 13 additions & 0 deletions example_apps/deploy.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env Rscript

library(rsconnect)
deployApp("example_apps/basic_usage_with_text_index", account = "gmod")
deployApp("example_apps/bookmarks_demo", account = "gmod")
deployApp("example_apps/load_config_json", account = "gmod")
deployApp("example_apps/load_data_frame", account = "gmod")
deployApp("example_apps/skbr3_gene_fusions", account = "gmod")
deployApp("example_apps/using_plugins", account = "gmod")


## install.packages(c('JBrowseR','crosstalk','DT','rsconnect'))
##' <,'>s/^\(.\*\)/deployApp('example_apps\/\1',account='gmod')

0 comments on commit 1baf7ba

Please sign in to comment.