Skip to content

Commit

Permalink
prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jul 16, 2019
1 parent 5f97bf7 commit 54f5eff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
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.5.920
Version: 0.1.6
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"),
Expand Down
7 changes: 6 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 3 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

4 changes: 2 additions & 2 deletions inst/assets/js/shinylogs-localForage.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54f5eff

Please sign in to comment.