mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
89 lines
1.9 KiB
Text
89 lines
1.9 KiB
Text
Package: FreesearchR
|
|
Title: A free and open-source browser based data analysis tool for researchers with publication ready output
|
|
Version: 25.6.1
|
|
Authors@R: c(
|
|
person("Andreas Gammelgaard", "Damsbo",email="agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
|
comment = c(ORCID = "0000-0002-7559-1154")),
|
|
person("Jutta Mari Adelin", "Jørgensen", role="ctb"),
|
|
person("Anne Brink", "Behrndtz", role="ctb")
|
|
)
|
|
Description: Easily evaluate and analysis clinical health data in your browser on a server or on your own device. Import data from multiple sources, summarise, modify and visualise data and export key metrics and regression analysis results in a publication ready format.
|
|
License: AGPL (>= 3)
|
|
Encoding: UTF-8
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.2
|
|
Imports:
|
|
assertthat,
|
|
bslib,
|
|
dplyr,
|
|
glue,
|
|
gtsummary,
|
|
here,
|
|
quarto,
|
|
haven,
|
|
readODS,
|
|
readr,
|
|
shiny,
|
|
MASS,
|
|
purrr,
|
|
broom,
|
|
broom.helpers,
|
|
cardx,
|
|
parameters,
|
|
DT,
|
|
performance,
|
|
qqplotr,
|
|
see,
|
|
patchwork,
|
|
easystats,
|
|
DHARMa,
|
|
IDEAFilter,
|
|
datamods,
|
|
toastui,
|
|
lubridate,
|
|
bsicons,
|
|
thematic,
|
|
reshape2,
|
|
shinyWidgets,
|
|
classInt,
|
|
htmltools,
|
|
rlang,
|
|
apexcharter,
|
|
esquisse,
|
|
flextable,
|
|
gt,
|
|
rankinPlot,
|
|
Hmisc,
|
|
ggstats,
|
|
rempsyc,
|
|
ggridges,
|
|
ggalluvial,
|
|
REDCapCAST,
|
|
eulerr,
|
|
ggforce,
|
|
RcppArmadillo,
|
|
ggcorrplot,
|
|
shinyjs,
|
|
emmeans
|
|
Suggests:
|
|
styler,
|
|
devtools,
|
|
rhub,
|
|
webshot,
|
|
usethis,
|
|
roxygen2,
|
|
pak,
|
|
rsconnect,
|
|
knitr,
|
|
rmarkdown,
|
|
testthat (>= 3.0.0),
|
|
shinytest,
|
|
covr,
|
|
cffr
|
|
URL: https://github.com/agdamsbo/FreesearchR, https://agdamsbo.github.io/FreesearchR/, https://app.FreesearchR.org/
|
|
BugReports: https://github.com/agdamsbo/FreesearchR/issues
|
|
VignetteBuilder: knitr
|
|
Config/testthat/edition: 3
|
|
Depends:
|
|
R (>= 3.5)
|
|
LazyData: true
|