Skip to content

Commit 37c300b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a09114f commit 37c300b

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

DESCRIPTION

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1-
Package: mrtutorial
21
Type: Package
2+
Package: mrtutorial
33
Title: Tutorial Package For Madrat Package Library
4-
Date: 2023-07-13
54
Version: 0.2.10
5+
Date: 2023-07-13
66
Authors@R:
7-
person("David Meng-Chuen", "Chen", email = "david.chen@pik-potsdam.de", role = c("aut","cre"))
8-
Description: Example package of mr- world libraries, in conjunction with MAgPIE MADRat tutorial. For more information please see: https://github.com/magpiemodel/tutorials/tree/master/madrat .
7+
person("David Meng-Chuen", "Chen", , "david.chen@pik-potsdam.de", role = c("aut", "cre"))
8+
Description: Example package of mr- world libraries, in conjunction with
9+
MAgPIE MADRat tutorial. For more information please see:
10+
https://github.com/magpiemodel/tutorials/tree/master/madrat .
11+
License: GPL-3
912
Depends:
10-
R(>= 2.10.0),
11-
magclass(>= 3.17),
12-
madrat(>= 2.11.3)
13-
License: GPL-3
14-
Encoding: UTF-8
15-
LazyData: true
16-
Roxygen: list(markdown = TRUE)
17-
RoxygenNote: 7.2.3
13+
R (>= 2.10.0),
14+
madrat (>= 2.11.3),
15+
magclass (>= 3.17)
1816
Imports:
1917
WDI,
2018
countrycode,
19+
dplyr,
2120
lucode2,
22-
reshape2,
2321
magpiesets,
24-
dplyr,
25-
tidyr,
26-
rlang
22+
reshape2,
23+
rlang,
24+
tidyr
2725
Suggests:
2826
covr
27+
Encoding: UTF-8
28+
LazyData: true
29+
Roxygen: list(markdown = TRUE)
30+
RoxygenNote: 7.2.3

0 commit comments

Comments
 (0)