-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 890 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 890 Bytes
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
Package: runchart
Type: Package
Title: Run Charts with Automatic Rebasing
Version: 0.2.0
Authors@R: person("Joseph", "Adams", role = c("aut", "cre"), email = "joseph@josephadams.net")
Maintainer: Joseph Adams <joseph@josephadams.net>
Description: A number of R packages exist to automate statistical process
control charts. For example: qicharts, qcc, ggQC. This package is different
because it focuses solely on run charts and provides the ability to
automatically rephase baselines. The package exports a single easy to use
function: runchart().
URL: https://github.com/jsphdms/runchart
BugReports: https://github.com/jsphdms/runchart/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports: ggplot2, stats
Suggests:
testthat,
knitr,
roxygen2,
rmarkdown,
lintr,
covr
VignetteBuilder: knitr
Language: en-GB