-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
35 lines (35 loc) · 989 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
24
25
26
27
28
29
30
31
32
33
34
35
Package: synapser
Type: Package
Title: R Language Bindings for Synapse API
Version: 2.1.1
Date: 2024-08-20
Authors@R: c(
person("Dan", "Lu", role = c("aut", "cre"), email = "dan.lu@sagebase.org"),
person("Tom", "Yu", role = c("aut"), email = "thomas.yu@sagebase.org"),
person("Bruce", "Hoff", role = c("aut"), email = "bruce.hoff@sagebase.org"),
person("Sage Bionetworks", role = c("cph"))
)
BugReports: https://github.com/Sage-Bionetworks/synapser/issues
Description: Provides R language bindings for Synapse RESTful web services.
Encoding: UTF-8
License: Apache License 2.0
Imports:
reticulate(>= 1.25),
reticulate(<= 1.28),
methods,
rjson(<= 0.2.21),
stats,
utils
Depends:
R(>= 4.1.3),
R(< 4.5)
Remotes:
reticulate@1.28,
rjson@0.2.21
Suggests: pack, R6, testthat, knitr, rmarkdown
URL: https://www.synapse.org
VignetteBuilder: knitr
SystemRequirements: libssl-dev, libcurl-dev, zlib-dev
Additional_repositories:
http://ran.synapse.org
RoxygenNote: 7.2.3