-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
42 lines (42 loc) · 1.18 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
41
42
Package: romero.gateway
Type: Package
Version: 0.4.12
Date: 2023-04-10
Title: OMERO R Gateway
Description: R Wrapper around the OMERO Java Gateway, which
enables access to an OMERO server within R.
Supported OMERO version: 5.6 .
Maintainer: Dominik Lindner <d.lindner@dundee.ac.uk>
Authors@R: c(person("Dominik", "Lindner", role = c("aut", "cre", "ctb"),
email = "d.lindner@dundee.ac.uk"),
person("Jean-Marie", "Burel", role = "ctb",
email = "j.burel@dundee.ac.uk"),
person("Josh", "Moore", role = "ctb",
email = "josh@glencoesoftware.com"),
person("Balaji", "Ramalingam", role = "ctb",
email = "b.ramalingam@dundee.ac.uk"))
Depends:
R (>= 4.2.0),
methods (>= 3.3.0),
rJava (>= 1.0-6),
jpeg (>= 0.1-8),
httr (>= 1.4.0)
Suggests:
testthat
Collate:
zzz.R
OMEROServer.R
OMERO.R
Screen.R
Plate.R
Well.R
Dataset.R
Project.R
Image.R
License: GPL (>= 2)
Encoding: UTF-8
NeedsCompilation: no
URL: https://github.com/ome/rOMERO-gateway, https://www.openmicroscopy.org
BugReports: http://qa.openmicroscopy.org.uk
RoxygenNote: 6.1.1
StagedInstall: no