-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 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,6 +1,6 @@ | ||
Package: shinylogs | ||
Title: Record Everything that Happens in a 'Shiny' Application | ||
Version: 0.1.6.900 | ||
Version: 0.1.7 | ||
Authors@R: c(person("Fanny", "Meyer", email = "[email protected]", role = c("aut")), | ||
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre")), | ||
person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd"), | ||
|
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,8 +1,14 @@ | ||
# shinylogs 0.1.7 | ||
|
||
* Fix a bug when used with {shinymanager} (fix [#2](https://github.com/dreamRs/shinylogs/issues/2)). | ||
|
||
|
||
# shinylogs 0.1.6 | ||
|
||
* `use_tracking` is now exported to load dependencies directly in UI, usefull for big applications. | ||
* Ability to print logs recorded in the console. | ||
|
||
|
||
# shinylogs 0.1.5 | ||
|
||
* First release : Track and record the use of applications and the user's interactions with 'Shiny' inputs. Allow to save inputs clicked, output generated and eventually errors. |
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 @@ | ||
## Test environments | ||
* local OS Windows 10 install, R 3.6.1 | ||
* ubuntu 14.04 (on travis-ci), R 3.5.3 | ||
* ubuntu 14.04 (on travis-ci), R 3.6.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
* Update to include a new function & solve issues reading data back. | ||
* Fix a bug when using with an other package (shinymanager) . | ||
Thanks! Victor | ||
|