-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 846 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 846 Bytes
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
Package: blsp
Title: A Bayesian land surface phenology model
Version: 1.0
Authors@R:
person(given = "First",
family = "Last",
role = c("aut", "cre"),
email = "first.last@example.com",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Acquires Landsat and Sentinel-2 surface reflectance time series data and
applies the Bayesian land surface phenology model developed in Gao et al., 2021.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
coda,
data.table,
httr,
jsonlite,
lubridate,
minpack.lm,
rjags,
tools,
viridis,
magrittr,
terra,
rstac
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr