-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
28 lines (28 loc) · 1014 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
Package: isoWater
Type: Package
Title: Discovery, Retrieval, and Analysis of Water Isotope Data
Version: 1.2.0.9000
Authors@R: person("Gabe", "Bowen", email = "gabe.bowen@utah.edu",
role = c("aut", "cre"))
Maintainer: Gabe Bowen <gabe.bowen@utah.edu>
Description: The wiDB...() functions provide an interface to the public API
of the wiDB <https://github.com/SPATIAL-Lab/isoWater/blob/master/Protocol.md>:
build, check and submit queries, and receive and
unpack responses. Data analysis functions support Bayesian
inference of the source and source isotope composition of water
samples that may have experienced evaporation. Algorithms
adapted from Bowen et al. (2018, <doi:10.1007/s00442-018-4192-5>).
Imports: R2jags, abind, R2WinBUGS, doParallel, foreach,
httr, jsonlite
Depends: R (>= 4.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
curl
VignetteBuilder: knitr
License: GPL-3
Language: en-US
Encoding: UTF-8
LazyData: true