-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.54 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
Package: macrosheds
Title: Tools for interfacing with the MacroSheds dataset
Version: 2.0.2
Date: 2024-10-25
Authors@R: c(
person(given = "Spencer",
family = "Rhea",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-0919-2657")),
person(given = "Mike",
family = "Vlah",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6260-2416")),
person(given = "Wes",
family = "Slaughter",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-4675-5786")),
person(given = "Nick",
family = "Gubbins",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-0688-3767"))
)
Description: The macrosheds package accompanies the MacroSheds dataset and web portal (macrosheds.org). It provides data access, facilitates proper attribution, and helps with common routines for watershed data analysis.
Depends: R (>= 3.6.1), dplyr
Imports:
feather, sf, glue, stringr, purrr, readr, tidyr, lubridate, PeriodicTable
Suggests:
testthat (>= 3.0.0), terra, mapview, elevatr, whitebox, raster, knitr, rmarkdown, imputeTS
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
License: MIT
Encoding: UTF-8
LazyData: true
URL: https://github.com/MacroSHEDS/macrosheds
BugReports: https://github.com/MacroSHEDS/macrosheds/issues
RoxygenNote: 7.3.1
Config/testthat/edition: 3