-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 906 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
29
30
31
32
33
34
35
36
37
Type: Package
Package: regressionworlddata
Title: Regression analysis based on global datasets
Version: 1.1.5
Date: 2024-06-03
Authors@R: c(
person("Benjamin Leon", "Bodirsky", , "bodirsky@pik-potsdam.de", role = c("aut", "cre")),
person("Antonia", "Walther", role = "aut"),
person("Xiaoxi", "Wang", role = "aut"),
person("Abhijeet", "Mishra", role = "aut"),
person("Eleonora", "Martinelli", role = "aut")
)
Maintainer: Benjamin Leon Bodirsky <bodirsky@pik-potsdam.de>
Description: Model estimates parameters of model functions.
License: LGPL-3 | file LICENSE
Depends:
madrat(>= 1.28),
magclass(>= 3.17),
magpiesets(>= 0.27),
mrcommons,
R(>= 2.10.0)
Imports:
boot,
countrycode,
graphics,
lmtest,
mrfaocore,
nlstools,
RColorBrewer,
sandwich,
stats
Suggests:
covr,
testthat
Encoding: UTF-8
LazyData: no
RoxygenNote: 7.3.1