moving functions from app to fix dependencies

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-20 16:25:26 +01:00
commit f094394933
No known key found for this signature in database
7 changed files with 170 additions and 147 deletions

View file

@ -29,15 +29,11 @@ Suggests:
Hmisc,
knitr,
rmarkdown,
ggplot2,
here,
styler,
devtools,
roxygen2,
spelling,
glue,
rhub,
bslib
rhub
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
@ -61,7 +57,10 @@ Imports:
readODS,
forcats,
vctrs,
gt
gt,
bslib,
here,
glue
Collate:
'REDCapCAST-package.R'
'utils.r'