mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
This commit is contained in:
parent
f249aaa9ab
commit
e3ac3bc66e
4 changed files with 4 additions and 26 deletions
|
@ -1 +1 @@
|
||||||
app_version <- function()'250402_1126'
|
app_version <- function()'250402_1131'
|
||||||
|
|
|
@ -11,7 +11,7 @@ This package is the backbone of the ***FreesearchR***, a free and open-source br
|
||||||
|
|
||||||
This package and the ***FreesearchR***-tool is part of a larger initiative to democratize health data analysis and remove barriers for clinicians to engage in health research.
|
This package and the ***FreesearchR***-tool is part of a larger initiative to democratize health data analysis and remove barriers for clinicians to engage in health research.
|
||||||
|
|
||||||
the ***FreesearchR***-tool is online and accessible here: [link to the app freely hosted on shinyapps.io](https://agdamsbo.shinyapps.io/FreesearchR/). All feedback is welcome and can be shared as a GitHub issue.
|
the ***FreesearchR***-tool is online and accessible here: [link to the app freely hosted on shinyapps.io](https://agdamsbo.shinyapps.io/FreesearcheR/). All feedback is welcome and can be shared as a GitHub issue.
|
||||||
|
|
||||||
Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.
|
Initiatives for funding continued development of the tool and surrounding initiatives is ongoing.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
|
#### Current file: /Users/au301842/FreesearchR/R//app_version.R
|
||||||
########
|
########
|
||||||
|
|
||||||
app_version <- function()'250402_1126'
|
app_version <- function()'250402_1131'
|
||||||
|
|
||||||
|
|
||||||
########
|
########
|
||||||
|
@ -6320,28 +6320,6 @@ regression_server <- function(id,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#' Title
|
|
||||||
#'
|
|
||||||
#' @returns
|
|
||||||
#' @export
|
|
||||||
#'
|
|
||||||
#' @examples
|
|
||||||
#' \dontrun{
|
|
||||||
#' regression_demo_app()
|
|
||||||
#' }
|
|
||||||
regression_demo_app <- function() {
|
|
||||||
ui <- bslib::page_fixed(
|
|
||||||
do.call(
|
|
||||||
bslib::navset_bar,
|
|
||||||
regression_ui("regression")
|
|
||||||
)
|
|
||||||
)
|
|
||||||
server <- function(input, output, session) {
|
|
||||||
regression_server("regression", data = default_parsing(mtcars[1:3]))
|
|
||||||
}
|
|
||||||
shiny::shinyApp(ui, server)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
########
|
########
|
||||||
#### Current file: /Users/au301842/FreesearchR/R//report.R
|
#### Current file: /Users/au301842/FreesearchR/R//report.R
|
||||||
|
|
|
@ -5,6 +5,6 @@ account: agdamsbo
|
||||||
server: shinyapps.io
|
server: shinyapps.io
|
||||||
hostUrl: https://api.shinyapps.io/v1
|
hostUrl: https://api.shinyapps.io/v1
|
||||||
appId: 13611288
|
appId: 13611288
|
||||||
bundleId: 10005865
|
bundleId: 10042980
|
||||||
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
url: https://agdamsbo.shinyapps.io/freesearcheR/
|
||||||
version: 1
|
version: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue