FreesearchR/DESCRIPTION

136 lines
2.9 KiB
Text
Raw Permalink Normal View History

2025-03-19 09:14:36 +01:00
Package: FreesearchR
2025-09-23 12:22:34 +02:00
Title: Easy data analysis for clinicians
2025-10-02 11:19:19 +02:00
Version: 25.10.1
2025-04-28 10:10:42 +02:00
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")
)
2025-09-23 12:22:34 +02:00
Description: Easily evaluate and analyse clinical health data in your browser, either based on a hosted version or run on your own device. Import data from multiple sources, summarise, modify and visualise data and create regression models. Export key metrics and regression analysis results in a publication ready document format.
2024-11-08 15:13:33 +01:00
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
assertthat,
2024-11-08 16:31:33 +01:00
bslib,
2024-11-08 15:13:33 +01:00
dplyr,
glue,
gtsummary,
here,
quarto,
2025-04-23 14:24:07 +02:00
haven,
2024-11-08 15:13:33 +01:00
readODS,
2024-11-08 16:31:33 +01:00
readr,
2024-11-22 10:55:43 +01:00
shiny,
MASS,
2024-11-25 09:18:21 +01:00
purrr,
broom,
broom.helpers,
cardx,
parameters,
DT,
performance,
qqplotr,
see,
2024-11-29 14:35:14 +01:00
patchwork,
easystats,
DHARMa,
IDEAFilter,
datamods,
2024-12-13 13:37:19 +01:00
toastui,
2024-12-18 10:37:37 +01:00
lubridate,
bsicons,
thematic,
reshape2,
shinyWidgets,
classInt,
htmltools,
2025-01-15 16:21:38 +01:00
rlang,
apexcharter,
esquisse,
flextable,
gt,
2025-01-30 14:30:53 +01:00
rankinPlot,
Hmisc,
ggstats,
rempsyc,
2025-03-05 21:13:06 +01:00
ggridges,
2025-03-11 13:42:57 +01:00
ggalluvial,
2025-03-12 18:27:46 +01:00
REDCapCAST,
eulerr,
ggforce,
2025-03-13 14:13:18 +01:00
RcppArmadillo,
2025-05-08 11:38:02 +02:00
ggcorrplot,
2025-05-14 12:54:44 +02:00
shinyjs,
emmeans,
readxl,
NHANES,
2025-10-02 11:16:39 +02:00
shiny.i18n,
stRoke
2024-11-08 15:13:33 +01:00
Suggests:
2024-11-22 10:55:43 +01:00
styler,
devtools,
rhub,
2025-04-23 14:24:07 +02:00
webshot,
usethis,
roxygen2,
pak,
2025-03-17 15:00:13 +01:00
rsconnect,
knitr,
2025-04-14 12:13:38 +02:00
rmarkdown,
testthat (>= 3.0.0),
shinytest,
2025-04-28 10:10:42 +02:00
covr,
2025-06-26 10:17:24 +02:00
cffr,
shiny2docker
2025-05-08 10:12:26 +02:00
URL: https://github.com/agdamsbo/FreesearchR, https://agdamsbo.github.io/FreesearchR/, https://app.FreesearchR.org/
2025-03-19 13:10:56 +01:00
BugReports: https://github.com/agdamsbo/FreesearchR/issues
2025-03-17 15:00:13 +01:00
VignetteBuilder: knitr
2025-04-14 12:13:38 +02:00
Config/testthat/edition: 3
2025-04-23 14:24:07 +02:00
Depends:
R (>= 3.5)
LazyData: true
2025-10-02 11:16:39 +02:00
Collate:
'app_version.R'
'baseline_table.R'
'contrast_text.R'
'correlations-module.R'
'create-column-mod.R'
'custom_SelectInput.R'
'cut-variable-dates.R'
'data-summary.R'
'data_plots.R'
'datagrid-infos-mod.R'
'helpers.R'
'hosted_version.R'
'html_dependency_freesearchr.R'
'import-file-ext.R'
'import_globalenv-ext.R'
'launch_FreesearchR.R'
'missings-module.R'
'plot-download-module.R'
'plot_box.R'
'plot_euler.R'
'plot_hbar.R'
'plot_ridge.R'
'plot_sankey.R'
'plot_scatter.R'
'plot_violin.R'
'redcap_read_shiny_module.R'
'regression-module.R'
'regression_model.R'
'regression_plot.R'
'regression_table.R'
'report.R'
'syntax_highlight.R'
'theme.R'
'translate.R'
'ui_elements.R'
'update-factor-ext.R'
'update-variables-ext.R'
'validation.R'
'visual_summary.R'
'wide2long.R'