Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass authored Aug 29, 2024
1 parent 7c66a0f commit 0fcc563
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
Variable Penalty Dynamic Time Warping for aligning GC-MS chromatograms to a master signal and more. With the appropriate penalty this method performs good alignment without altering the shape of peaks in chromatography data.

## Installation
The package can be installed from GitHub:
The package can be installed from CRAN:

```
install.packages("VPdtw")
```

Alternatively, the development version can be installed from GitHub:

```R
install.packages("remotes")
Expand Down

0 comments on commit 0fcc563

Please sign in to comment.