-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.17 KB
/
DESCRIPTION
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
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: koinar
Type: Package
Title: KoinaR - Remote machine learning inference using Koina
Version: 0.99.16
Authors@R: c(person(given = "Ludwig", family = "Lautenbacher",
email = "[email protected]", role = c("aut", "cre"), comment=c(ORCID="0000-0002-1540-5911")),
person(given = "Christian", family = "Panse", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-1975-3064")))
Depends:
R (>= 4.3)
Imports:
httr,
jsonlite,
methods,
utils
Suggests:
BiocManager,
BiocStyle (>= 2.26),
httptest,
knitr,
lattice,
msdata,
OrgMassSpecR,
protViz,
S4Vectors,
Spectra,
testthat,
mzR
Description: A client to simplify fetching predictions from the Koina web
service. Koina is a model repository enabling the remote execution of models.
Predictions are generated as a response to HTTP/S requests, the standard protocol
used for nearly all web traffic.
License: Apache License 2.0
URL: https://github.com/wilhelm-lab/koina
BugReports: https://github.com/wilhelm-lab/koina/issues
Encoding: UTF-8
NeedsCompilation: no
RoxygenNote: 7.3.2
VignetteBuilder: knitr
biocViews: MassSpectrometry, Proteomics, Infrastructure, Software