Add full collocation analysis (client side only implementation)
Resolves #2
Change-Id: Ib01d89a72b44ff06816b21532b7ea709a4e837b0
diff --git a/DESCRIPTION b/DESCRIPTION
index 340b22a..2053a09 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -39,6 +39,7 @@
magrittr,
tidyr,
dplyr,
+ lifecycle,
lubridate,
highcharter,
jsonlite,
@@ -46,7 +47,10 @@
utils,
httr,
methods,
- PTXQC
+ PTXQC,
+ purrr,
+ stringr,
+ urltools
Suggests:
testthat
Collate:
@@ -56,6 +60,8 @@
'KorAPQuery.R'
'association-scores.R'
'ci.R'
+ 'collocationAnalysis.R'
+ 'collocationScoreQuery.R'
'highcharter-helper.R'
'misc.R'
'reexports.R'