From b9da7f3f7bd5201da4ae1f911de49494c2b32c9f Mon Sep 17 00:00:00 2001 From: pvictor Date: Fri, 26 Nov 2021 16:42:03 +0100 Subject: [PATCH] prepare for cran --- DESCRIPTION | 5 +++-- NEWS.md | 2 +- cran-comments.md | 9 ++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3c1f58d..358bca2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,12 @@ Package: shinylogs Title: Record Everything that Happens in a 'Shiny' Application -Version: 0.1.7.9400 +Version: 0.2.0 Authors@R: c(person("Fanny", "Meyer", role = "aut"), person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")), person("Silex Technologies", comment = "https://www.silex-ip.com", role = "fnd")) Description: 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. + Allows to trace the inputs with which the user interacts, the outputs generated, + as well as the errors displayed in the interface. License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.1.2 diff --git a/NEWS.md b/NEWS.md index fb23eb5..26678da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# shinylogs (unreleased) +# shinylogs 0.2.0 * Timestamp is now recorded in microseconds (fix [#6](https://github.com/dreamRs/shinylogs/issues/6)). * Added `store_googledrive()` to store logs as json in Google drive. diff --git a/cran-comments.md b/cran-comments.md index c13f9f8..2b02c5e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,11 @@ ## Test environments -* local OS Windows 10 install, R 3.6.1 -* ubuntu 14.04 (on travis-ci), R 3.6.1 -* win-builder (devel and release) +* local R installation, R 4.1.2 +* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.1.2 +* win-builder (devel) ## R CMD check results 0 errors | 0 warnings | 0 note -* Fix a bug when using with an other package (shinymanager) . - Thanks! Victor +* New features, rewrited internal JS code. Thanks! Victor