forked from harmonydata/harmony_r
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1021 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: harmonydata
Type: Package
Title: R Library for 'Harmony'
Version: 0.2.1
Authors@R: c(
person("Omar", "Hassoun", email = "omtarful@gmail.com", role = c("aut", "cre")),
person("Thomas", "Wood", email = "thomas@fastdatascience.com", role = c("ctb")),
person("Alex, Nikic", email = "nikicalex@gmail.com", role = c("ctb")),
person("Ulster University", role = c("cph")))
Description: 'Harmony' is a tool using AI which allows you to compare items from questionnaires and identify similar content. You can try 'Harmony' at <https://harmonydata.ac.uk/app/> and you can read our blog at <https://harmonydata.ac.uk/blog/> or at <https://fastdatascience.com/how-does-harmony-work/>. Documentation at <https://harmonydata.ac.uk/harmony-r-released/>.
URL: <https://harmonydata.ac.uk>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
httr,
uuid,
base64enc,
jsonlite,
utils,
tools,
assertthat,
purrr
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3