-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.66 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
42
43
44
45
Type: Package
Package: MazamaTimeSeries
Version: 0.3.0
Title: Core Functionality for Environmental Time Series
Authors@R: c(
person("Jonathan", "Callahan", email="jonathan.s.callahan@gmail.com", role=c("aut","cre")),
person("Hans", "Martin", email="hansmrtn@gmail.com", role=c("ctb")),
person("Eli", "Grosman", email="eligrosman1@gmail.com", role=c("ctb")),
person("Roger", "Bivand", email="roger.bivand@nhh.no", role=c("ctb")),
person("Sebastian", "Luque", email = "spluque@gmail.com", role=c("ctb"))
)
Maintainer: Jonathan Callahan <jonathan.s.callahan@gmail.com>
Description: Utility functions for working with environmental time series data from known
locations. The compact data model is structured as a list with two dataframes. A
'meta' dataframe contains spatial and measuring device metadata associated with
deployments at known locations. A 'data' dataframe contains a 'datetime' column
followed by columns of measurements associated with each "device-deployment".
Ephemerides calculations are based on code originally found in NOAA's
"Solar Calculator" <https://gml.noaa.gov/grad/solcalc/>.
License: GPL-3
URL: https://github.com/MazamaScience/MazamaTimeSeries,
https://mazamascience.github.io/MazamaTimeSeries/
BugReports: https://github.com/MazamaScience/MazamaTimeSeries/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr,
geodist,
lubridate,
magrittr,
methods,
MazamaCoreUtils (>= 0.5.2),
MazamaRollUtils (>= 0.1.3),
rlang,
stringr
Suggests:
knitr,
markdown,
testthat (>= 2.1.0),
rmarkdown,
roxygen2
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.2.3