You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can switch to the `peek_shinylive_standalone_app()` function if we know that
119
+
We can switch to the `peek_standalone_shinylive_app()` function if we know that
123
120
the URL is a standalone Shinylive application. For example, if we take the
124
121
example application used in the conversion tutorial from [an app.R to an R Shinylive app](https://github.com/coatless-tutorials/convert-shiny-app-r-shinylive)
This package represents a more refined and comprehensive approach compared to
142
137
our [earlier tutorial][peeksl]
143
138
that focused solely on standalone R Shinylive applications.
144
139
145
-
###Ethical Considerations
140
+
## Ethical Considerations
146
141
147
-
This package is intended for educational purposes and to promote understanding
148
-
of web application visibility. Users should:
142
+
This package is for educational purposes. Users should:
149
143
144
+
- Use responsibly
150
145
- Respect intellectual property rights
151
-
- Use the tool responsibly
152
-
- Understand that the ability to view source code doesn't imply permission to reuse it without proper attribution or licensing
153
-
- Consider this knowledge when designing their own applications
146
+
- Understand that viewable code doesn't imply permission to reuse
147
+
- Consider this when designing their own applications
154
148
155
149
## Acknowledgements
156
150
157
-
We greatly appreciate and are inspired by the work of the Shinylive team.
158
-
We also thank the [webR][webr] and [Pyodide][pyodide] teams for their
159
-
contributions to the broader ecosystem of browser-based data science that makes
160
-
tools like Shinylive possible.
151
+
Thanks to the Shinylive team and the [webR](https://docs.r-wasm.org/webr/latest/) and [Pyodide](https://pyodide.org/en/stable/) teams for enabling browser-based data science.
0 commit comments