-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 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
Package: prospect
Title: PROSPECT leaf radiative transfer model and inversion routines
Version: 1.7.0
Authors@R: c(person(given = "Jean-Baptiste",
family = "Feret",
email = "jb.feret@teledetection.fr",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0151-1334")),
person( given = "Florian",
family = "de Boissieu",
email = "florian.deboissieu@inrae.fr",
role = c("aut"),
comment = c(ORCID = "0000-0002-2185-9952")))
Description: The package prospect includes PROSPECT-PRO, the latest version of the PROSPECT leaf model. It also includes
inversion routines based on iterative optimization in order to estimate leaf chemistry from spectroscopic measurements.
License: MIT
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Suggests:
data.table,
knitr,
emojifont,
rmarkdown,
testthat (>= 3.0.0)
Imports:
dplyr,
expint,
future,
NlcOptim,
future.apply,
pracma,
progress
VignetteBuilder: knitr
URL: https://gitlab.com/jbferet/prospect
BugReports: https://gitlab.com/jbferet/prospect/issues
Config/testthat/edition: 3