-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
23 lines (23 loc) · 947 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: ConceptLibraryClient
Title: Concept Library API Client
Version: 4.3
Authors@R: c(
person("Dan", "Thayer", email = "d.s.thayer@swansea.ac.uk", role = "cre"),
person("Etienne", "Badoche", email = "e.c.a.badoche@swansea.ac.uk", role = "aut"),
person("Ieuan", "Scanlon", email = "ieuan.scanlon@swansea.ac.uk", role = "aut"),
person("Jack", "Scanlon", email = "j.a.scanlon@swansea.ac.uk", role = "aut"))
Description: This package provides functions which mirror the HTTP requests that can be sent to the Concept Library API.
These functions interact with Phenotypes, Concepts, Date Sources, Working Sets and Tags. The Concept Library also
provides a public API, and a function is provided to connect to it instead with no authentication needed.
Depends: R (>= 3.1.0)
Imports:
R6,
crul,
tcltk
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
Config/testthat/edition: 3