-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 963 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 963 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
Package: gtaptools
Type: Package
Title: A set of tools to improve the productivity of CGE modelers
Version: 0.1.0
Authors@R: person("Thiago", "Simonato", email = "tsimonat@purdue.edu",
role = c("aut", "cre"))
Description: The gtaptools is a package under development that aims to offer a set of functions designed for supporting simulation exercises with CGE (Computable General Equilibrium) models in R language. The primary goal of this package is to facilitate and improve file management, increase the analytical potential of the database, and provide graphical visualizations of simulation results.
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1)
Imports:
stats,
data.table (>= 1.14.8),
dplyr,
tidyr,
HARr,
ggplot2,
scales,
grDevices,
plotly,
sf,
rnaturalearth,
leaflet,
raster,
gstat,
leafem
Remotes:
github::USDA-ERS/MTED-HARr
RoxygenNote: 7.2.3
License: GPL (>= 3)