mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
limiting dependencies
This commit is contained in:
parent
512fe1ced5
commit
2d35001c33
4 changed files with 46 additions and 41 deletions
16
DESCRIPTION
16
DESCRIPTION
|
|
@ -15,9 +15,9 @@ Imports:
|
|||
dplyr,
|
||||
glue,
|
||||
gtsummary,
|
||||
haven,
|
||||
here,
|
||||
quarto,
|
||||
haven,
|
||||
readODS,
|
||||
readr,
|
||||
shiny,
|
||||
|
|
@ -29,17 +29,14 @@ Imports:
|
|||
parameters,
|
||||
DT,
|
||||
performance,
|
||||
ggiraph,
|
||||
qqplotr,
|
||||
see,
|
||||
patchwork,
|
||||
easystats,
|
||||
DHARMa,
|
||||
IDEAFilter,
|
||||
sparkline,
|
||||
datamods,
|
||||
toastui,
|
||||
webshot,
|
||||
lubridate,
|
||||
bsicons,
|
||||
thematic,
|
||||
|
|
@ -48,18 +45,11 @@ Imports:
|
|||
classInt,
|
||||
htmltools,
|
||||
rlang,
|
||||
data.table,
|
||||
apexcharter,
|
||||
esquisse,
|
||||
janitor,
|
||||
flextable,
|
||||
gt,
|
||||
kableExtra,
|
||||
rankinPlot,
|
||||
sjPlot,
|
||||
gvlma,
|
||||
psych,
|
||||
jtools,
|
||||
Hmisc,
|
||||
ggstats,
|
||||
rempsyc,
|
||||
|
|
@ -74,6 +64,7 @@ Suggests:
|
|||
styler,
|
||||
devtools,
|
||||
rhub,
|
||||
webshot,
|
||||
usethis,
|
||||
roxygen2,
|
||||
pak,
|
||||
|
|
@ -87,3 +78,6 @@ URL: https://github.com/agdamsbo/FreesearchR, https://agdamsbo.github.io/Freesea
|
|||
BugReports: https://github.com/agdamsbo/FreesearchR/issues
|
||||
VignetteBuilder: knitr
|
||||
Config/testthat/edition: 3
|
||||
Depends:
|
||||
R (>= 3.5)
|
||||
LazyData: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue