-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from SwanseaUniversityMedical/JS/env
Impl. sys env setter for gateway usage
- Loading branch information
Showing
4 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Package: ConceptLibraryClient | ||
Title: Concept Library API Client | ||
Version: 4.1 | ||
Version: 4.2 | ||
Authors@R: c( | ||
person("Dan", "Thayer", email = "[email protected]", role = "cre"), | ||
person("Etienne", "Badoche", email = "[email protected]", role = "aut"), | ||
person("Ieuan", "Scanlon", email = "[email protected]", role = "aut")) | ||
person("Ieuan", "Scanlon", email = "[email protected]", role = "aut"), | ||
person("Jack", "Scanlon", email = "[email protected]", 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. | ||
|
@@ -16,7 +17,7 @@ Imports: | |
License: GPL (>= 3) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.