CRAN

qcr 0.1-18

Quality control and reliability

Released May 30, 2014 by Miguel Flores

This package can be loaded by Renjin but 5 out 25 tests failed.

Dependencies

qcc 2.7

This package allows to generate Shewhart-type charts and to obtain numerical results of interest to the quality control of a process (involving continuous, attribute or count data). This package provides basic functionality for univariable and multivariable quality control analysis, including: xbar, xbar-one, S, R, ewna, cusum, mewna, mcusum and T2 charts.

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>qcr</artifactId>
    <version>0.1-18-b45</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:qcr')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.

Source

R

View GitHub Mirror

Release History