Skip to content

Commit

Permalink
moved duckdb to suggests
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdwilliams committed Nov 6, 2023
1 parent fae7c4e commit e2f81b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: EhdenAlopecia
Version: 0.1
Version: 1.0.0
Authors@R: person("Ross", "Williams", , "r.williams@derasmusmc.nl", role = c("aut", "cre"))
Description: This package creates the cohorts for this EHDEN Alopecia study study. Based on this cohort diagnostics, incidence and prevalence rates and treatment patterns are analysis are performed.
License: Apache License (>= 2)
Expand All @@ -15,13 +15,13 @@ Imports:
zip,
magrittr,
checkmate,
duckdb,
log4r,
lubridate,
rlang,
readr
Suggests:
testthat (>= 3.0.0),
rmarkdown,
checkmate
checkmate,
duckdb,
Config/testthat/edition: 3

0 comments on commit e2f81b5

Please sign in to comment.