Skip to content

mlesnoff/asdmonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdmonitor 0.1-2

ASD Control Chart

asdmonitor is a R package for implementing ASD control charts.

Installation

Using Rstudio is recommended for installation and usage

1. Install package remotes from CRAN (if not already installed)

Use the Rstudio menu

or write in the R console

install.packages("remotes")

2. Install package rchemo (if not already installed)

Write in the R console

remotes::install_github("mlesnoff/rchemo", dependencies = TRUE, 
  build_vignettes = TRUE)

In case of the following question during installation process:

These packages have more recent versions available.
Which would you like to update?"

it is recommended to skip updates (usually choice 3 = None)

3. Install package asdmonitor

a) Most recent version

Write in the R console

remotes::install_github("mlesnoff/asdmonitor", dependencies = TRUE)

In case of the following question during installation process:

These packages have more recent versions available.
Which would you like to update?"

it is recommended to skip updates (usually choice 3 = None)

b) Any given tagged version

e.g. with tag "v1.0-0"

write in the R console

remotes::install_github("mlesnoff/asdmonitor@v1.0-0", dependencies = TRUE)

4. Usage

Write in the R console

library(asdmonitor)

Run the interface

asdmonitor()

Author

Matthieu Lesnoff

matthieu.lesnoff@cirad.fr

About

R package - ASD Control Chart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages