CRAN

zFactor 0.1.7

Calculate the Compressibility Factor 'z' for Hydrocarbon Gases

Released Oct 23, 2017 by Alfonso R. Reyes

This package can be loaded by Renjin but 9 out 124 tests failed.

Dependencies

tibble 1.3.4 data.table 1.10.4-3 ggplot2 2.2.1 dplyr 0.7.4 tidyr 0.7.2 rootSolve 1.7

Computational algorithms to solve equations and find the compressibility factor `z` of hydrocarbon gases. Correlations available: Hall-Yarborough, Dranchuk-AbuKassem, Dranchuk-Purvis-Robinson, Beggs-Brill, Papp, Shell and an Artificial Neural Network correlation (Ann10) by Kamyab et al. The package uses the original Standing-Katz chart for statistical comparison and plotting. Applicable to sweet hydrocarbon gases for now.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>zFactor</artifactId>
    <version>0.1.7-b7</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:zFactor')

Test Results

This package was last tested against Renjin 0.8.2561 on Dec 22, 2017.

Source

R

View GitHub Mirror

Release History