diff --git a/DESCRIPTION b/DESCRIPTION index 9b85278..8a69eaa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "fanny.meyer@dreamrs.fr", role = c("aut")), person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd"), diff --git a/NEWS.md b/NEWS.md index 96aa49e..cce4b5b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/cran-comments.md b/cran-comments.md index d027b50..c13f9f8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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