-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.16 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
Package: fem
Type: Package
Title: Fixed Emissions Model
Version: 0.1.0
Date: 2021-06-18
Authors@R: c(
person(given = "Sergio", family = "Ibarra-Espinosa",
role = c("aut", "cre", "wdc"),
email = "sergio.ibarra@usp.br",
comment = c(ORCID = "0000-0002-3162-1905")))
Description: Elaboration of industrial emissions inventories,
consisting in four stages, pre-processing activity data, preparing
emissions factors, estimating the emissions and post-processing of emissions
in maps and databases. Based on Ibarra-Espinosa et al (2018) <doi:10.5194/gmd-11-2209-2018>.
Currently, FEM speciate VOC and PM emissions from Kawashima et al (2020) <doi:10.1007/s11356-020-08281-7>,
but it can be used with any industrial emissions for the respective sources.
License: MIT + file LICENSE
URL: https://github.com/atmoschem/fem
BugReports: https://github.com/atmoschem/fem/issues
LazyData: no
Depends: R (>= 3.5.0)
Imports: graphics, data.table
Suggests: knitr, rmarkdown, testthat, covr,cptcity
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: yes
Config/testthat/parallel: true
Packaged: 2021-06-18 18:14:16 UTC; sergio
VignetteBuilder: knitr