-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.2 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: snotelr
Title: Calculate and Visualize 'SNOTEL' Snow Data and Seasonality
Version: 1.5.2
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd")))
Description: Programmatic interface to the 'SNOTEL' snow data
(<https://www.nrcs.usda.gov/programs-initiatives/sswsf-snow-survey-and-water-supply-forecasting-program>). Provides easy downloads of snow
data into your R work space or a local directory. Additional post-processing
routines to extract snow season indexes are provided.
URL: https://github.com/bluegreen-labs/snotelr, https://bluegreen-labs.github.io/snotelr/
BugReports: https://github.com/bluegreen-labs/snotelr/issues
Depends:
R (>= 4.2)
Imports:
shiny,
httr,
utils,
stats,
rvest,
dplyr,
memoise
Suggests:
knitr,
rmarkdown,
covr,
testthat,
shinydashboard,
leaflet,
plotly,
DT
VignetteBuilder: knitr
License: AGPL-3
ByteCompile: true
RoxygenNote: 7.3.1
Encoding: UTF-8