A mirror of the FreesearchR repository.
Find a file
2024-12-20 11:05:56 +01:00
.github/workflows rhub setup for the future 2024-11-22 12:51:45 +01:00
inst/apps reverting and recovering from renv corruption 2024-12-19 21:21:29 +01:00
man reverting and recovering from renv corruption 2024-12-19 21:21:29 +01:00
R reverting and recovering from renv corruption 2024-12-19 21:21:29 +01:00
renv naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
.gitignore rebuilding 2024-11-27 10:58:31 +01:00
.Rbuildignore naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
.Rprofile Initial commit 2024-11-08 15:13:33 +01:00
CODE_OF_CONDUCT.md naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
DESCRIPTION reverting and recovering from renv corruption 2024-12-19 21:21:29 +01:00
freesearcheR.Rproj naming and dealing with a dependency issue. ready for first release 2024-12-19 15:26:23 +01:00
LICENSE.md Initial commit 2024-11-08 15:13:33 +01:00
NAMESPACE reverting and recovering from renv corruption 2024-12-19 21:21:29 +01:00
NEWS.md Add NEWS.md 2024-12-19 15:28:15 +01:00
README.md badges 2024-12-20 11:05:56 +01:00
renv.lock reverting and recovering from renv corruption 2024-12-19 21:21:29 +01:00

freesearcheR

Lifecycle: experimental rhub freesearcheR

This package is the backbone of the free and open browser based data exploration and analysis tool with publication ready output.

This package and the freesearcheR-tool is part of a large project to democratize health data analysis and removing barriers for clinicians to engage in health research.

As of 2024-12-19 the freesearcheR-tool is online and accessible here: link to shinyapps.io free hosting. All feedback is welcome and can be shared as a GitHub issue.

Initiatives for to start funding to continue development of the tool and surrounding initiatives will start soon.

Roadmap

  • Stratified analyses

  • Additional study designs:

    • Cross-sectional data analyses

    • Longitudinal data analyses

    • Survival analysis

  • More detailed variable browser

    • Add histograms for data distribution

    • Option to edit labels

  • Plot regression analyses results

  • Export modified data

  • Include reproducible code for all steps

  • Modify factor levels Factor level modifications is possible through converting factors to numeric > cutting numeric with desired fixed values. 2024-12-12

  • More options for date/datetime/time grouping/factoring. Included weekday and month-only options. 2024-12-12

Install locally

The freesearcheR-tool can also be launched locally. Any data.frame available in the global environment will be accessible from the interface.

require("devtools")
devtools::install_github("agdamsbo/freesearcheR")
library(freesearcheR)
# By loading mtcars to the environment, it will be available 
# in the interface like any other data.frame
data(mtcars) 
shiny_freesearcheR()

Code of Conduct

Please note that the freesearcheR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.