2025-03-19 09:14:36 +01:00
|
|
|
Package: FreesearchR
|
2024-11-08 15:13:33 +01:00
|
|
|
Title: Browser Based Data Analysis
|
2025-04-24 11:00:56 +02:00
|
|
|
Version: 25.4.4
|
2024-11-08 15:13:33 +01:00
|
|
|
Authors@R:
|
|
|
|
person("Andreas Gammelgaard", "Damsbo", , "agdamsbo@clin.au.dk", role = c("aut", "cre"),
|
|
|
|
comment = c(ORCID = "0000-0002-7559-1154"))
|
2024-12-19 15:26:23 +01:00
|
|
|
Description: Free and open source browser based data exploration and analysis with publication ready output.
|
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,
|
2024-11-23 10:07:26 +01:00
|
|
|
MASS,
|
2024-11-25 09:18:21 +01:00
|
|
|
purrr,
|
|
|
|
broom,
|
2024-11-28 21:02:23 +01:00
|
|
|
broom.helpers,
|
|
|
|
cardx,
|
|
|
|
parameters,
|
2024-11-29 14:30:02 +01:00
|
|
|
DT,
|
|
|
|
performance,
|
|
|
|
qqplotr,
|
|
|
|
see,
|
2024-11-29 14:35:14 +01:00
|
|
|
patchwork,
|
2024-12-04 12:58:55 +01:00
|
|
|
easystats,
|
|
|
|
DHARMa,
|
|
|
|
IDEAFilter,
|
2024-12-09 14:00:44 +01:00
|
|
|
datamods,
|
2024-12-13 13:37:19 +01:00
|
|
|
toastui,
|
2024-12-18 10:37:37 +01:00
|
|
|
lubridate,
|
|
|
|
bsicons,
|
|
|
|
thematic,
|
2024-12-19 21:21:29 +01:00
|
|
|
reshape2,
|
|
|
|
shinyWidgets,
|
|
|
|
classInt,
|
|
|
|
htmltools,
|
2025-01-15 16:21:38 +01:00
|
|
|
rlang,
|
|
|
|
apexcharter,
|
2025-01-20 12:00:50 +01:00
|
|
|
esquisse,
|
2025-01-23 08:44:38 +01:00
|
|
|
flextable,
|
|
|
|
gt,
|
2025-01-30 14:30:53 +01:00
|
|
|
rankinPlot,
|
2025-02-07 16:24:09 +01:00
|
|
|
Hmisc,
|
2025-02-25 09:51:42 +01:00
|
|
|
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,
|
|
|
|
ggcorrplot
|
2024-11-08 15:13:33 +01:00
|
|
|
Suggests:
|
2024-11-22 10:55:43 +01:00
|
|
|
styler,
|
2024-11-23 10:07:26 +01:00
|
|
|
devtools,
|
2024-12-19 15:26:23 +01:00
|
|
|
rhub,
|
2025-04-23 14:24:07 +02:00
|
|
|
webshot,
|
2024-12-19 15:26:23 +01:00
|
|
|
usethis,
|
|
|
|
roxygen2,
|
2024-12-19 21:21:29 +01:00
|
|
|
pak,
|
2025-03-17 15:00:13 +01:00
|
|
|
rsconnect,
|
|
|
|
knitr,
|
2025-04-14 12:13:38 +02:00
|
|
|
rmarkdown,
|
2025-04-15 12:04:32 +02:00
|
|
|
testthat (>= 3.0.0),
|
2025-04-15 16:14:03 +02:00
|
|
|
shinytest,
|
|
|
|
covr
|
2025-03-19 13:10:56 +01:00
|
|
|
URL: https://github.com/agdamsbo/FreesearchR, https://agdamsbo.github.io/FreesearchR/
|
|
|
|
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
|