-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·28 lines (28 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
executable file
·28 lines (28 loc) · 1.24 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
Package: StreamPULSE
Title: Run Stream Metabolism Models on StreamPULSE data
Version: 0.0.0.9046
Date: 2025-11-21
Authors@R: c(person("Mike", "Vlah", email = "vlahm13@gmail.com", role = c("aut", "cre")), person("Aaron", "Berdanier", role = "aut"))
Description: StreamPULSE is a community of researchers working to
answer fundamental questions about ecosystem production and
respiration in streams and rivers. The StreamPULSE project
(streampulse.org)
includes online tools for viewing, archiving, and cleaning data
submitted by researchers from around the globe. It leverages
metabolism modeling frameworks streamMetabolizer
(https://github.com/USGS-R/streamMetabolizer) and BASE
(https://github.com/dgiling/BASE). This package facilitates
data acquisition from the StreamPULSE database, data
supplementation where necessary, formatting for streamMetabolizer
or BASE, as well as model fitting and prediction.
Depends: R (>= 3.6.1),
shiny,Cairo,dplyr
Imports:
httr,jsonlite,tidyr,imputeTS,ks,geosphere,readr,
tibble,zoo,geoknife,R.utils
License: MIT
Encoding: UTF-8
LazyData: true
URL: https://github.com/streampulse/StreamPULSE
BugReports: https://github.com/streampulse/StreamPULSE/issues
RoxygenNote: 7.3.3