-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from TileDB-Inc/aw/callr-backend
Migrate backend to callr
- Loading branch information
Showing
6 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: tiledbJupyterShiny | ||
Type: Package | ||
Title: Render Shiny apps inside a Jupyter notebook | ||
Version: 0.1.1.9001 | ||
Version: 0.1.2 | ||
Author: TileDB | ||
Maintainer: TileDB <[email protected]> | ||
Description: Render Shiny apps inside a Jupyter notebook. | ||
|
@@ -11,6 +11,7 @@ LazyData: true | |
Imports: | ||
IRdisplay, | ||
shiny, | ||
future | ||
callr, | ||
pingr | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(renderShinyApp) | ||
import(future) | ||
import(shiny) | ||
importFrom(IRdisplay,display_html) | ||
importFrom(callr,r_bg) | ||
importFrom(pingr,is_up) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# tiledbJupyterShiny 0.1.2 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Apps are now launched as background tasks using the *callr* package. | ||
* We now verify an app is up and running before rendering the IFrame |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.