-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.31 KB
/
Copy pathDESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.31 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: link
Title: Stream Network Habitat Interpretation (Experimental)
Version: 0.45.1
Date: 2026-08-06
Authors@R: c(
person("Allan", "Irvine", , "airvine@newgraphenvironment.com",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-7697-6064")),
person("Simon", "Norris", role = "ctb"))
Description: Experimental tooling for interpreting field and modelled
inputs as per-segment habitat classifications on stream networks.
Pairs with 'fresh'. Under active development; APIs and outputs
change without notice.
License: MIT + file LICENSE
URL: https://github.com/NewGraphEnvironment/link,
https://newgraphenvironment.github.io/link/
BugReports: https://github.com/NewGraphEnvironment/link/issues
Depends:
R (>= 4.1)
Imports:
crate (>= 0.0.2),
DBI,
digest,
httr,
jsonlite,
RPostgres,
tibble,
tidyr,
tools,
utils,
yaml
Remotes:
NewGraphEnvironment/crate,
NewGraphEnvironment/fresh@v0.33.0,
NewGraphEnvironment/gq
Suggests:
bcdata,
bookdown,
dplyr,
fresh (>= 0.33.0),
gq,
knitr,
lintr,
mockery,
rmarkdown,
sf,
tarchetypes,
targets,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3