diff --git a/DESCRIPTION b/DESCRIPTION index f15a279..e411126 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinylogs Title: Record Everything that Happens in a 'Shiny' Application -Version: 0.1.5.920 +Version: 0.1.6 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 5b9422f..96aa49e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ -# shinylogs 0.1.3 +# 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/README.md b/README.md index e3dd999..1cebb19 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Data recorded on our Shiny-Server available here: http://shinyapps.dreamrs.fr/ ![](man/figures/connections-day.png) -Which tabs in [shinyWidgets](https://github.com/dreamRs/shinyWidgets) galery are the most seen : +Which tabs in [shinyWidgets](https://github.com/dreamRs/shinyWidgets) gallery are the most seen : ![](man/figures/shinyWidgets-tabs.png) diff --git a/cran-comments.md b/cran-comments.md index cd1d57a..d027b50 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,12 @@ ## Test environments -* local OS Windows 10 install, R 3.6.0 +* local OS Windows 10 install, R 3.6.1 * ubuntu 14.04 (on travis-ci), R 3.5.3 * win-builder (devel and release) ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note -* Re-submission to replace \dontrun examples with executable ones. - Except for RDS one to avoid : - - WARNING: Added dependency on R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R. +* Update to include a new function & solve issues reading data back. Thanks! Victor diff --git a/inst/assets/js/shinylogs-localForage.js b/inst/assets/js/shinylogs-localForage.js index b71e631..1cb19b9 100644 --- a/inst/assets/js/shinylogs-localForage.js +++ b/inst/assets/js/shinylogs-localForage.js @@ -1,9 +1,9 @@ /*! - * Copyright (c) 2018 dreamRs + * Copyright (c) 2019 dreamRs * * shinylogs, JavaScript bindings to record * everything happens in a Shiny app - * using Lowdb + * using LocalForage * https://github.com/dreamRs/shinylogs * * @version 0.0.2