-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require fontwawesome >= v0.3.0 to use version v6 icons (#87)
- Loading branch information
Showing
9 changed files
with
23 additions
and
20 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,4 +1,4 @@ | ||
linters: with_defaults( | ||
linters: linters_with_defaults( | ||
line_length_linter(100) | ||
) | ||
exclusions: list( | ||
|
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: reactlog | ||
Title: Reactivity Visualizer for 'shiny' | ||
Version: 1.1.0 | ||
Version: 1.1.1 | ||
Authors@R: c( | ||
person( | ||
"Barret", "Schloerke", email = "[email protected]", role = c("aut", "cre"), | ||
|
@@ -22,14 +22,15 @@ Imports: | |
jsonlite (>= 0.9.16), | ||
Suggests: | ||
shiny (>= 1.5.0), | ||
fontawesome (>= 0.3.0), | ||
knitr, | ||
rmarkdown, | ||
htmltools, | ||
testthat | ||
License: GPL-3 | file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.1 | ||
URL: https://rstudio.github.io/reactlog/, https://github.com/rstudio/reactlog, https://community.rstudio.com/tags/reactlog | ||
BugReports: https://github.com/rstudio/reactlog/issues | ||
VignetteBuilder: knitr | ||
|
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,13 +1,15 @@ | ||
reactlog 1.1.0 | ||
========================== | ||
# reactlog 1.1.1 | ||
|
||
- Fixed Font Awesome icon warning about `refresh` icon (#87) | ||
|
||
# reactlog 1.1.0 | ||
|
||
- Added a shiny module to inline the current `reactlog`. See `?reactlog_module_ui` for an example (#66) | ||
- Added `reactlog_enable()` and `reactlog_disable()` which replace the need to explicitly set R options (#61) | ||
- Use log entry for status bar instead of a final graph (#67) | ||
- Allow reactlog to handle isolate calls in a non-reactive context (#68) | ||
|
||
|
||
reactlog 1.0.0 | ||
========================== | ||
# reactlog 1.0.0 | ||
|
||
Initialize package |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
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