forked from RuedigerForster/ISO_6976
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.13 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.13 KB
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: ISO6976.2016
Version: 0.1-0
Date: 2026-03-28
Title: Calorific Values and Properties of Natural Gas per ISO 6976:2016
Authors@R:
person("Rüdiger", "Forster", role = c("aut", "cre"),
email = "meticulous.measurements@gmail.com")
Depends: R (>= 3.5.0)
LinkingTo: Rcpp
Imports: Rcpp (>= 1.0),
R6
Suggests: knitr,
lintr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: false
ByteCompile: true
Description: Calculates calorific values (gross and net), density, relative
density, and Wobbe indices together with their standard uncertainties from
natural gas composition, implementing the method of ISO 6976:2016
"Natural Gas — Calculation of calorific values, density, relative density
and Wobbe indices from composition". Uncertainty propagation follows
Annex B of that standard.
Reference: International Organization for Standardization (2016)
<https://www.iso.org/standard/55842.html>.
License: GPL (>= 3)
URL: https://github.com/RuedigerForster/ISO_6976
BugReports: https://github.com/RuedigerForster/ISO_6976/issues
RoxygenNote: 7.3.3
VignetteBuilder: knitr