Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shackett authored Aug 21, 2021
1 parent 17f901c commit e4716fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![R build status](https://github.com/calico/claman/workflows/R-CMD-check/badge.svg)](https://github.com/calico/claman/actions)
<!-- badges: end -->


# Overview

Claman provides methods for analyzing mzroll metabolomics/lipidomics datasets generated using [MAVEN](https://github.com/eugenemel/maven).
Expand All @@ -29,8 +28,7 @@ remotes::install_github('calico/claman', dependencies = TRUE)
remotes::install_github(
'calico/claman',
dependencies = TRUE,
build = TRUE,
build_opts = c("--no-resave-data", "--no-manual")
build_vignettes = TRUE
)
```

Expand All @@ -45,7 +43,7 @@ library(claman)
Once claman is installed, run package vignette(s):

```r
vignette(package = "claman", topic = "metabolomics_example")
vignette(package = "claman", topic = "NPLUG")
```

And, check out claman's [pkgdown site](https://calico.github.io/claman/) for organized documentation.

0 comments on commit e4716fc

Please sign in to comment.