We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80acab3 commit 7c05e01Copy full SHA for 7c05e01
NEWS.md
@@ -0,0 +1,13 @@
1
+# peeky 0.1.0
2
+
3
+- `peeky` is a package that allows users to peek at the source code of a
4
+ Shinylive application.
5
+ - It works with both standalone and embedded
6
+ Shinylive applications written using either R or Python.
7
+- The package provides the following functions:
8
+ - `peek_shinylive_app()` is the primary function for examining Shinylive
9
+ applications.
10
+ - `peek_standalone_shinylive_app()` is the primary function for examining
11
+ standalone Shinylive applications.
12
+ - `peek_quarto_shinylive_app()` is the primary function for examining
13
+ Quarto documents with embedded Shinylive applications.
0 commit comments