From e4716fc13fb7d9a5e26076aa06efa48e39afdfe4 Mon Sep 17 00:00:00 2001 From: Sean Hackett Date: Fri, 20 Aug 2021 20:45:27 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0aac0f6..a4f04df 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ [![R build status](https://github.com/calico/claman/workflows/R-CMD-check/badge.svg)](https://github.com/calico/claman/actions) - # Overview Claman provides methods for analyzing mzroll metabolomics/lipidomics datasets generated using [MAVEN](https://github.com/eugenemel/maven). @@ -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 ) ``` @@ -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.