-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
39 lines (39 loc) · 1011 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
36
37
38
39
Package: matos
Type: Package
Title: Interface with the Mid-Atlantic Acoustic Telemetry Observing System (MATOS)
Version: 0.4.1
Authors@R: person("Michael", "O'Brien", email = "mike@obrien.page",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1420-6395"))
Description: This package provides HTML-scaping functions to interact with the
MATOS website (https://matos.asascience.com/), allowing aggregation
of data and the downloading and posting of files.
Imports:
cli,
curl,
getPass,
httr,
memoise,
otndo,
rvest
Suggests:
future.apply,
testthat (>= 3.0.0),
knitr,
rmarkdown,
rvdat
Remotes:
mhpob/otndo,
mhpob/rvdat
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/mhpob/matos,
https://matos.obrien.page
BugReports: https://github.com/mhpob/matos/issues
Depends:
R (>= 4.1.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)