-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
26 lines (26 loc) · 939 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
Package: EchoviewR
Type: Package
Title: Control of Echoview via COM
Version: 1.2.0
Authors@R: c(person("Martin", "Cox", email = "[email protected]", role = c("aut", "cre")),
person("Sven", "Gastauer", role="aut"),
person("Lisa-Marie", "Harrison", role="aut"))
Description: Automation of active acoustic data processing by controlling
Echoview (R) using Component Object Model (COM) scripting. Echoview (R) is a registered trademark of Echoview Software Pty Ltd. Website: www.echoview.com/
License: GPL-3
URL: https://github.com/AustralianAntarcticDivision/EchoviewR, http://australianantarcticdivision.github.io/EchoviewR/
BugReports: https://github.com/AustralianAntarcticDivision/EchoviewR/issues
Depends:
RDCOMClient
Imports:
lubridate,
sp,
geosphere
Suggests:
knitr,
qpdf,
rmarkdown
VignetteBuilder: knitr
LinkingTo: fields, sp, geosphere, RDCOMClient
RoxygenNote: 7.3.1
Encoding: UTF-8