mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
moving functions from app to fix dependencies
This commit is contained in:
parent
a896bf4e76
commit
f094394933
7 changed files with 170 additions and 147 deletions
11
DESCRIPTION
11
DESCRIPTION
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue