-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 'getDefaultReactiveDomain()' when there is no 'session' argument …
…provided to 'shinyURL.server()'
- Loading branch information
Showing
5 changed files
with
33 additions
and
24 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,12 +1,12 @@ | ||
Package: shinyURL | ||
Type: Package | ||
Title: Save and restore the state of Shiny apps | ||
Version: 0.0.22 | ||
Version: 0.0.23 | ||
Encoding: UTF-8 | ||
Author: Andrzej Oleś | ||
Maintainer: Andrzej Oleś <[email protected]> | ||
Description: Save and restore the state of a Shiny app's widgets by encoding | ||
them in an URL query string. | ||
Description: Save and restore the view state of a Shiny app by encoding the | ||
values of user inputs and active tab panels in the app's URL query string. | ||
Imports: | ||
RCurl, | ||
shiny (>= 0.12.0), | ||
|
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
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.