Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Apr 21, 2022
2 parents 9fca665 + 4ce7569 commit 20ceefb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ It currently consists of a wrapper around the file parsers included in the [Asto
This includes Agilent ChemStation `.uv`, `.ms`, MassHunter `.sp`, etc.

## Installation
The development version of `chromConverter` is hosted on GitHub. You can install

chromConverter can now be installed directly from CRAN:

```
install.packages("chromConverter")
```

Alternatively, the development version of `chromConverter` is hosted on GitHub. You can install
it using `devtools` as follows:

```
Expand All @@ -23,3 +30,5 @@ Convert files by specifying the path to a directory (or a vector of directories)
library(chromConverter)
dat <- read_chroms(path, format.in=c("chemstation.uv", "masshunter.dad")
```

For downstream analyses of chromatographic data, you can also check out my package [chromatographR](https://github.com/ethanbass/chromatographR).

0 comments on commit 20ceefb

Please sign in to comment.