-
Notifications
You must be signed in to change notification settings - Fork 17
use dev shinylive; remove temp webr automation #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,8 @@ Imports: | |
| Suggests: | ||
| knitr, | ||
| rmarkdown | ||
| Remotes: | ||
| shinylive=posit-dev/r-shinylive | ||
|
Comment on lines
+61
to
+62
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is the main fix! |
||
| Encoding: UTF-8 | ||
| Language: en-US | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,8 +7,6 @@ project: | |
| watch-inputs: true | ||
| navigate: true | ||
| timeout: 300 | ||
| pre-render: | ||
| - interactive/prepare.R | ||
|
Comment on lines
-10
to
-11
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. clean-up |
||
|
|
||
| website: | ||
| title: "pharmaverse examples" | ||
|
|
||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. clean-up after my mistakenly pushed commit to main |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,11 +3,6 @@ title: "`teal` applications" | |
| order: 1 | ||
| --- | ||
|
|
||
| ```{r} | ||
| #| include: false | ||
| shinylive::assets_ensure() | ||
| ``` | ||
|
|
||
|
Comment on lines
-6
to
-10
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. clean-up after my mistakenly pushed commit to main |
||
| [`teal`](https://insightsengineering.github.io/teal/latest-tag/) is a Shiny-based framework that streamlines the process of creating an application for clinical trials data. App developers are required to specify input data as well as analysis modules choosing from a wide range of available modules or creating their own module. | ||
|
|
||
| The main features of a `teal` app include: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean-up: not needed anymore as the issue was closed